Shades of East Side #B078C6
Tints of East Side #B078C6
RGB
CMYK
RGB Variations
Color information
#B078C6 (or 0xB078C6) is known color: East Side. HEX triplet: B0, 78 and C6. RGB value is (176,120,198). Sum of RGB (Red+Green+Blue) = 176+120+198=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 120 (47.27% from 255 or 24.29% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #B078C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078C6 is #4F8739. Grayscale: #919191. Windows color (decimal): -5211962 or 13007024. OLE color: 13007024.
HSL color Cylindrical-coordinate representation of color #B078C6: hue angle of 283.08º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B078C6 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 120 | 198 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.22 |
| HSL | 283.08º | 0.41% | 0.62% | - |
| HSV(B) | 283.08º | 0.39% | 0.78% | - |
| XYZ | 34.81 | 26.74 | 56.75 | - |
| YUV | 145.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 198 | 0.11 | 0.39 | 0 | 0.22 | 283.08 | 0.41 | 0.62 |
| Hex | B0 | 78 | C6 | B | 27 | 0 | 16 | 11B | 29 | 3E |
| Octal | 260 | 170 | 306 | 13 | 47 | 0 | 26 | 433 | 51 | 76 |
| Binary | 10110000 | 1111000 | 11000110 | 1011 | 100111 | 0 | 10110 | 100011011 | 101001 | 111110 |
Color Harmonies of #B078C6
Complementary color
Monochromatic Colors of #B078C6
Black with #B078C6
Text Example
Text Example
White with #B078C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078C6; }
p { color: rgb(176,120,198); }
H1.HeaderClassName
{
color: #B078C6;
}
.AnyTagClassName
{
color: #B078C6;
}
</style>
background-color css
<style>
a { background-color: #B078C6; }
a { background-color: rgb(176,120,198); }
div.DivClassName
{
background-color: #B078C6;
}
.BgClassName
{
background-color: #B078C6;
}
</style>
border-color css
<style>
span { border-color: #B078C6; }
span { border-color: rgb(176,120,198); }
td.TdClassName
{
border-color: #B078C6;
}
.TagClassName
{
border-color: #B078C6;
}
</style>