Shades of East Side #B880C2
Tints of East Side #B880C2
RGB
CMYK
RGB Variations
Color information
#B880C2 (or 0xB880C2) is known color: East Side. HEX triplet: B8, 80 and C2. RGB value is (184,128,194). Sum of RGB (Red+Green+Blue) = 184+128+194=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 194 - color contains mainly: blue. Hex color #B880C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880C2 is #477F3D. Grayscale: #989898. Windows color (decimal): -4685630 or 12746936. OLE color: 12746936.
HSL color Cylindrical-coordinate representation of color #B880C2: hue angle of 290.91º 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 #B880C2 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 128 | 194 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.24 |
| HSL | 290.91º | 0.35% | 0.63% | - |
| HSV(B) | 290.91º | 0.34% | 0.76% | - |
| XYZ | 37.22 | 29.52 | 54.78 | - |
| YUV | 152.27 | 151.55 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 194 | 0.05 | 0.34 | 0 | 0.24 | 290.91 | 0.35 | 0.63 |
| Hex | B8 | 80 | C2 | 5 | 22 | 0 | 18 | 123 | 23 | 3F |
| Octal | 270 | 200 | 302 | 5 | 42 | 0 | 30 | 443 | 43 | 77 |
| Binary | 10111000 | 10000000 | 11000010 | 101 | 100010 | 0 | 11000 | 100100011 | 100011 | 111111 |
Color Harmonies of #B880C2
Complementary color
Monochromatic Colors of #B880C2
Black with #B880C2
Text Example
Text Example
White with #B880C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880C2; }
p { color: rgb(184,128,194); }
H1.HeaderClassName
{
color: #B880C2;
}
.AnyTagClassName
{
color: #B880C2;
}
</style>
background-color css
<style>
a { background-color: #B880C2; }
a { background-color: rgb(184,128,194); }
div.DivClassName
{
background-color: #B880C2;
}
.BgClassName
{
background-color: #B880C2;
}
</style>
border-color css
<style>
span { border-color: #B880C2; }
span { border-color: rgb(184,128,194); }
td.TdClassName
{
border-color: #B880C2;
}
.TagClassName
{
border-color: #B880C2;
}
</style>