Shades of East Side #BA7ACC
Tints of East Side #BA7ACC
RGB
CMYK
RGB Variations
Color information
#BA7ACC (or 0xBA7ACC) is known color: East Side. HEX triplet: BA, 7A and CC. RGB value is (186,122,204). Sum of RGB (Red+Green+Blue) = 186+122+204=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ACC is #458533. Grayscale: #969696. Windows color (decimal): -4556084 or 13400762. OLE color: 13400762.
HSL color Cylindrical-coordinate representation of color #BA7ACC: hue angle of 286.83º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7ACC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 122 | 204 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.2 |
| HSL | 286.83º | 0.45% | 0.64% | - |
| HSV(B) | 286.83º | 0.4% | 0.8% | - |
| XYZ | 38.11 | 28.72 | 60.66 | - |
| YUV | 150.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 204 | 0.09 | 0.40 | 0 | 0.2 | 286.83 | 0.45 | 0.64 |
| Hex | BA | 7A | CC | 9 | 28 | 0 | 14 | 11F | 2D | 40 |
| Octal | 272 | 172 | 314 | 11 | 50 | 0 | 24 | 437 | 55 | 100 |
| Binary | 10111010 | 1111010 | 11001100 | 1001 | 101000 | 0 | 10100 | 100011111 | 101101 | 1000000 |
Color Harmonies of #BA7ACC
Complementary color
Monochromatic Colors of #BA7ACC
Black with #BA7ACC
Text Example
Text Example
White with #BA7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ACC; }
p { color: rgb(186,122,204); }
H1.HeaderClassName
{
color: #BA7ACC;
}
.AnyTagClassName
{
color: #BA7ACC;
}
</style>
background-color css
<style>
a { background-color: #BA7ACC; }
a { background-color: rgb(186,122,204); }
div.DivClassName
{
background-color: #BA7ACC;
}
.BgClassName
{
background-color: #BA7ACC;
}
</style>
border-color css
<style>
span { border-color: #BA7ACC; }
span { border-color: rgb(186,122,204); }
td.TdClassName
{
border-color: #BA7ACC;
}
.TagClassName
{
border-color: #BA7ACC;
}
</style>