Shades of Medium Orchid #B85CEF
Tints of Medium Orchid #B85CEF
RGB
CMYK
RGB Variations
Color information
#B85CEF (or 0xB85CEF) is known color: Medium Orchid. HEX triplet: B8, 5C and EF. RGB value is (184,92,239). Sum of RGB (Red+Green+Blue) = 184+92+239=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #B85CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85CEF is #47A310. Grayscale: #878787. Windows color (decimal): -4694801 or 15686840. OLE color: 15686840.
HSL color Cylindrical-coordinate representation of color #B85CEF: hue angle of 277.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B85CEF is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 92 | 239 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.06 |
| HSL | 277.55º | 0.82% | 0.65% | - |
| HSV(B) | 277.55º | 0.62% | 0.94% | - |
| XYZ | 39.17 | 24.08 | 84.24 | - |
| YUV | 136.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 239 | 0.23 | 0.62 | 0 | 0.06 | 277.55 | 0.82 | 0.65 |
| Hex | B8 | 5C | EF | 17 | 3E | 0 | 6 | 116 | 52 | 41 |
| Octal | 270 | 134 | 357 | 27 | 76 | 0 | 6 | 426 | 122 | 101 |
| Binary | 10111000 | 1011100 | 11101111 | 10111 | 111110 | 0 | 110 | 100010110 | 1010010 | 1000001 |
Color Harmonies of #B85CEF
Complementary color
Monochromatic Colors of #B85CEF
Black with #B85CEF
Text Example
Text Example
White with #B85CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85CEF; }
p { color: rgb(184,92,239); }
H1.HeaderClassName
{
color: #B85CEF;
}
.AnyTagClassName
{
color: #B85CEF;
}
</style>
background-color css
<style>
a { background-color: #B85CEF; }
a { background-color: rgb(184,92,239); }
div.DivClassName
{
background-color: #B85CEF;
}
.BgClassName
{
background-color: #B85CEF;
}
</style>
border-color css
<style>
span { border-color: #B85CEF; }
span { border-color: rgb(184,92,239); }
td.TdClassName
{
border-color: #B85CEF;
}
.TagClassName
{
border-color: #B85CEF;
}
</style>