Shades of East Side #BA7CCC
Tints of East Side #BA7CCC
RGB
CMYK
RGB Variations
Color information
#BA7CCC (or 0xBA7CCC) is known color: East Side. HEX triplet: BA, 7C and CC. RGB value is (186,124,204). Sum of RGB (Red+Green+Blue) = 186+124+204=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CCC is #458333. Grayscale: #979797. Windows color (decimal): -4555572 or 13401274. OLE color: 13401274.
HSL color Cylindrical-coordinate representation of color #BA7CCC: hue angle of 286.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7CCC is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 124 | 204 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.2 |
| HSL | 286.5º | 0.44% | 0.64% | - |
| HSV(B) | 286.5º | 0.39% | 0.8% | - |
| XYZ | 38.36 | 29.21 | 60.74 | - |
| YUV | 151.66 | 157.54 | 152.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 204 | 0.09 | 0.39 | 0 | 0.2 | 286.5 | 0.44 | 0.64 |
| Hex | BA | 7C | CC | 9 | 27 | 0 | 14 | 11E | 2C | 40 |
| Octal | 272 | 174 | 314 | 11 | 47 | 0 | 24 | 436 | 54 | 100 |
| Binary | 10111010 | 1111100 | 11001100 | 1001 | 100111 | 0 | 10100 | 100011110 | 101100 | 1000000 |
Color Harmonies of #BA7CCC
Complementary color
Monochromatic Colors of #BA7CCC
Black with #BA7CCC
Text Example
Text Example
White with #BA7CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CCC; }
p { color: rgb(186,124,204); }
H1.HeaderClassName
{
color: #BA7CCC;
}
.AnyTagClassName
{
color: #BA7CCC;
}
</style>
background-color css
<style>
a { background-color: #BA7CCC; }
a { background-color: rgb(186,124,204); }
div.DivClassName
{
background-color: #BA7CCC;
}
.BgClassName
{
background-color: #BA7CCC;
}
</style>
border-color css
<style>
span { border-color: #BA7CCC; }
span { border-color: rgb(186,124,204); }
td.TdClassName
{
border-color: #BA7CCC;
}
.TagClassName
{
border-color: #BA7CCC;
}
</style>