#BD0FBD
A medium, vivid magenta closely aligning with Darkorchid.
About #BD0FBD
At its core, #BD0FBD is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 189 red, 15 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 92% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD0FBD
RGB189, 15, 189
HSL300.0°, 85.3%, 40.0%
CMYK0%, 92%, 0%, 26%
HSV300.0°, 92.1%, 74.1%
LAB45.4, 77.0, -47.8
XYZ30.3, 14.8, 49.4
Decimal12390333
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.29:1
Text on #FFFFFF
AA
3.97:1
Text on #000000
AA Large
5.06:1
Text on #F8FAFC
AA
3.37:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD0FBD;
}
.text-color {
color: #BD0FBD;
}
.border-color {
border: 2px solid #BD0FBD;
}