Shades of East Side #BA7DCF
Tints of East Side #BA7DCF
RGB
CMYK
RGB Variations
Color information
#BA7DCF (or 0xBA7DCF) is known color: East Side. HEX triplet: BA, 7D and CF. RGB value is (186,125,207). Sum of RGB (Red+Green+Blue) = 186+125+207=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA7DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DCF is #458230. Grayscale: #989898. Windows color (decimal): -4555313 or 13598138. OLE color: 13598138.
HSL color Cylindrical-coordinate representation of color #BA7DCF: hue angle of 284.63º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7DCF is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 125 | 207 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.19 |
| HSL | 284.63º | 0.46% | 0.65% | - |
| HSV(B) | 284.63º | 0.4% | 0.81% | - |
| XYZ | 38.85 | 29.61 | 62.7 | - |
| YUV | 152.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 207 | 0.10 | 0.40 | 0 | 0.19 | 284.63 | 0.46 | 0.65 |
| Hex | BA | 7D | CF | A | 28 | 0 | 13 | 11D | 2E | 41 |
| Octal | 272 | 175 | 317 | 12 | 50 | 0 | 23 | 435 | 56 | 101 |
| Binary | 10111010 | 1111101 | 11001111 | 1010 | 101000 | 0 | 10011 | 100011101 | 101110 | 1000001 |
Color Harmonies of #BA7DCF
Complementary color
Monochromatic Colors of #BA7DCF
Black with #BA7DCF
Text Example
Text Example
White with #BA7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DCF; }
p { color: rgb(186,125,207); }
H1.HeaderClassName
{
color: #BA7DCF;
}
.AnyTagClassName
{
color: #BA7DCF;
}
</style>
background-color css
<style>
a { background-color: #BA7DCF; }
a { background-color: rgb(186,125,207); }
div.DivClassName
{
background-color: #BA7DCF;
}
.BgClassName
{
background-color: #BA7DCF;
}
</style>
border-color css
<style>
span { border-color: #BA7DCF; }
span { border-color: rgb(186,125,207); }
td.TdClassName
{
border-color: #BA7DCF;
}
.TagClassName
{
border-color: #BA7DCF;
}
</style>