Shades of East Side #B881CB
Tints of East Side #B881CB
RGB
CMYK
RGB Variations
Color information
#B881CB (or 0xB881CB) is known color: East Side. HEX triplet: B8, 81 and CB. RGB value is (184,129,203). Sum of RGB (Red+Green+Blue) = 184+129+203=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B881CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881CB is #477E34. Grayscale: #999999. Windows color (decimal): -4685365 or 13337016. OLE color: 13337016.
HSL color Cylindrical-coordinate representation of color #B881CB: hue angle of 284.59º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B881CB is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 129 | 203 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.20 |
| HSL | 284.59º | 0.42% | 0.65% | - |
| HSV(B) | 284.59º | 0.36% | 0.8% | - |
| XYZ | 38.4 | 30.2 | 60.31 | - |
| YUV | 153.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 203 | 0.09 | 0.36 | 0 | 0.20 | 284.59 | 0.42 | 0.65 |
| Hex | B8 | 81 | CB | 9 | 24 | 0 | 14 | 11D | 2A | 41 |
| Octal | 270 | 201 | 313 | 11 | 44 | 0 | 24 | 435 | 52 | 101 |
| Binary | 10111000 | 10000001 | 11001011 | 1001 | 100100 | 0 | 10100 | 100011101 | 101010 | 1000001 |
Color Harmonies of #B881CB
Complementary color
Monochromatic Colors of #B881CB
Black with #B881CB
Text Example
Text Example
White with #B881CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881CB; }
p { color: rgb(184,129,203); }
H1.HeaderClassName
{
color: #B881CB;
}
.AnyTagClassName
{
color: #B881CB;
}
</style>
background-color css
<style>
a { background-color: #B881CB; }
a { background-color: rgb(184,129,203); }
div.DivClassName
{
background-color: #B881CB;
}
.BgClassName
{
background-color: #B881CB;
}
</style>
border-color css
<style>
span { border-color: #B881CB; }
span { border-color: rgb(184,129,203); }
td.TdClassName
{
border-color: #B881CB;
}
.TagClassName
{
border-color: #B881CB;
}
</style>