#BD24F8
A medium, vivid purple closely aligning with Darkviolet.
About #BD24F8
The precise color #BD24F8 is an excellent choice for modern design projects. Its closest recognized web color is Darkviolet. In the RGB color space, it consists of 189 red, 36 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 24% C, 85% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#BD24F8
RGB189, 36, 248
HSL283.3°, 93.8%, 55.7%
CMYK24%, 85%, 0%, 3%
HSV283.3°, 85.5%, 97.3%
LAB50.5, 83.4, -73.3
XYZ38.6, 18.9, 90.4
Decimal12395768
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD24F8;
}
.text-color {
color: #BD24F8;
}
.border-color {
border: 2px solid #BD24F8;
}