#BD24FF
A medium, vivid purple closely aligning with Darkviolet.
About #BD24FF
At its core, #BD24FF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkviolet. This translates to an RGB value of rgb(189, 36, 255).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 26% Cyan, 86% Magenta, 0% Yellow, and 0% Black. With a hue angle of 281.9 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD24FF
RGB189, 36, 255
HSL281.9°, 100.0%, 57.1%
CMYK26%, 86%, 0%, 0%
HSV281.9°, 85.9%, 100.0%
LAB51.0, 84.7, -76.4
XYZ39.7, 19.3, 96.2
Decimal12395775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD24FF;
}
.text-color {
color: #BD24FF;
}
.border-color {
border: 2px solid #BD24FF;
}