#BD50A0
A medium, moderate magenta closely aligning with Orchid.
About #BD50A0
The precise color #BD50A0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orchid. To achieve this exact tint on a monitor, you would use an RGB mix of 189, 80, and 160.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 58% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BD50A0
RGB189, 80, 160
HSL316.0°, 45.2%, 52.7%
CMYK0%, 58%, 15%, 26%
HSV316.0°, 57.7%, 74.1%
LAB50.8, 53.3, -22.3
XYZ30.2, 19.1, 35.4
Decimal12406944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD50A0;
}
.text-color {
color: #BD50A0;
}
.border-color {
border: 2px solid #BD50A0;
}