Shades of East Side #B278CB
Tints of East Side #B278CB
RGB
CMYK
RGB Variations
Color information
#B278CB (or 0xB278CB) is known color: East Side. HEX triplet: B2, 78 and CB. RGB value is (178,120,203). Sum of RGB (Red+Green+Blue) = 178+120+203=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #B278CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278CB is #4D8734. Grayscale: #929292. Windows color (decimal): -5080885 or 13334706. OLE color: 13334706.
HSL color Cylindrical-coordinate representation of color #B278CB: hue angle of 281.93º 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 #B278CB is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 120 | 203 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.20 |
| HSL | 281.93º | 0.44% | 0.63% | - |
| HSV(B) | 281.93º | 0.41% | 0.8% | - |
| XYZ | 35.86 | 27.21 | 59.86 | - |
| YUV | 146.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 203 | 0.12 | 0.41 | 0 | 0.20 | 281.93 | 0.44 | 0.63 |
| Hex | B2 | 78 | CB | C | 29 | 0 | 14 | 11A | 2C | 3F |
| Octal | 262 | 170 | 313 | 14 | 51 | 0 | 24 | 432 | 54 | 77 |
| Binary | 10110010 | 1111000 | 11001011 | 1100 | 101001 | 0 | 10100 | 100011010 | 101100 | 111111 |
Color Harmonies of #B278CB
Complementary color
Monochromatic Colors of #B278CB
Black with #B278CB
Text Example
Text Example
White with #B278CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278CB; }
p { color: rgb(178,120,203); }
H1.HeaderClassName
{
color: #B278CB;
}
.AnyTagClassName
{
color: #B278CB;
}
</style>
background-color css
<style>
a { background-color: #B278CB; }
a { background-color: rgb(178,120,203); }
div.DivClassName
{
background-color: #B278CB;
}
.BgClassName
{
background-color: #B278CB;
}
</style>
border-color css
<style>
span { border-color: #B278CB; }
span { border-color: rgb(178,120,203); }
td.TdClassName
{
border-color: #B278CB;
}
.TagClassName
{
border-color: #B278CB;
}
</style>