#B65FCC
A medium, moderate magenta closely aligning with Mediumorchid.
About #B65FCC
When working with digital screens, the color #B65FCC is rendered by mixing light. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 95, and 204.
Translating this color to physical media requires the CMYK color model. The color uses 11% Cyan, 53% Magenta, 0% Yellow, and 20% Black. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65FCC
RGB182, 95, 204
HSL287.9°, 51.7%, 58.6%
CMYK11%, 53%, 0%, 20%
HSV287.9°, 53.4%, 80.0%
LAB54.5, 51.9, -42.0
XYZ34.3, 22.5, 59.7
Decimal11952076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.82:1
Text on #FFFFFF
AA Large
5.50:1
Text on #000000
AA
3.65:1
Text on #F8FAFC
AA Large
4.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B65FCC;
}
.text-color {
color: #B65FCC;
}
.border-color {
border: 2px solid #B65FCC;
}