Shades of Medium Orchid #B859CE
Tints of Medium Orchid #B859CE
RGB
CMYK
RGB Variations
Color information
#B859CE (or 0xB859CE) is known color: Medium Orchid. HEX triplet: B8, 59 and CE. RGB value is (184,89,206). Sum of RGB (Red+Green+Blue) = 184+89+206=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 89 (35.16% from 255 or 18.58% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #B859CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B859CE is #47A631. Grayscale: #828282. Windows color (decimal): -4695602 or 13523384. OLE color: 13523384.
HSL color Cylindrical-coordinate representation of color #B859CE: hue angle of 288.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B859CE is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 89 | 206 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.19 |
| HSL | 288.72º | 0.54% | 0.58% | - |
| HSV(B) | 288.72º | 0.57% | 0.81% | - |
| XYZ | 34.48 | 21.79 | 60.78 | - |
| YUV | 130.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 206 | 0.11 | 0.57 | 0 | 0.19 | 288.72 | 0.54 | 0.58 |
| Hex | B8 | 59 | CE | B | 39 | 0 | 13 | 121 | 36 | 3A |
| Octal | 270 | 131 | 316 | 13 | 71 | 0 | 23 | 441 | 66 | 72 |
| Binary | 10111000 | 1011001 | 11001110 | 1011 | 111001 | 0 | 10011 | 100100001 | 110110 | 111010 |
Color Harmonies of #B859CE
Complementary color
Monochromatic Colors of #B859CE
Black with #B859CE
Text Example
Text Example
White with #B859CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B859CE; }
p { color: rgb(184,89,206); }
H1.HeaderClassName
{
color: #B859CE;
}
.AnyTagClassName
{
color: #B859CE;
}
</style>
background-color css
<style>
a { background-color: #B859CE; }
a { background-color: rgb(184,89,206); }
div.DivClassName
{
background-color: #B859CE;
}
.BgClassName
{
background-color: #B859CE;
}
</style>
border-color css
<style>
span { border-color: #B859CE; }
span { border-color: rgb(184,89,206); }
td.TdClassName
{
border-color: #B859CE;
}
.TagClassName
{
border-color: #B859CE;
}
</style>