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

  1. Enter or drag the Hue slider (0–360°) to select a base color angle.
  2. Adjust the Whiteness slider (0–100%) to control how much white is mixed into the color.
  3. Set the Blackness slider (0–100%) to control how much black is mixed into the color.
  4. The HSV equivalent — Hue, Saturation, and Value — updates instantly.
  5. A live color swatch shows the resulting color.
  6. Click Copy to grab the hsv() or individual channel values for use in your design tool.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-28 · Reviewed by Nham Vu