Shades of East Side #BA7ED5
Tints of East Side #BA7ED5
RGB
CMYK
RGB Variations
Color information
#BA7ED5 (or 0xBA7ED5) is known color: East Side. HEX triplet: BA, 7E and D5. RGB value is (186,126,213). Sum of RGB (Red+Green+Blue) = 186+126+213=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ED5 is #45812A. Grayscale: #999999. Windows color (decimal): -4555051 or 13991610. OLE color: 13991610.
HSL color Cylindrical-coordinate representation of color #BA7ED5: hue angle of 281.38º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA7ED5 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 126 | 213 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.16 |
| HSL | 281.38º | 0.51% | 0.66% | - |
| HSV(B) | 281.38º | 0.41% | 0.84% | - |
| XYZ | 39.72 | 30.16 | 66.68 | - |
| YUV | 153.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 213 | 0.13 | 0.41 | 0 | 0.16 | 281.38 | 0.51 | 0.66 |
| Hex | BA | 7E | D5 | D | 29 | 0 | 10 | 119 | 33 | 42 |
| Octal | 272 | 176 | 325 | 15 | 51 | 0 | 20 | 431 | 63 | 102 |
| Binary | 10111010 | 1111110 | 11010101 | 1101 | 101001 | 0 | 10000 | 100011001 | 110011 | 1000010 |
Color Harmonies of #BA7ED5
Complementary color
Monochromatic Colors of #BA7ED5
Black with #BA7ED5
Text Example
Text Example
White with #BA7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ED5; }
p { color: rgb(186,126,213); }
H1.HeaderClassName
{
color: #BA7ED5;
}
.AnyTagClassName
{
color: #BA7ED5;
}
</style>
background-color css
<style>
a { background-color: #BA7ED5; }
a { background-color: rgb(186,126,213); }
div.DivClassName
{
background-color: #BA7ED5;
}
.BgClassName
{
background-color: #BA7ED5;
}
</style>
border-color css
<style>
span { border-color: #BA7ED5; }
span { border-color: rgb(186,126,213); }
td.TdClassName
{
border-color: #BA7ED5;
}
.TagClassName
{
border-color: #BA7ED5;
}
</style>