#B62CE2
A medium, vivid magenta closely aligning with Darkviolet.
About #B62CE2
When working with digital screens, the color #B62CE2 is rendered by mixing light. It is closely associated with the named CSS color Darkviolet. This translates to an RGB value of rgb(182, 44, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 19% C, 81% M, 0% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B62CE2
RGB182, 44, 226
HSL285.5°, 75.8%, 52.9%
CMYK19%, 81%, 0%, 11%
HSV285.5°, 80.5%, 88.6%
LAB48.6, 76.4, -64.1
XYZ33.9, 17.2, 73.5
Decimal11939042
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B62CE2;
}
.text-color {
color: #B62CE2;
}
.border-color {
border: 2px solid #B62CE2;
}