Shades of Medium Orchid #B857CE
Tints of Medium Orchid #B857CE
RGB
CMYK
RGB Variations
Color information
#B857CE (or 0xB857CE) is known color: Medium Orchid. HEX triplet: B8, 57 and CE. RGB value is (184,87,206). Sum of RGB (Red+Green+Blue) = 184+87+206=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #B857CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B857CE is #47A831. Grayscale: #818181. Windows color (decimal): -4696114 or 13522872. OLE color: 13522872.
HSL color Cylindrical-coordinate representation of color #B857CE: hue angle of 288.91º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B857CE is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 87 | 206 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.19 |
| HSL | 288.91º | 0.55% | 0.57% | - |
| HSV(B) | 288.91º | 0.58% | 0.81% | - |
| XYZ | 34.32 | 21.46 | 60.73 | - |
| YUV | 129.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 206 | 0.11 | 0.58 | 0 | 0.19 | 288.91 | 0.55 | 0.57 |
| Hex | B8 | 57 | CE | B | 3A | 0 | 13 | 121 | 37 | 39 |
| Octal | 270 | 127 | 316 | 13 | 72 | 0 | 23 | 441 | 67 | 71 |
| Binary | 10111000 | 1010111 | 11001110 | 1011 | 111010 | 0 | 10011 | 100100001 | 110111 | 111001 |
Color Harmonies of #B857CE
Complementary color
Monochromatic Colors of #B857CE
Black with #B857CE
Text Example
Text Example
White with #B857CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B857CE; }
p { color: rgb(184,87,206); }
H1.HeaderClassName
{
color: #B857CE;
}
.AnyTagClassName
{
color: #B857CE;
}
</style>
background-color css
<style>
a { background-color: #B857CE; }
a { background-color: rgb(184,87,206); }
div.DivClassName
{
background-color: #B857CE;
}
.BgClassName
{
background-color: #B857CE;
}
</style>
border-color css
<style>
span { border-color: #B857CE; }
span { border-color: rgb(184,87,206); }
td.TdClassName
{
border-color: #B857CE;
}
.TagClassName
{
border-color: #B857CE;
}
</style>