Shades of East Side #BA7ED2
Tints of East Side #BA7ED2
RGB
CMYK
RGB Variations
Color information
#BA7ED2 (or 0xBA7ED2) is known color: East Side. HEX triplet: BA, 7E and D2. RGB value is (186,126,210). Sum of RGB (Red+Green+Blue) = 186+126+210=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA7ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ED2 is #45812D. Grayscale: #999999. Windows color (decimal): -4555054 or 13795002. OLE color: 13795002.
HSL color Cylindrical-coordinate representation of color #BA7ED2: hue angle of 282.86º 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 #BA7ED2 is Cyan = 0.11, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 126 | 210 | - |
| CMYK | 0.11 | 0.4 | 0 | 0.18 |
| HSL | 282.86º | 0.48% | 0.66% | - |
| HSV(B) | 282.86º | 0.4% | 0.82% | - |
| XYZ | 39.34 | 30.01 | 64.69 | - |
| YUV | 153.52 | 159.88 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 210 | 0.11 | 0.4 | 0 | 0.18 | 282.86 | 0.48 | 0.66 |
| Hex | BA | 7E | D2 | B | 28 | 0 | 12 | 11B | 30 | 42 |
| Octal | 272 | 176 | 322 | 13 | 50 | 0 | 22 | 433 | 60 | 102 |
| Binary | 10111010 | 1111110 | 11010010 | 1011 | 101000 | 0 | 10010 | 100011011 | 110000 | 1000010 |
Color Harmonies of #BA7ED2
Complementary color
Monochromatic Colors of #BA7ED2
Black with #BA7ED2
Text Example
Text Example
White with #BA7ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ED2; }
p { color: rgb(186,126,210); }
H1.HeaderClassName
{
color: #BA7ED2;
}
.AnyTagClassName
{
color: #BA7ED2;
}
</style>
background-color css
<style>
a { background-color: #BA7ED2; }
a { background-color: rgb(186,126,210); }
div.DivClassName
{
background-color: #BA7ED2;
}
.BgClassName
{
background-color: #BA7ED2;
}
</style>
border-color css
<style>
span { border-color: #BA7ED2; }
span { border-color: rgb(186,126,210); }
td.TdClassName
{
border-color: #BA7ED2;
}
.TagClassName
{
border-color: #BA7ED2;
}
</style>