Shades of East Side #BA7ACD
Tints of East Side #BA7ACD
RGB
CMYK
RGB Variations
Color information
#BA7ACD (or 0xBA7ACD) is known color: East Side. HEX triplet: BA, 7A and CD. RGB value is (186,122,205). Sum of RGB (Red+Green+Blue) = 186+122+205=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ACD is #458532. Grayscale: #969696. Windows color (decimal): -4556083 or 13466298. OLE color: 13466298.
HSL color Cylindrical-coordinate representation of color #BA7ACD: hue angle of 286.27º 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 #BA7ACD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 122 | 205 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.20 |
| HSL | 286.27º | 0.45% | 0.64% | - |
| HSV(B) | 286.27º | 0.4% | 0.8% | - |
| XYZ | 38.23 | 28.77 | 61.3 | - |
| YUV | 150.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 122 | 205 | 0.09 | 0.40 | 0 | 0.20 | 286.27 | 0.45 | 0.64 |
| Hex | BA | 7A | CD | 9 | 28 | 0 | 14 | 11E | 2D | 40 |
| Octal | 272 | 172 | 315 | 11 | 50 | 0 | 24 | 436 | 55 | 100 |
| Binary | 10111010 | 1111010 | 11001101 | 1001 | 101000 | 0 | 10100 | 100011110 | 101101 | 1000000 |
Color Harmonies of #BA7ACD
Complementary color
Monochromatic Colors of #BA7ACD
Black with #BA7ACD
Text Example
Text Example
White with #BA7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ACD; }
p { color: rgb(186,122,205); }
H1.HeaderClassName
{
color: #BA7ACD;
}
.AnyTagClassName
{
color: #BA7ACD;
}
</style>
background-color css
<style>
a { background-color: #BA7ACD; }
a { background-color: rgb(186,122,205); }
div.DivClassName
{
background-color: #BA7ACD;
}
.BgClassName
{
background-color: #BA7ACD;
}
</style>
border-color css
<style>
span { border-color: #BA7ACD; }
span { border-color: rgb(186,122,205); }
td.TdClassName
{
border-color: #BA7ACD;
}
.TagClassName
{
border-color: #BA7ACD;
}
</style>