Shades of East Side #B280C0
Tints of East Side #B280C0
RGB
CMYK
RGB Variations
Color information
#B280C0 (or 0xB280C0) is known color: East Side. HEX triplet: B2, 80 and C0. RGB value is (178,128,192). Sum of RGB (Red+Green+Blue) = 178+128+192=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #B280C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280C0 is #4D7F3F. Grayscale: #969696. Windows color (decimal): -5078848 or 12615858. OLE color: 12615858.
HSL color Cylindrical-coordinate representation of color #B280C0: hue angle of 286.88º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B280C0 is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 128 | 192 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.25 |
| HSL | 286.88º | 0.34% | 0.63% | - |
| HSV(B) | 286.88º | 0.33% | 0.75% | - |
| XYZ | 35.59 | 28.71 | 53.53 | - |
| YUV | 150.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 192 | 0.07 | 0.33 | 0 | 0.25 | 286.88 | 0.34 | 0.63 |
| Hex | B2 | 80 | C0 | 7 | 21 | 0 | 19 | 11F | 22 | 3F |
| Octal | 262 | 200 | 300 | 7 | 41 | 0 | 31 | 437 | 42 | 77 |
| Binary | 10110010 | 10000000 | 11000000 | 111 | 100001 | 0 | 11001 | 100011111 | 100010 | 111111 |
Color Harmonies of #B280C0
Complementary color
Monochromatic Colors of #B280C0
Black with #B280C0
Text Example
Text Example
White with #B280C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280C0; }
p { color: rgb(178,128,192); }
H1.HeaderClassName
{
color: #B280C0;
}
.AnyTagClassName
{
color: #B280C0;
}
</style>
background-color css
<style>
a { background-color: #B280C0; }
a { background-color: rgb(178,128,192); }
div.DivClassName
{
background-color: #B280C0;
}
.BgClassName
{
background-color: #B280C0;
}
</style>
border-color css
<style>
span { border-color: #B280C0; }
span { border-color: rgb(178,128,192); }
td.TdClassName
{
border-color: #B280C0;
}
.TagClassName
{
border-color: #B280C0;
}
</style>