Pantone to HSV Converter

Search any Pantone spot colour and get its HSV values — hue, saturation and value. HSV is the model behind the colour pickers in Photoshop, Figma, Illustrator and Sketch, where it is usually labelled HSB.

HSV and HSB are the same model — Adobe calls the third axis Brightness, most code calls it Value.

Or jump to a common Pantone colour
Pantone
Pantone 186-C
#C8102E

HSV / HSB

H
350
degrees
S
92
percent
V
78
percent
The same colour in other models

What is HSV (and how does it relate to HSB)?

HSV describes a colour with three intuitive numbers instead of three channel intensities. Hue is the position on the colour wheel from 0 to 360 degrees — red at 0, green at 120, blue at 240. Saturation, 0 to 100 per cent, is how much colour is present, running from grey to fully vivid. Value, also 0 to 100 per cent, is how bright it is, from black up to the fullest version of that hue.

HSV and HSB are the same model under two names. Adobe labels the third axis Brightness, so Photoshop and Illustrator show HSB; most programming languages, CSS tooling and design software outside Adobe call it Value and write HSV. The numbers are identical, and this page uses them interchangeably. Both are distinct from HSL, which is a different model — HSL’s lightness axis puts pure white at the top, whereas HSV’s value axis tops out at the fully saturated hue.

The model was formalised in 1978 by Alvy Ray Smith, a founder of what became Pixar, specifically to make colour selection tractable for artists. Asking someone to build orange from red, green and blue channel values is unnatural; asking them to pick a hue and then adjust how vivid and how bright it is matches how people actually think about colour. That is why nearly every colour picker in every design tool is built on it.

What HSV is not is perceptually uniform. Full-value, full-saturation yellow and full-value, full-saturation blue have identical HSV coordinates on two axes but look nothing alike in brightness — yellow is dramatically lighter. For anything involving measurement, tolerance or accessibility contrast, CIELAB is the right space. HSV is a convenience for picking and adjusting colour, not for evaluating it.

Pantone vs HSV: how they differ

Side-by-side comparison of the Pantone Matching System and HSV
Pantone (PMS)HSV
Type of systemA catalogue of physical ink formulasA mathematical re-parameterisation of RGB
Where you meet itFan decks, brand guidelines, print specificationsThe colour picker in Photoshop, Figma, Illustrator, Sketch
AxesNone — a number points at a recipeHue 0–360°, Saturation 0–100%, Value 0–100%
Device dependenceTied to specific inks and paper stocksInherits whatever RGB space it sits on — usually sRGB
Perceptual uniformityNot applicableNo — equal numeric steps are not equal visual steps
Best forReproducing an exact colour across suppliersPicking colours and generating tints, shades and variations
Conversion typeThe source in this directionAn exact calculation — nothing is approximated
NamingPantone, PMSHSV in most tools, HSB in Adobe — the same thing

Worked Pantone → HSV conversions

Pantone 186-Chsv(350, 92%, 78%)#C8102E
Pantone 286-Chsv(221, 100%, 63%)#0033A0
Pantone 355-Chsv(143, 100%, 59%)#009639
Pantone 116-Chsv(48, 100%, 100%)#FFCD00
Pantone VIOLET-Chsv(267, 100%, 60%)#440099
Pantone COOL-GRAY-9-Chsv(210, 5%, 48%)#75787B

Each Pantone colour above is shown with the HSV / HSB values this tool computes for it. Unlike a cross-standard match, this conversion is a calculation rather than a nearest neighbour — there is no ΔE, because nothing is being approximated.

Who converts Pantone to HSV?

