Shades of East Side #B078CB
Tints of East Side #B078CB
RGB
CMYK
RGB Variations
Color information
#B078CB (or 0xB078CB) is known color: East Side. HEX triplet: B0, 78 and CB. RGB value is (176,120,203). Sum of RGB (Red+Green+Blue) = 176+120+203=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #B078CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B078CB is #4F8734. Grayscale: #919191. Windows color (decimal): -5211957 or 13334704. OLE color: 13334704.
HSL color Cylindrical-coordinate representation of color #B078CB: hue angle of 280.48º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B078CB is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 120 | 203 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.20 |
| HSL | 280.48º | 0.44% | 0.63% | - |
| HSV(B) | 280.48º | 0.41% | 0.8% | - |
| XYZ | 35.4 | 26.97 | 59.84 | - |
| YUV | 146.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 203 | 0.13 | 0.41 | 0 | 0.20 | 280.48 | 0.44 | 0.63 |
| Hex | B0 | 78 | CB | D | 29 | 0 | 14 | 118 | 2C | 3F |
| Octal | 260 | 170 | 313 | 15 | 51 | 0 | 24 | 430 | 54 | 77 |
| Binary | 10110000 | 1111000 | 11001011 | 1101 | 101001 | 0 | 10100 | 100011000 | 101100 | 111111 |
Color Harmonies of #B078CB
Complementary color
Monochromatic Colors of #B078CB
Black with #B078CB
Text Example
Text Example
White with #B078CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B078CB; }
p { color: rgb(176,120,203); }
H1.HeaderClassName
{
color: #B078CB;
}
.AnyTagClassName
{
color: #B078CB;
}
</style>
background-color css
<style>
a { background-color: #B078CB; }
a { background-color: rgb(176,120,203); }
div.DivClassName
{
background-color: #B078CB;
}
.BgClassName
{
background-color: #B078CB;
}
</style>
border-color css
<style>
span { border-color: #B078CB; }
span { border-color: rgb(176,120,203); }
td.TdClassName
{
border-color: #B078CB;
}
.TagClassName
{
border-color: #B078CB;
}
</style>