Shades of East Side #BA7CD0
Tints of East Side #BA7CD0
RGB
CMYK
RGB Variations
Color information
#BA7CD0 (or 0xBA7CD0) is known color: East Side. HEX triplet: BA, 7C and D0. RGB value is (186,124,208). Sum of RGB (Red+Green+Blue) = 186+124+208=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA7CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CD0 is #45832F. Grayscale: #979797. Windows color (decimal): -4555568 or 13663418. OLE color: 13663418.
HSL color Cylindrical-coordinate representation of color #BA7CD0: hue angle of 284.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7CD0 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 124 | 208 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.18 |
| HSL | 284.29º | 0.47% | 0.65% | - |
| HSV(B) | 284.29º | 0.4% | 0.82% | - |
| XYZ | 38.84 | 29.41 | 63.3 | - |
| YUV | 152.11 | 159.54 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 208 | 0.11 | 0.40 | 0 | 0.18 | 284.29 | 0.47 | 0.65 |
| Hex | BA | 7C | D0 | B | 28 | 0 | 12 | 11C | 2F | 41 |
| Octal | 272 | 174 | 320 | 13 | 50 | 0 | 22 | 434 | 57 | 101 |
| Binary | 10111010 | 1111100 | 11010000 | 1011 | 101000 | 0 | 10010 | 100011100 | 101111 | 1000001 |
Color Harmonies of #BA7CD0
Complementary color
Monochromatic Colors of #BA7CD0
Black with #BA7CD0
Text Example
Text Example
White with #BA7CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CD0; }
p { color: rgb(186,124,208); }
H1.HeaderClassName
{
color: #BA7CD0;
}
.AnyTagClassName
{
color: #BA7CD0;
}
</style>
background-color css
<style>
a { background-color: #BA7CD0; }
a { background-color: rgb(186,124,208); }
div.DivClassName
{
background-color: #BA7CD0;
}
.BgClassName
{
background-color: #BA7CD0;
}
</style>
border-color css
<style>
span { border-color: #BA7CD0; }
span { border-color: rgb(186,124,208); }
td.TdClassName
{
border-color: #BA7CD0;
}
.TagClassName
{
border-color: #BA7CD0;
}
</style>