Shades of East Side #B881C2
Tints of East Side #B881C2
RGB
CMYK
RGB Variations
Color information
#B881C2 (or 0xB881C2) is known color: East Side. HEX triplet: B8, 81 and C2. RGB value is (184,129,194). Sum of RGB (Red+Green+Blue) = 184+129+194=507 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.29% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #B881C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881C2 is #477E3D. Grayscale: #989898. Windows color (decimal): -4685374 or 12747192. OLE color: 12747192.
HSL color Cylindrical-coordinate representation of color #B881C2: hue angle of 290.77º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B881C2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 129 | 194 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.24 |
| HSL | 290.77º | 0.35% | 0.63% | - |
| HSV(B) | 290.77º | 0.34% | 0.76% | - |
| XYZ | 37.36 | 29.79 | 54.82 | - |
| YUV | 152.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 194 | 0.05 | 0.34 | 0 | 0.24 | 290.77 | 0.35 | 0.63 |
| Hex | B8 | 81 | C2 | 5 | 22 | 0 | 18 | 123 | 23 | 3F |
| Octal | 270 | 201 | 302 | 5 | 42 | 0 | 30 | 443 | 43 | 77 |
| Binary | 10111000 | 10000001 | 11000010 | 101 | 100010 | 0 | 11000 | 100100011 | 100011 | 111111 |
Color Harmonies of #B881C2
Complementary color
Monochromatic Colors of #B881C2
Black with #B881C2
Text Example
Text Example
White with #B881C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B881C2; }
p { color: rgb(184,129,194); }
H1.HeaderClassName
{
color: #B881C2;
}
.AnyTagClassName
{
color: #B881C2;
}
</style>
background-color css
<style>
a { background-color: #B881C2; }
a { background-color: rgb(184,129,194); }
div.DivClassName
{
background-color: #B881C2;
}
.BgClassName
{
background-color: #B881C2;
}
</style>
border-color css
<style>
span { border-color: #B881C2; }
span { border-color: rgb(184,129,194); }
td.TdClassName
{
border-color: #B881C2;
}
.TagClassName
{
border-color: #B881C2;
}
</style>