Shades of East Side #BA7ADA
Tints of East Side #BA7ADA
RGB
CMYK
RGB Variations
Color information
#BA7ADA (or 0xBA7ADA) is known color: East Side. HEX triplet: BA, 7A and DA. RGB value is (186,122,218). Sum of RGB (Red+Green+Blue) = 186+122+218=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ADA is #458525. Grayscale: #979797. Windows color (decimal): -4556070 or 14318266. OLE color: 14318266.
HSL color Cylindrical-coordinate representation of color #BA7ADA: hue angle of 280º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA7ADA is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 122 | 218 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.15 |
| HSL | 280º | 0.56% | 0.67% | - |
| HSV(B) | 280º | 0.44% | 0.85% | - |
| XYZ | 39.86 | 29.42 | 69.91 | - |
| YUV | 152.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 218 | 0.15 | 0.44 | 0 | 0.15 | 280 | 0.56 | 0.67 |
| Hex | BA | 7A | DA | F | 2C | 0 | F | 118 | 38 | 43 |
| Octal | 272 | 172 | 332 | 17 | 54 | 0 | 17 | 430 | 70 | 103 |
| Binary | 10111010 | 1111010 | 11011010 | 1111 | 101100 | 0 | 1111 | 100011000 | 111000 | 1000011 |
Color Harmonies of #BA7ADA
Complementary color
Monochromatic Colors of #BA7ADA
Black with #BA7ADA
Text Example
Text Example
White with #BA7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ADA; }
p { color: rgb(186,122,218); }
H1.HeaderClassName
{
color: #BA7ADA;
}
.AnyTagClassName
{
color: #BA7ADA;
}
</style>
background-color css
<style>
a { background-color: #BA7ADA; }
a { background-color: rgb(186,122,218); }
div.DivClassName
{
background-color: #BA7ADA;
}
.BgClassName
{
background-color: #BA7ADA;
}
</style>
border-color css
<style>
span { border-color: #BA7ADA; }
span { border-color: rgb(186,122,218); }
td.TdClassName
{
border-color: #BA7ADA;
}
.TagClassName
{
border-color: #BA7ADA;
}
</style>