Shades of East Side #BA7AC2
Tints of East Side #BA7AC2
RGB
CMYK
RGB Variations
Color information
#BA7AC2 (or 0xBA7AC2) is known color: East Side. HEX triplet: BA, 7A and C2. RGB value is (186,122,194). Sum of RGB (Red+Green+Blue) = 186+122+194=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 194 (76.17% from 255 or 38.65% from 502); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA7AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7AC2 is #45853D. Grayscale: #959595. Windows color (decimal): -4556094 or 12745402. OLE color: 12745402.
HSL color Cylindrical-coordinate representation of color #BA7AC2: hue angle of 293.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7AC2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 122 | 194 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.24 |
| HSL | 293.33º | 0.37% | 0.62% | - |
| HSV(B) | 293.33º | 0.37% | 0.76% | - |
| XYZ | 36.95 | 28.25 | 54.55 | - |
| YUV | 149.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 194 | 0.04 | 0.37 | 0 | 0.24 | 293.33 | 0.37 | 0.62 |
| Hex | BA | 7A | C2 | 4 | 25 | 0 | 18 | 125 | 25 | 3E |
| Octal | 272 | 172 | 302 | 4 | 45 | 0 | 30 | 445 | 45 | 76 |
| Binary | 10111010 | 1111010 | 11000010 | 100 | 100101 | 0 | 11000 | 100100101 | 100101 | 111110 |
Color Harmonies of #BA7AC2
Complementary color
Monochromatic Colors of #BA7AC2
Black with #BA7AC2
Text Example
Text Example
White with #BA7AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7AC2; }
p { color: rgb(186,122,194); }
H1.HeaderClassName
{
color: #BA7AC2;
}
.AnyTagClassName
{
color: #BA7AC2;
}
</style>
background-color css
<style>
a { background-color: #BA7AC2; }
a { background-color: rgb(186,122,194); }
div.DivClassName
{
background-color: #BA7AC2;
}
.BgClassName
{
background-color: #BA7AC2;
}
</style>
border-color css
<style>
span { border-color: #BA7AC2; }
span { border-color: rgb(186,122,194); }
td.TdClassName
{
border-color: #BA7AC2;
}
.TagClassName
{
border-color: #BA7AC2;
}
</style>