Shades of East Side #BA7CD4
Tints of East Side #BA7CD4
RGB
CMYK
RGB Variations
Color information
#BA7CD4 (or 0xBA7CD4) is known color: East Side. HEX triplet: BA, 7C and D4. RGB value is (186,124,212). Sum of RGB (Red+Green+Blue) = 186+124+212=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 212 (83.20% from 255 or 40.61% from 522); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA7CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CD4 is #45832B. Grayscale: #989898. Windows color (decimal): -4555564 or 13925562. OLE color: 13925562.
HSL color Cylindrical-coordinate representation of color #BA7CD4: hue angle of 282.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA7CD4 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 124 | 212 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.17 |
| HSL | 282.27º | 0.51% | 0.66% | - |
| HSV(B) | 282.27º | 0.42% | 0.83% | - |
| XYZ | 39.34 | 29.61 | 65.93 | - |
| YUV | 152.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 212 | 0.12 | 0.42 | 0 | 0.17 | 282.27 | 0.51 | 0.66 |
| Hex | BA | 7C | D4 | C | 2A | 0 | 11 | 11A | 33 | 42 |
| Octal | 272 | 174 | 324 | 14 | 52 | 0 | 21 | 432 | 63 | 102 |
| Binary | 10111010 | 1111100 | 11010100 | 1100 | 101010 | 0 | 10001 | 100011010 | 110011 | 1000010 |
Color Harmonies of #BA7CD4
Complementary color
Monochromatic Colors of #BA7CD4
Black with #BA7CD4
Text Example
Text Example
White with #BA7CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CD4; }
p { color: rgb(186,124,212); }
H1.HeaderClassName
{
color: #BA7CD4;
}
.AnyTagClassName
{
color: #BA7CD4;
}
</style>
background-color css
<style>
a { background-color: #BA7CD4; }
a { background-color: rgb(186,124,212); }
div.DivClassName
{
background-color: #BA7CD4;
}
.BgClassName
{
background-color: #BA7CD4;
}
</style>
border-color css
<style>
span { border-color: #BA7CD4; }
span { border-color: rgb(186,124,212); }
td.TdClassName
{
border-color: #BA7CD4;
}
.TagClassName
{
border-color: #BA7CD4;
}
</style>