HWB to HSV Color Converter
Enter HWB values or drag the sliders and instantly see the equivalent HSV (Hue, Saturation, Value) color values with a live swatch.
HWB Input
deg
%
%
Quick Presets
hsv(200, 75%, 90%)
HSV / HSB Values
Hue
200
deg
Saturation
75
%
Value
90
%
hsv(200, 75%, 90%)
Conversion Formula
V = 1 − B
S = V > 0 ? (1 − W / V) : 0
Hhsv = Hhwb (unchanged)
where W and B are in [0, 1] (normalize if W + B > 1)
Copied!
Summary
Enter HWB values or drag the sliders and instantly see the equivalent HSV (Hue, Saturation, Value) color values with a live swatch.
How it works
- Enter or drag the Hue slider (0–360°) to select a base color angle.
- Adjust the Whiteness slider (0–100%) to control how much white is mixed into the color.
- Set the Blackness slider (0–100%) to control how much black is mixed into the color.
- The HSV equivalent — Hue, Saturation, and Value — updates instantly.
- A live color swatch shows the resulting color.
- Click Copy to grab the hsv() or individual channel values for use in your design tool.
Use cases
- Convert CSS hwb() color values into HSV for use in Photoshop or GIMP.
- Translate CSS Color Level 4 HWB colors into the HSV model used by most color pickers.
- Understand how Whiteness and Blackness map to Saturation and Value in design tools.
- Cross-reference HWB and HSV representations of the same color for documentation.
- Verify color transformations when building color pickers or palette generators.
- Explore how adding white or black to a hue affects its HSV saturation and value.
- Generate HSV channel values from CSS hwb() function input.
- Quick-check color channel relationships when teaching color theory.
Frequently Asked Questions
Related tools
Last updated: 2026-05-28 ·
Reviewed by Nham Vu