HSV values are what you need when a brand colour has to be worked with rather than simply reproduced.

  • Entering a brand colour in a design toolPhotoshop, Illustrator and Figma pickers accept HSB directly, so having the values saves converting from HEX and hunting for the exact shade.
  • Building tints and shades systematicallyHold the hue, drop the saturation for a tint or the value for a shade, and you get a coherent family from a single brand colour.
  • Generating UI colour scalesDesign-system ramps are usually built by stepping saturation and value at a fixed hue, which is far more controllable than nudging HEX codes.
  • Constructing colour harmoniesComplementary, triadic and analogous schemes are simple hue rotations — 180 degrees, 120 degrees, or a few degrees either side.
  • Colour correction and gradingPhoto and video tools expose hue, saturation and brightness controls directly, so knowing the target HSV makes matching footage to a brand colour straightforward.
  • Understanding a palette’s structureReading a set of brand colours as HSV quickly reveals whether they share a hue family, a saturation level, or nothing at all.

How to use this Pantone to HSV converter

This conversion is arithmetic, not a match — there is no approximation and no ΔE.

  1. Enter a Pantone number or name in the search box and select the colour from the suggestions.
  2. Read the computed hue, saturation and value from the breakdown grid.
  3. Copy the full HSV string, or type the three numbers straight into your design tool — Adobe’s HSB fields take the same values.
  4. To build a tint, keep the hue and reduce saturation; to build a shade, keep the hue and reduce value.
  5. Use CIELAB rather than HSV if you need to measure a difference or check accessibility contrast — HSV is not perceptually uniform.

Accuracy — read before you specify a colour

The HSV conversion itself is exact and fully reversible: HSV is a direct re-parameterisation of RGB, so no information is lost in either direction. The approximation sits one step earlier, in the sRGB value used to represent each Pantone colour on screen. Pantone spot inks can reach colours outside the sRGB gamut, and for those the on-screen equivalent — and therefore the HSV values derived from it — is already a compromise. Highly saturated Pantone colours are where this shows up most.

HSV is not a measurement space and no ΔE is reported on this page, because nothing is being substituted. Be careful not to treat HSV distance as perceptual distance: two colours ten degrees apart in hue can look nearly identical in one part of the wheel and clearly different in another, and equal value numbers do not mean equal apparent brightness. When you need to quantify a colour difference, convert to CIELAB and use ΔE*00 instead.

In short: conversion values on this page are approximate, because the two systems use different colourants and cover different gamuts. Verify against the official physical colour standard before committing to production, tooling or a signed-off brand spec.

Frequently Asked Questions

Yes. They are two names for one model. Adobe calls the third axis Brightness and shows HSB in Photoshop and Illustrator; most other software and programming languages call it Value and write HSV. The numbers are identical, so an HSB reading from Photoshop can be used anywhere HSV is expected without conversion.
They share a hue axis but treat the third dimension differently. In HSV, value 100% gives you the most vivid version of the hue. In HSL, lightness 100% always gives pure white and the most vivid colour sits at 50%. HSL is common in CSS, HSV in design tools. The saturation numbers also differ between the two, so the models are not interchangeable even though they look similar.
Yes. Open the colour picker and use the H, S and B fields — Photoshop’s HSB is HSV. Enter the hue in degrees and saturation and brightness as percentages. Figma, Illustrator, Sketch and most other design tools offer the same fields, sometimes labelled HSV rather than HSB.
Keep the hue fixed. For a lighter tint, reduce the saturation — that moves the colour toward white while holding the hue. For a darker shade, reduce the value, which moves it toward black. Changing one axis at a time is what keeps a generated palette coherent, and it is far more predictable than editing HEX digits.
Because equal numeric steps do not correspond to equal visual steps. A ten-degree hue shift is very noticeable in the greens and barely visible in the blues, and full-value yellow looks far brighter than full-value blue despite identical value numbers. For measurement, tolerance or accessibility contrast, convert to CIELAB and use ΔE*00, which was designed for exactly that.
Yes, and the two directions behave differently. Pantone to HSV is a calculation with one answer. HSV to Pantone is a search through a finite catalogue of 1,341 coated colours, so it returns the nearest matches with a ΔE attached. The HSV to Pantone converter on this site does that, ranking the whole deck by CIEDE2000.