Shades of East Side #B885CB
Tints of East Side #B885CB
RGB
CMYK
RGB Variations
Color information
#B885CB (or 0xB885CB) is known color: East Side. HEX triplet: B8, 85 and CB. RGB value is (184,133,203). Sum of RGB (Red+Green+Blue) = 184+133+203=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #B885CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885CB is #477A34. Grayscale: #9C9C9C. Windows color (decimal): -4684341 or 13338040. OLE color: 13338040.
HSL color Cylindrical-coordinate representation of color #B885CB: hue angle of 283.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B885CB is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 133 | 203 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.20 |
| HSL | 283.71º | 0.4% | 0.66% | - |
| HSV(B) | 283.71º | 0.34% | 0.8% | - |
| XYZ | 38.93 | 31.28 | 60.48 | - |
| YUV | 156.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 203 | 0.09 | 0.34 | 0 | 0.20 | 283.71 | 0.4 | 0.66 |
| Hex | B8 | 85 | CB | 9 | 22 | 0 | 14 | 11C | 28 | 42 |
| Octal | 270 | 205 | 313 | 11 | 42 | 0 | 24 | 434 | 50 | 102 |
| Binary | 10111000 | 10000101 | 11001011 | 1001 | 100010 | 0 | 10100 | 100011100 | 101000 | 1000010 |
Color Harmonies of #B885CB
Complementary color
Monochromatic Colors of #B885CB
Black with #B885CB
Text Example
Text Example
White with #B885CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B885CB; }
p { color: rgb(184,133,203); }
H1.HeaderClassName
{
color: #B885CB;
}
.AnyTagClassName
{
color: #B885CB;
}
</style>
background-color css
<style>
a { background-color: #B885CB; }
a { background-color: rgb(184,133,203); }
div.DivClassName
{
background-color: #B885CB;
}
.BgClassName
{
background-color: #B885CB;
}
</style>
border-color css
<style>
span { border-color: #B885CB; }
span { border-color: rgb(184,133,203); }
td.TdClassName
{
border-color: #B885CB;
}
.TagClassName
{
border-color: #B885CB;
}
</style>