Shades of East Side #B280D4
Tints of East Side #B280D4
RGB
CMYK
RGB Variations
Color information
#B280D4 (or 0xB280D4) is known color: East Side. HEX triplet: B2, 80 and D4. RGB value is (178,128,212). Sum of RGB (Red+Green+Blue) = 178+128+212=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #B280D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B280D4 is #4D7F2B. Grayscale: #989898. Windows color (decimal): -5078828 or 13926578. OLE color: 13926578.
HSL color Cylindrical-coordinate representation of color #B280D4: hue angle of 275.71º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B280D4 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 128 | 212 | - |
| CMYK | 0.16 | 0.40 | 0 | 0.17 |
| HSL | 275.71º | 0.49% | 0.67% | - |
| HSV(B) | 275.71º | 0.4% | 0.83% | - |
| XYZ | 37.96 | 29.66 | 66.01 | - |
| YUV | 152.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 212 | 0.16 | 0.40 | 0 | 0.17 | 275.71 | 0.49 | 0.67 |
| Hex | B2 | 80 | D4 | 10 | 28 | 0 | 11 | 114 | 31 | 43 |
| Octal | 262 | 200 | 324 | 20 | 50 | 0 | 21 | 424 | 61 | 103 |
| Binary | 10110010 | 10000000 | 11010100 | 10000 | 101000 | 0 | 10001 | 100010100 | 110001 | 1000011 |
Color Harmonies of #B280D4
Complementary color
Monochromatic Colors of #B280D4
Black with #B280D4
Text Example
Text Example
White with #B280D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B280D4; }
p { color: rgb(178,128,212); }
H1.HeaderClassName
{
color: #B280D4;
}
.AnyTagClassName
{
color: #B280D4;
}
</style>
background-color css
<style>
a { background-color: #B280D4; }
a { background-color: rgb(178,128,212); }
div.DivClassName
{
background-color: #B280D4;
}
.BgClassName
{
background-color: #B280D4;
}
</style>
border-color css
<style>
span { border-color: #B280D4; }
span { border-color: rgb(178,128,212); }
td.TdClassName
{
border-color: #B280D4;
}
.TagClassName
{
border-color: #B280D4;
}
</style>