Shades of East Side #B082CE
Tints of East Side #B082CE
RGB
CMYK
RGB Variations
Color information
#B082CE (or 0xB082CE) is known color: East Side. HEX triplet: B0, 82 and CE. RGB value is (176,130,206). Sum of RGB (Red+Green+Blue) = 176+130+206=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #B082CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082CE is #4F7D31. Grayscale: #989898. Windows color (decimal): -5209394 or 13533872. OLE color: 13533872.
HSL color Cylindrical-coordinate representation of color #B082CE: hue angle of 276.32º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B082CE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 130 | 206 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.19 |
| HSL | 276.32º | 0.44% | 0.66% | - |
| HSV(B) | 276.32º | 0.37% | 0.81% | - |
| XYZ | 37.03 | 29.65 | 62.16 | - |
| YUV | 152.42 | 158.24 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 206 | 0.15 | 0.37 | 0 | 0.19 | 276.32 | 0.44 | 0.66 |
| Hex | B0 | 82 | CE | F | 25 | 0 | 13 | 114 | 2C | 42 |
| Octal | 260 | 202 | 316 | 17 | 45 | 0 | 23 | 424 | 54 | 102 |
| Binary | 10110000 | 10000010 | 11001110 | 1111 | 100101 | 0 | 10011 | 100010100 | 101100 | 1000010 |
Color Harmonies of #B082CE
Complementary color
Monochromatic Colors of #B082CE
Black with #B082CE
Text Example
Text Example
White with #B082CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082CE; }
p { color: rgb(176,130,206); }
H1.HeaderClassName
{
color: #B082CE;
}
.AnyTagClassName
{
color: #B082CE;
}
</style>
background-color css
<style>
a { background-color: #B082CE; }
a { background-color: rgb(176,130,206); }
div.DivClassName
{
background-color: #B082CE;
}
.BgClassName
{
background-color: #B082CE;
}
</style>
border-color css
<style>
span { border-color: #B082CE; }
span { border-color: rgb(176,130,206); }
td.TdClassName
{
border-color: #B082CE;
}
.TagClassName
{
border-color: #B082CE;
}
</style>