Shades of East Side #B080D0
Tints of East Side #B080D0
RGB
CMYK
RGB Variations
Color information
#B080D0 (or 0xB080D0) is known color: East Side. HEX triplet: B0, 80 and D0. RGB value is (176,128,208). Sum of RGB (Red+Green+Blue) = 176+128+208=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 208 (81.64% from 255 or 40.62% from 512); Max value from RGB is 208 - color contains mainly: blue. Hex color #B080D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080D0 is #4F7F2F. Grayscale: #979797. Windows color (decimal): -5209904 or 13664432. OLE color: 13664432.
HSL color Cylindrical-coordinate representation of color #B080D0: hue angle of 276º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B080D0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 128 | 208 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.18 |
| HSL | 276º | 0.46% | 0.66% | - |
| HSV(B) | 276º | 0.38% | 0.82% | - |
| XYZ | 37.01 | 29.22 | 63.36 | - |
| YUV | 151.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 128 | 208 | 0.15 | 0.38 | 0 | 0.18 | 276 | 0.46 | 0.66 |
| Hex | B0 | 80 | D0 | F | 26 | 0 | 12 | 114 | 2E | 42 |
| Octal | 260 | 200 | 320 | 17 | 46 | 0 | 22 | 424 | 56 | 102 |
| Binary | 10110000 | 10000000 | 11010000 | 1111 | 100110 | 0 | 10010 | 100010100 | 101110 | 1000010 |
Color Harmonies of #B080D0
Complementary color
Monochromatic Colors of #B080D0
Black with #B080D0
Text Example
Text Example
White with #B080D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B080D0; }
p { color: rgb(176,128,208); }
H1.HeaderClassName
{
color: #B080D0;
}
.AnyTagClassName
{
color: #B080D0;
}
</style>
background-color css
<style>
a { background-color: #B080D0; }
a { background-color: rgb(176,128,208); }
div.DivClassName
{
background-color: #B080D0;
}
.BgClassName
{
background-color: #B080D0;
}
</style>
border-color css
<style>
span { border-color: #B080D0; }
span { border-color: rgb(176,128,208); }
td.TdClassName
{
border-color: #B080D0;
}
.TagClassName
{
border-color: #B080D0;
}
</style>