Shades of East Side #B278CE
Tints of East Side #B278CE
RGB
CMYK
RGB Variations
Color information
#B278CE (or 0xB278CE) is known color: East Side. HEX triplet: B2, 78 and CE. RGB value is (178,120,206). Sum of RGB (Red+Green+Blue) = 178+120+206=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #B278CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B278CE is #4D8731. Grayscale: #929292. Windows color (decimal): -5080882 or 13531314. OLE color: 13531314.
HSL color Cylindrical-coordinate representation of color #B278CE: hue angle of 280.47º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B278CE is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 120 | 206 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.19 |
| HSL | 280.47º | 0.47% | 0.64% | - |
| HSV(B) | 280.47º | 0.42% | 0.81% | - |
| XYZ | 36.22 | 27.35 | 61.76 | - |
| YUV | 147.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 206 | 0.14 | 0.42 | 0 | 0.19 | 280.47 | 0.47 | 0.64 |
| Hex | B2 | 78 | CE | E | 2A | 0 | 13 | 118 | 2F | 40 |
| Octal | 262 | 170 | 316 | 16 | 52 | 0 | 23 | 430 | 57 | 100 |
| Binary | 10110010 | 1111000 | 11001110 | 1110 | 101010 | 0 | 10011 | 100011000 | 101111 | 1000000 |
Color Harmonies of #B278CE
Complementary color
Monochromatic Colors of #B278CE
Black with #B278CE
Text Example
Text Example
White with #B278CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278CE; }
p { color: rgb(178,120,206); }
H1.HeaderClassName
{
color: #B278CE;
}
.AnyTagClassName
{
color: #B278CE;
}
</style>
background-color css
<style>
a { background-color: #B278CE; }
a { background-color: rgb(178,120,206); }
div.DivClassName
{
background-color: #B278CE;
}
.BgClassName
{
background-color: #B278CE;
}
</style>
border-color css
<style>
span { border-color: #B278CE; }
span { border-color: rgb(178,120,206); }
td.TdClassName
{
border-color: #B278CE;
}
.TagClassName
{
border-color: #B278CE;
}
</style>