Shades of East Side #BA7ED6
Tints of East Side #BA7ED6
RGB
CMYK
RGB Variations
Color information
#BA7ED6 (or 0xBA7ED6) is known color: East Side. HEX triplet: BA, 7E and D6. RGB value is (186,126,214). Sum of RGB (Red+Green+Blue) = 186+126+214=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA7ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ED6 is #458129. Grayscale: #999999. Windows color (decimal): -4555050 or 14057146. OLE color: 14057146.
HSL color Cylindrical-coordinate representation of color #BA7ED6: hue angle of 280.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA7ED6 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 126 | 214 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.16 |
| HSL | 280.91º | 0.52% | 0.67% | - |
| HSV(B) | 280.91º | 0.41% | 0.84% | - |
| XYZ | 39.85 | 30.22 | 67.35 | - |
| YUV | 153.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 214 | 0.13 | 0.41 | 0 | 0.16 | 280.91 | 0.52 | 0.67 |
| Hex | BA | 7E | D6 | D | 29 | 0 | 10 | 119 | 34 | 43 |
| Octal | 272 | 176 | 326 | 15 | 51 | 0 | 20 | 431 | 64 | 103 |
| Binary | 10111010 | 1111110 | 11010110 | 1101 | 101001 | 0 | 10000 | 100011001 | 110100 | 1000011 |
Color Harmonies of #BA7ED6
Complementary color
Monochromatic Colors of #BA7ED6
Black with #BA7ED6
Text Example
Text Example
White with #BA7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ED6; }
p { color: rgb(186,126,214); }
H1.HeaderClassName
{
color: #BA7ED6;
}
.AnyTagClassName
{
color: #BA7ED6;
}
</style>
background-color css
<style>
a { background-color: #BA7ED6; }
a { background-color: rgb(186,126,214); }
div.DivClassName
{
background-color: #BA7ED6;
}
.BgClassName
{
background-color: #BA7ED6;
}
</style>
border-color css
<style>
span { border-color: #BA7ED6; }
span { border-color: rgb(186,126,214); }
td.TdClassName
{
border-color: #BA7ED6;
}
.TagClassName
{
border-color: #BA7ED6;
}
</style>