Shades of East Side #B082CF
Tints of East Side #B082CF
RGB
CMYK
RGB Variations
Color information
#B082CF (or 0xB082CF) is known color: East Side. HEX triplet: B0, 82 and CF. RGB value is (176,130,207). Sum of RGB (Red+Green+Blue) = 176+130+207=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #B082CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082CF is #4F7D30. Grayscale: #989898. Windows color (decimal): -5209393 or 13599408. OLE color: 13599408.
HSL color Cylindrical-coordinate representation of color #B082CF: hue angle of 275.84º degrees, saturation: 0.45, 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 #B082CF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 130 | 207 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.19 |
| HSL | 275.84º | 0.45% | 0.66% | - |
| HSV(B) | 275.84º | 0.37% | 0.81% | - |
| XYZ | 37.15 | 29.7 | 62.81 | - |
| YUV | 152.53 | 158.74 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 207 | 0.15 | 0.37 | 0 | 0.19 | 275.84 | 0.45 | 0.66 |
| Hex | B0 | 82 | CF | F | 25 | 0 | 13 | 114 | 2D | 42 |
| Octal | 260 | 202 | 317 | 17 | 45 | 0 | 23 | 424 | 55 | 102 |
| Binary | 10110000 | 10000010 | 11001111 | 1111 | 100101 | 0 | 10011 | 100010100 | 101101 | 1000010 |
Color Harmonies of #B082CF
Complementary color
Monochromatic Colors of #B082CF
Black with #B082CF
Text Example
Text Example
White with #B082CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B082CF; }
p { color: rgb(176,130,207); }
H1.HeaderClassName
{
color: #B082CF;
}
.AnyTagClassName
{
color: #B082CF;
}
</style>
background-color css
<style>
a { background-color: #B082CF; }
a { background-color: rgb(176,130,207); }
div.DivClassName
{
background-color: #B082CF;
}
.BgClassName
{
background-color: #B082CF;
}
</style>
border-color css
<style>
span { border-color: #B082CF; }
span { border-color: rgb(176,130,207); }
td.TdClassName
{
border-color: #B082CF;
}
.TagClassName
{
border-color: #B082CF;
}
</style>