#B65FE2
A light, moderate purple closely aligning with Mediumorchid.
About #B65FE2
At its core, #B65FE2 is a light and moderate hue. Its closest recognized web color is Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 95, and 226.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 19% C, 58% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B65FE2
RGB182, 95, 226
HSL279.8°, 69.3%, 62.9%
CMYK19%, 58%, 0%, 11%
HSV279.8°, 58.0%, 88.6%
LAB55.7, 56.4, -52.6
XYZ37.1, 23.6, 74.6
Decimal11952098
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.67:1
Text on #FFFFFF
AA Large
5.72:1
Text on #000000
AA
3.51:1
Text on #F8FAFC
AA Large
4.87:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B65FE2;
}
.text-color {
color: #B65FE2;
}
.border-color {
border: 2px solid #B65FE2;
}