Shades of East Side #B077CC
Tints of East Side #B077CC
RGB
CMYK
RGB Variations
Color information
#B077CC (or 0xB077CC) is known color: East Side. HEX triplet: B0, 77 and CC. RGB value is (176,119,204). Sum of RGB (Red+Green+Blue) = 176+119+204=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #B077CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077CC is #4F8833. Grayscale: #919191. Windows color (decimal): -5212212 or 13399984. OLE color: 13399984.
HSL color Cylindrical-coordinate representation of color #B077CC: hue angle of 280.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B077CC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 119 | 204 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.2 |
| HSL | 280.24º | 0.45% | 0.63% | - |
| HSV(B) | 280.24º | 0.42% | 0.8% | - |
| XYZ | 35.4 | 26.78 | 60.43 | - |
| YUV | 145.73 | 160.88 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 204 | 0.14 | 0.42 | 0 | 0.2 | 280.24 | 0.45 | 0.63 |
| Hex | B0 | 77 | CC | E | 2A | 0 | 14 | 118 | 2D | 3F |
| Octal | 260 | 167 | 314 | 16 | 52 | 0 | 24 | 430 | 55 | 77 |
| Binary | 10110000 | 1110111 | 11001100 | 1110 | 101010 | 0 | 10100 | 100011000 | 101101 | 111111 |
Color Harmonies of #B077CC
Complementary color
Monochromatic Colors of #B077CC
Black with #B077CC
Text Example
Text Example
White with #B077CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077CC; }
p { color: rgb(176,119,204); }
H1.HeaderClassName
{
color: #B077CC;
}
.AnyTagClassName
{
color: #B077CC;
}
</style>
background-color css
<style>
a { background-color: #B077CC; }
a { background-color: rgb(176,119,204); }
div.DivClassName
{
background-color: #B077CC;
}
.BgClassName
{
background-color: #B077CC;
}
</style>
border-color css
<style>
span { border-color: #B077CC; }
span { border-color: rgb(176,119,204); }
td.TdClassName
{
border-color: #B077CC;
}
.TagClassName
{
border-color: #B077CC;
}
</style>