Shades of East Side #B077D0
Tints of East Side #B077D0
RGB
CMYK
RGB Variations
Color information
#B077D0 (or 0xB077D0) is known color: East Side. HEX triplet: B0, 77 and D0. RGB value is (176,119,208). Sum of RGB (Red+Green+Blue) = 176+119+208=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B077D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B077D0 is #4F882F. Grayscale: #919191. Windows color (decimal): -5212208 or 13662128. OLE color: 13662128.
HSL color Cylindrical-coordinate representation of color #B077D0: hue angle of 278.43º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B077D0 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 119 | 208 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.18 |
| HSL | 278.43º | 0.49% | 0.64% | - |
| HSV(B) | 278.43º | 0.43% | 0.82% | - |
| XYZ | 35.89 | 26.98 | 62.99 | - |
| YUV | 146.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 208 | 0.15 | 0.43 | 0 | 0.18 | 278.43 | 0.49 | 0.64 |
| Hex | B0 | 77 | D0 | F | 2B | 0 | 12 | 116 | 31 | 40 |
| Octal | 260 | 167 | 320 | 17 | 53 | 0 | 22 | 426 | 61 | 100 |
| Binary | 10110000 | 1110111 | 11010000 | 1111 | 101011 | 0 | 10010 | 100010110 | 110001 | 1000000 |
Color Harmonies of #B077D0
Complementary color
Monochromatic Colors of #B077D0
Black with #B077D0
Text Example
Text Example
White with #B077D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B077D0; }
p { color: rgb(176,119,208); }
H1.HeaderClassName
{
color: #B077D0;
}
.AnyTagClassName
{
color: #B077D0;
}
</style>
background-color css
<style>
a { background-color: #B077D0; }
a { background-color: rgb(176,119,208); }
div.DivClassName
{
background-color: #B077D0;
}
.BgClassName
{
background-color: #B077D0;
}
</style>
border-color css
<style>
span { border-color: #B077D0; }
span { border-color: rgb(176,119,208); }
td.TdClassName
{
border-color: #B077D0;
}
.TagClassName
{
border-color: #B077D0;
}
</style>