#BD3AE2
A medium, vivid magenta closely aligning with Darkorchid.
About #BD3AE2
At its core, #BD3AE2 is a medium and vivid hue. Its closest recognized web color is Darkorchid. In the RGB color space, it consists of 189 red, 58 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 16% cyan and 74% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#BD3AE2
RGB189, 58, 226
HSL286.8°, 74.3%, 55.7%
CMYK16%, 74%, 0%, 11%
HSV286.8°, 74.3%, 88.6%
LAB51.1, 73.4, -60.0
XYZ36.2, 19.3, 73.8
Decimal12401378
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD3AE2;
}
.text-color {
color: #BD3AE2;
}
.border-color {
border: 2px solid #BD3AE2;
}