Shades of East Side #B080D6
Tints of East Side #B080D6
RGB
CMYK
RGB Variations
Color information
#B080D6 (or 0xB080D6) is known color: East Side. HEX triplet: B0, 80 and D6. RGB value is (176,128,214). Sum of RGB (Red+Green+Blue) = 176+128+214=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #B080D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080D6 is #4F7F29. Grayscale: #979797. Windows color (decimal): -5209898 or 14057648. OLE color: 14057648.
HSL color Cylindrical-coordinate representation of color #B080D6: hue angle of 273.49º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B080D6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 128 | 214 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.16 |
| HSL | 273.49º | 0.51% | 0.67% | - |
| HSV(B) | 273.49º | 0.4% | 0.84% | - |
| XYZ | 37.76 | 29.52 | 67.33 | - |
| YUV | 152.16 | 162.9 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 214 | 0.18 | 0.40 | 0 | 0.16 | 273.49 | 0.51 | 0.67 |
| Hex | B0 | 80 | D6 | 12 | 28 | 0 | 10 | 111 | 33 | 43 |
| Octal | 260 | 200 | 326 | 22 | 50 | 0 | 20 | 421 | 63 | 103 |
| Binary | 10110000 | 10000000 | 11010110 | 10010 | 101000 | 0 | 10000 | 100010001 | 110011 | 1000011 |
Color Harmonies of #B080D6
Complementary color
Monochromatic Colors of #B080D6
Black with #B080D6
Text Example
Text Example
White with #B080D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080D6; }
p { color: rgb(176,128,214); }
H1.HeaderClassName
{
color: #B080D6;
}
.AnyTagClassName
{
color: #B080D6;
}
</style>
background-color css
<style>
a { background-color: #B080D6; }
a { background-color: rgb(176,128,214); }
div.DivClassName
{
background-color: #B080D6;
}
.BgClassName
{
background-color: #B080D6;
}
</style>
border-color css
<style>
span { border-color: #B080D6; }
span { border-color: rgb(176,128,214); }
td.TdClassName
{
border-color: #B080D6;
}
.TagClassName
{
border-color: #B080D6;
}
</style>