Shades of East Side #B077BB
Tints of East Side #B077BB
RGB
CMYK
RGB Variations
Color information
#B077BB (or 0xB077BB) is known color: East Side. HEX triplet: B0, 77 and BB. RGB value is (176,119,187). Sum of RGB (Red+Green+Blue) = 176+119+187=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #B077BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077BB is #4F8844. Grayscale: #8F8F8F. Windows color (decimal): -5212229 or 12285872. OLE color: 12285872.
HSL color Cylindrical-coordinate representation of color #B077BB: hue angle of 290.29º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B077BB is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 119 | 187 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.27 |
| HSL | 290.29º | 0.33% | 0.6% | - |
| HSV(B) | 290.29º | 0.36% | 0.73% | - |
| XYZ | 33.47 | 26.01 | 50.27 | - |
| YUV | 143.8 | 152.38 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 187 | 0.06 | 0.36 | 0 | 0.27 | 290.29 | 0.33 | 0.6 |
| Hex | B0 | 77 | BB | 6 | 24 | 0 | 1B | 122 | 21 | 3C |
| Octal | 260 | 167 | 273 | 6 | 44 | 0 | 33 | 442 | 41 | 74 |
| Binary | 10110000 | 1110111 | 10111011 | 110 | 100100 | 0 | 11011 | 100100010 | 100001 | 111100 |
Color Harmonies of #B077BB
Complementary color
Monochromatic Colors of #B077BB
Black with #B077BB
Text Example
Text Example
White with #B077BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077BB; }
p { color: rgb(176,119,187); }
H1.HeaderClassName
{
color: #B077BB;
}
.AnyTagClassName
{
color: #B077BB;
}
</style>
background-color css
<style>
a { background-color: #B077BB; }
a { background-color: rgb(176,119,187); }
div.DivClassName
{
background-color: #B077BB;
}
.BgClassName
{
background-color: #B077BB;
}
</style>
border-color css
<style>
span { border-color: #B077BB; }
span { border-color: rgb(176,119,187); }
td.TdClassName
{
border-color: #B077BB;
}
.TagClassName
{
border-color: #B077BB;
}
</style>