#B62CF8
A medium, vivid purple closely aligning with Darkviolet.
About #B62CF8
The hex code #B62CF8 represents a beautifully specific shade of purple. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 182 red, 44 green, and 248 blue.
Translating this color to physical media requires the CMYK color model. The color uses 27% Cyan, 82% Magenta, 0% Yellow, and 3% Black. With a hue angle of 280.6 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B62CF8
RGB182, 44, 248
HSL280.6°, 93.6%, 57.3%
CMYK27%, 82%, 0%, 3%
HSV280.6°, 82.3%, 97.3%
LAB50.1, 80.5, -74.0
XYZ37.1, 18.5, 90.4
Decimal11939064
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.70:1
Text on #000000
AA
4.27:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62CF8;
}
.text-color {
color: #B62CF8;
}
.border-color {
border: 2px solid #B62CF8;
}