Color Models

HSV / HSB

Ein zylindrisches Farbmodell, das Farben durch Farbton (Hue), Sättigung (Saturation) und Hellwert (Value/Brightness) beschreibt und häufig in Farbwählern verwendet wird.

HSV (also called HSB for Hue-Saturation-Brightness) differs from HSL primarily in how it handles the lightness dimension. In HSV, value of 100% represents the brightest version of the hue (not white), and reducing value darkens the color toward black. This makes HSV more intuitive for selecting colors the way a painter would, starting with a vivid color and adjusting its brightness. HSV is the default model in most graphic design software color pickers (Photoshop, Figma, Sketch) because it maps naturally to how people think about mixing paint with black.

Ausprobieren

Ähnliche Artikel