Shades of East Side #BA7ECF
Tints of East Side #BA7ECF
RGB
CMYK
RGB Variations
Color information
#BA7ECF (or 0xBA7ECF) is known color: East Side. HEX triplet: BA, 7E and CF. RGB value is (186,126,207). Sum of RGB (Red+Green+Blue) = 186+126+207=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7ECF is #458130. Grayscale: #989898. Windows color (decimal): -4555057 or 13598394. OLE color: 13598394.
HSL color Cylindrical-coordinate representation of color #BA7ECF: hue angle of 284.44º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7ECF is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 126 | 207 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.19 |
| HSL | 284.44º | 0.46% | 0.65% | - |
| HSV(B) | 284.44º | 0.39% | 0.81% | - |
| XYZ | 38.97 | 29.87 | 62.74 | - |
| YUV | 153.17 | 158.38 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 207 | 0.10 | 0.39 | 0 | 0.19 | 284.44 | 0.46 | 0.65 |
| Hex | BA | 7E | CF | A | 27 | 0 | 13 | 11C | 2E | 41 |
| Octal | 272 | 176 | 317 | 12 | 47 | 0 | 23 | 434 | 56 | 101 |
| Binary | 10111010 | 1111110 | 11001111 | 1010 | 100111 | 0 | 10011 | 100011100 | 101110 | 1000001 |
Color Harmonies of #BA7ECF
Complementary color
Monochromatic Colors of #BA7ECF
Black with #BA7ECF
Text Example
Text Example
White with #BA7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7ECF; }
p { color: rgb(186,126,207); }
H1.HeaderClassName
{
color: #BA7ECF;
}
.AnyTagClassName
{
color: #BA7ECF;
}
</style>
background-color css
<style>
a { background-color: #BA7ECF; }
a { background-color: rgb(186,126,207); }
div.DivClassName
{
background-color: #BA7ECF;
}
.BgClassName
{
background-color: #BA7ECF;
}
</style>
border-color css
<style>
span { border-color: #BA7ECF; }
span { border-color: rgb(186,126,207); }
td.TdClassName
{
border-color: #BA7ECF;
}
.TagClassName
{
border-color: #BA7ECF;
}
</style>