Shades of East Side #B080CC
Tints of East Side #B080CC
RGB
CMYK
RGB Variations
Color information
#B080CC (or 0xB080CC) is known color: East Side. HEX triplet: B0, 80 and CC. RGB value is (176,128,204). Sum of RGB (Red+Green+Blue) = 176+128+204=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #B080CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080CC is #4F7F33. Grayscale: #969696. Windows color (decimal): -5209908 or 13402288. OLE color: 13402288.
HSL color Cylindrical-coordinate representation of color #B080CC: hue angle of 277.89º degrees, saturation: 0.43, 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 #B080CC is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 128 | 204 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.2 |
| HSL | 277.89º | 0.43% | 0.65% | - |
| HSV(B) | 277.89º | 0.37% | 0.8% | - |
| XYZ | 36.52 | 29.03 | 60.8 | - |
| YUV | 151.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 204 | 0.14 | 0.37 | 0 | 0.2 | 277.89 | 0.43 | 0.65 |
| Hex | B0 | 80 | CC | E | 25 | 0 | 14 | 116 | 2B | 41 |
| Octal | 260 | 200 | 314 | 16 | 45 | 0 | 24 | 426 | 53 | 101 |
| Binary | 10110000 | 10000000 | 11001100 | 1110 | 100101 | 0 | 10100 | 100010110 | 101011 | 1000001 |
Color Harmonies of #B080CC
Complementary color
Monochromatic Colors of #B080CC
Black with #B080CC
Text Example
Text Example
White with #B080CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080CC; }
p { color: rgb(176,128,204); }
H1.HeaderClassName
{
color: #B080CC;
}
.AnyTagClassName
{
color: #B080CC;
}
</style>
background-color css
<style>
a { background-color: #B080CC; }
a { background-color: rgb(176,128,204); }
div.DivClassName
{
background-color: #B080CC;
}
.BgClassName
{
background-color: #B080CC;
}
</style>
border-color css
<style>
span { border-color: #B080CC; }
span { border-color: rgb(176,128,204); }
td.TdClassName
{
border-color: #B080CC;
}
.TagClassName
{
border-color: #B080CC;
}
</style>