Shades of East Side #B881CC
Tints of East Side #B881CC
RGB
CMYK
RGB Variations
Color information
#B881CC (or 0xB881CC) is known color: East Side. HEX triplet: B8, 81 and CC. RGB value is (184,129,204). Sum of RGB (Red+Green+Blue) = 184+129+204=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #B881CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881CC is #477E33. Grayscale: #999999. Windows color (decimal): -4685364 or 13402552. OLE color: 13402552.
HSL color Cylindrical-coordinate representation of color #B881CC: hue angle of 284º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B881CC is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 129 | 204 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.2 |
| HSL | 284º | 0.42% | 0.65% | - |
| HSV(B) | 284º | 0.37% | 0.8% | - |
| XYZ | 38.52 | 30.25 | 60.94 | - |
| YUV | 154 | 156.22 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 204 | 0.10 | 0.37 | 0 | 0.2 | 284 | 0.42 | 0.65 |
| Hex | B8 | 81 | CC | A | 25 | 0 | 14 | 11C | 2A | 41 |
| Octal | 270 | 201 | 314 | 12 | 45 | 0 | 24 | 434 | 52 | 101 |
| Binary | 10111000 | 10000001 | 11001100 | 1010 | 100101 | 0 | 10100 | 100011100 | 101010 | 1000001 |
Color Harmonies of #B881CC
Complementary color
Monochromatic Colors of #B881CC
Black with #B881CC
Text Example
Text Example
White with #B881CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881CC; }
p { color: rgb(184,129,204); }
H1.HeaderClassName
{
color: #B881CC;
}
.AnyTagClassName
{
color: #B881CC;
}
</style>
background-color css
<style>
a { background-color: #B881CC; }
a { background-color: rgb(184,129,204); }
div.DivClassName
{
background-color: #B881CC;
}
.BgClassName
{
background-color: #B881CC;
}
</style>
border-color css
<style>
span { border-color: #B881CC; }
span { border-color: rgb(184,129,204); }
td.TdClassName
{
border-color: #B881CC;
}
.TagClassName
{
border-color: #B881CC;
}
</style>