#B675F8
A light, vivid purple closely aligning with Mediumorchid.
About #B675F8
Visually, #B675F8 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(182, 117, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 27% cyan, 53% magenta, 0% yellow, and 3% black. With a hue angle of 269.8 degrees, it sits comfortably in the purple spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B675F8
RGB182, 117, 248
HSL269.8°, 90.3%, 71.6%
CMYK27%, 53%, 0%, 3%
HSV269.8°, 52.8%, 97.3%
LAB61.2, 50.0, -56.2
XYZ42.6, 29.4, 92.2
Decimal11957752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.05:1
Text on #FFFFFF
AA Large
6.89:1
Text on #000000
AA
2.91:1
Text on #F8FAFC
FAIL
5.86:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #B675F8;
}
.text-color {
color: #B675F8;
}
.border-color {
border: 2px solid #B675F8;
}