Shades of East Side #B07ED2
Tints of East Side #B07ED2
RGB
CMYK
RGB Variations
Color information
#B07ED2 (or 0xB07ED2) is known color: East Side. HEX triplet: B0, 7E and D2. RGB value is (176,126,210). Sum of RGB (Red+Green+Blue) = 176+126+210=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #B07ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07ED2 is #4F812D. Grayscale: #969696. Windows color (decimal): -5210414 or 13794992. OLE color: 13794992.
HSL color Cylindrical-coordinate representation of color #B07ED2: hue angle of 275.71º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07ED2 is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 126 | 210 | - |
| CMYK | 0.16 | 0.4 | 0 | 0.18 |
| HSL | 275.71º | 0.48% | 0.66% | - |
| HSV(B) | 275.71º | 0.4% | 0.82% | - |
| XYZ | 37 | 28.8 | 64.58 | - |
| YUV | 150.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 210 | 0.16 | 0.4 | 0 | 0.18 | 275.71 | 0.48 | 0.66 |
| Hex | B0 | 7E | D2 | 10 | 28 | 0 | 12 | 114 | 30 | 42 |
| Octal | 260 | 176 | 322 | 20 | 50 | 0 | 22 | 424 | 60 | 102 |
| Binary | 10110000 | 1111110 | 11010010 | 10000 | 101000 | 0 | 10010 | 100010100 | 110000 | 1000010 |
Color Harmonies of #B07ED2
Complementary color
Monochromatic Colors of #B07ED2
Black with #B07ED2
Text Example
Text Example
White with #B07ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07ED2; }
p { color: rgb(176,126,210); }
H1.HeaderClassName
{
color: #B07ED2;
}
.AnyTagClassName
{
color: #B07ED2;
}
</style>
background-color css
<style>
a { background-color: #B07ED2; }
a { background-color: rgb(176,126,210); }
div.DivClassName
{
background-color: #B07ED2;
}
.BgClassName
{
background-color: #B07ED2;
}
</style>
border-color css
<style>
span { border-color: #B07ED2; }
span { border-color: rgb(176,126,210); }
td.TdClassName
{
border-color: #B07ED2;
}
.TagClassName
{
border-color: #B07ED2;
}
</style>