#B650D3
A medium, moderate magenta closely aligning with Mediumorchid.
About #B650D3
Visually, #B650D3 is defined as a moderate magenta. Its closest recognized web color is Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 80, and 211.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 14% C, 62% M, 0% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B650D3
RGB182, 80, 211
HSL286.7°, 59.8%, 57.1%
CMYK14%, 62%, 0%, 17%
HSV286.7°, 62.1%, 82.7%
LAB52.3, 60.4, -49.6
XYZ33.9, 20.4, 63.8
Decimal11948243
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B650D3;
}
.text-color {
color: #B650D3;
}
.border-color {
border: 2px solid #B650D3;
}