#BD1DF0
A medium, vivid magenta closely aligning with Darkviolet.
About #BD1DF0
The hex code #BD1DF0 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Darkviolet. This translates to an RGB value of rgb(189, 29, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 21% cyan, 88% magenta, 0% yellow, and 6% black. With a hue angle of 285.5 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD1DF0
RGB189, 29, 240
HSL285.5°, 87.6%, 52.7%
CMYK21%, 88%, 0%, 6%
HSV285.5°, 87.9%, 94.1%
LAB49.5, 83.3, -70.5
XYZ37.2, 18.0, 84.0
Decimal12393968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.57:1
Text on #FFFFFF
AA
4.60:1
Text on #000000
AA
4.37:1
Text on #F8FAFC
AA Large
3.91:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD1DF0;
}
.text-color {
color: #BD1DF0;
}
.border-color {
border: 2px solid #BD1DF0;
}