Shades of East Side #BA7AD5
Tints of East Side #BA7AD5
RGB
CMYK
RGB Variations
Color information
#BA7AD5 (or 0xBA7AD5) is known color: East Side. HEX triplet: BA, 7A and D5. RGB value is (186,122,213). Sum of RGB (Red+Green+Blue) = 186+122+213=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AD5 is #45852A. Grayscale: #979797. Windows color (decimal): -4556075 or 13990586. OLE color: 13990586.
HSL color Cylindrical-coordinate representation of color #BA7AD5: hue angle of 282.2º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA7AD5 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 122 | 213 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.16 |
| HSL | 282.2º | 0.52% | 0.66% | - |
| HSV(B) | 282.2º | 0.43% | 0.84% | - |
| XYZ | 39.22 | 29.16 | 66.51 | - |
| YUV | 151.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 213 | 0.13 | 0.43 | 0 | 0.16 | 282.2 | 0.52 | 0.66 |
| Hex | BA | 7A | D5 | D | 2B | 0 | 10 | 11A | 34 | 42 |
| Octal | 272 | 172 | 325 | 15 | 53 | 0 | 20 | 432 | 64 | 102 |
| Binary | 10111010 | 1111010 | 11010101 | 1101 | 101011 | 0 | 10000 | 100011010 | 110100 | 1000010 |
Color Harmonies of #BA7AD5
Complementary color
Monochromatic Colors of #BA7AD5
Black with #BA7AD5
Text Example
Text Example
White with #BA7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AD5; }
p { color: rgb(186,122,213); }
H1.HeaderClassName
{
color: #BA7AD5;
}
.AnyTagClassName
{
color: #BA7AD5;
}
</style>
background-color css
<style>
a { background-color: #BA7AD5; }
a { background-color: rgb(186,122,213); }
div.DivClassName
{
background-color: #BA7AD5;
}
.BgClassName
{
background-color: #BA7AD5;
}
</style>
border-color css
<style>
span { border-color: #BA7AD5; }
span { border-color: rgb(186,122,213); }
td.TdClassName
{
border-color: #BA7AD5;
}
.TagClassName
{
border-color: #BA7AD5;
}
</style>