Shades of East Side #B280C1
Tints of East Side #B280C1
RGB
CMYK
RGB Variations
Color information
#B280C1 (or 0xB280C1) is known color: East Side. HEX triplet: B2, 80 and C1. RGB value is (178,128,193). Sum of RGB (Red+Green+Blue) = 178+128+193=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #B280C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280C1 is #4D7F3E. Grayscale: #969696. Windows color (decimal): -5078847 or 12681394. OLE color: 12681394.
HSL color Cylindrical-coordinate representation of color #B280C1: hue angle of 286.15º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B280C1 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 128 | 193 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.24 |
| HSL | 286.15º | 0.34% | 0.63% | - |
| HSV(B) | 286.15º | 0.34% | 0.76% | - |
| XYZ | 35.7 | 28.75 | 54.12 | - |
| YUV | 150.36 | 152.07 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 193 | 0.08 | 0.34 | 0 | 0.24 | 286.15 | 0.34 | 0.63 |
| Hex | B2 | 80 | C1 | 8 | 22 | 0 | 18 | 11E | 22 | 3F |
| Octal | 262 | 200 | 301 | 10 | 42 | 0 | 30 | 436 | 42 | 77 |
| Binary | 10110010 | 10000000 | 11000001 | 1000 | 100010 | 0 | 11000 | 100011110 | 100010 | 111111 |
Color Harmonies of #B280C1
Complementary color
Monochromatic Colors of #B280C1
Black with #B280C1
Text Example
Text Example
White with #B280C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280C1; }
p { color: rgb(178,128,193); }
H1.HeaderClassName
{
color: #B280C1;
}
.AnyTagClassName
{
color: #B280C1;
}
</style>
background-color css
<style>
a { background-color: #B280C1; }
a { background-color: rgb(178,128,193); }
div.DivClassName
{
background-color: #B280C1;
}
.BgClassName
{
background-color: #B280C1;
}
</style>
border-color css
<style>
span { border-color: #B280C1; }
span { border-color: rgb(178,128,193); }
td.TdClassName
{
border-color: #B280C1;
}
.TagClassName
{
border-color: #B280C1;
}
</style>