#BD3AD3
A medium, moderate magenta closely aligning with Darkorchid.
About #BD3AD3
At its core, #BD3AD3 is a medium and moderate hue. Its closest recognized web color is Darkorchid. This translates to an RGB value of rgb(189, 58, 211).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 10% cyan, 73% magenta, 0% yellow, and 17% black. The HSL representation is 291.4° hue, 63.5% saturation, and 52.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD3AD3
RGB189, 58, 211
HSL291.4°, 63.5%, 52.7%
CMYK10%, 73%, 0%, 17%
HSV291.4°, 72.5%, 82.7%
LAB50.2, 70.7, -53.0
XYZ34.3, 18.5, 63.4
Decimal12401363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.46:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3AD3;
}
.text-color {
color: #BD3AD3;
}
.border-color {
border: 2px solid #BD3AD3;
}