#BD33E9
A medium, vivid magenta closely aligning with Darkviolet.
About #BD33E9
At its core, #BD33E9 is a medium and vivid hue. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(189, 51, 233).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 19% cyan, 78% magenta, 0% yellow, and 9% black. 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. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD33E9
RGB189, 51, 233
HSL285.5°, 80.5%, 55.7%
CMYK19%, 78%, 0%, 9%
HSV285.5°, 78.1%, 91.4%
LAB50.8, 76.9, -64.5
XYZ36.9, 19.1, 78.8
Decimal12399593
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.81:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.09:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD33E9;
}
.text-color {
color: #BD33E9;
}
.border-color {
border: 2px solid #BD33E9;
}