Pantone to HSV Converter
Look up the approximate HSV (HSB) values for any Pantone color — useful when working in Photoshop, Procreate, GIMP, or any color picker that exposes Hue / Saturation / Brightness.
- Search the curated Pantone reference set
- HSV emitted with Hue (°), Saturation (%), Value (%)
- Side-by-side HEX, RGB, CMYK, HSL, LAB readouts
- Coated and uncoated entries kept distinct
Direct answer
Pantone to HSV Converter Tool
Pantone → HSV
Pantone 186 C
hsv(350, 92%, 78%)
HEX
#C8102E
RGB
rgb(200, 16, 46)
CMYK
cmyk(0%, 92%, 77%, 22%)
HSL
hsl(350, 85%, 42%)
HSV
hsv(350, 92%, 78%)
LAB
lab(42.5, 65.9, 35.7)
When you actually need this
Real production scenarios where the pantone to hsv converter saves time, prevents reprints, or unblocks a workflow.
Set a Pantone in the Photoshop picker
Paint with a brand Pantone color in Procreate
Match a Pantone in GIMP
Document HSV for legacy design files
How it works
The methodology — every step is documented so the answer is reproducible, not magic.
Pick a Pantone
Search by code, name, or HEX. Coated (C) and Uncoated (U) are separate entries — they produce different HSV.
PMS → sRGB approximation
Our reference table stores the widely-published sRGB equivalent for each PMS entry.
sRGB → HSV (Smith 1978)
Standard formula: H from max channel + sign, S = (max − min)/max, V = max. Identical to Photoshop's H/S/B picker.
Emit + cross-check
Output: hsv(351, 92%, 78%). HEX/RGB/HSL/LAB also provided so you can pick the format your tooling expects.
Worked examples
Concrete inputs and the matches the tool returns. Useful for spot-checking expected behavior before you trust the output for a real job.
| Input | Result | Notes |
|---|---|---|
| Pantone 186 C | hsv(351, 92%, 78%) · #C8102E | Classic brand red. |
| Pantone 286 C | hsv(220, 100%, 63%) · #0033A0 | Deep blue — out of gamut for some monitors. |
| Pantone 354 C | hsv(141, 100%, 69%) · #00B140 | Vivid green. |
| Pantone 116 C | hsv(43, 100%, 100%) · #FFCD00 | Full-bright golden yellow. |
Common mistakes to avoid
Pasting HSL values into an HSV picker (or vice versa)
Forgetting H wraps at 360°
Trusting V% as a perceptual brightness
Skipping the finish toggle
Frequently Asked Questions
Why HSV / HSB is still the painter-friendly picker
HSV maps closely to how artists mix pigment: choose a hue, push saturation (chroma), adjust brightness (dilution with white or black). Photoshop shipped HSB as the default picker in v1.0 (1990) and the convention has stuck. Procreate, Affinity, Krita, and GIMP all expose HSV as their primary picker.
HSV vs HSL — concretely
Both share Hue and Saturation. They differ on the third axis:
- HSV Value = max(R, G, B). At V=100% you get the most saturated form of the hue.
- HSL Lightness = (max + min) / 2. At L=100% you always get white.
A swatch at hsv(220, 100%, 50%) is dark, vivid blue. The same H+S at hsl(220, 100%, 50%) is mid-lightness saturated blue. They are not the same color.
Limits of the approximation
Pantone’s digital sRGB values are licensed for commercial use via Pantone Connect; the values shipped in community references (including ours) are widely-published approximations. They are accurate enough for digital preview and brand exploration but should not be used as production targets without verification against a physical guide or Pantone Connect’s licensed values.
From HSV to print
HSV is a digital model only; printed result depends on substrate, ink, and lighting. To take HSV-picked colors to print, convert back to Pantone (use HSV → Pantone) and send the PMS code — not the HSV string — to the press.