Shades of East Side #B280CE
Tints of East Side #B280CE
RGB
CMYK
RGB Variations
Color information
#B280CE (or 0xB280CE) is known color: East Side. HEX triplet: B2, 80 and CE. RGB value is (178,128,206). Sum of RGB (Red+Green+Blue) = 178+128+206=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #B280CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280CE is #4D7F31. Grayscale: #979797. Windows color (decimal): -5078834 or 13533362. OLE color: 13533362.
HSL color Cylindrical-coordinate representation of color #B280CE: hue angle of 278.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B280CE is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 128 | 206 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.19 |
| HSL | 278.46º | 0.44% | 0.65% | - |
| HSV(B) | 278.46º | 0.38% | 0.81% | - |
| XYZ | 37.22 | 29.36 | 62.1 | - |
| YUV | 151.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 206 | 0.14 | 0.38 | 0 | 0.19 | 278.46 | 0.44 | 0.65 |
| Hex | B2 | 80 | CE | E | 26 | 0 | 13 | 116 | 2C | 41 |
| Octal | 262 | 200 | 316 | 16 | 46 | 0 | 23 | 426 | 54 | 101 |
| Binary | 10110010 | 10000000 | 11001110 | 1110 | 100110 | 0 | 10011 | 100010110 | 101100 | 1000001 |
Color Harmonies of #B280CE
Complementary color
Monochromatic Colors of #B280CE
Black with #B280CE
Text Example
Text Example
White with #B280CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280CE; }
p { color: rgb(178,128,206); }
H1.HeaderClassName
{
color: #B280CE;
}
.AnyTagClassName
{
color: #B280CE;
}
</style>
background-color css
<style>
a { background-color: #B280CE; }
a { background-color: rgb(178,128,206); }
div.DivClassName
{
background-color: #B280CE;
}
.BgClassName
{
background-color: #B280CE;
}
</style>
border-color css
<style>
span { border-color: #B280CE; }
span { border-color: rgb(178,128,206); }
td.TdClassName
{
border-color: #B280CE;
}
.TagClassName
{
border-color: #B280CE;
}
</style>