Shades of East Side #BA7BCD
Tints of East Side #BA7BCD
RGB
CMYK
RGB Variations
Color information
#BA7BCD (or 0xBA7BCD) is known color: East Side. HEX triplet: BA, 7B and CD. RGB value is (186,123,205). Sum of RGB (Red+Green+Blue) = 186+123+205=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA7BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BCD is #458432. Grayscale: #969696. Windows color (decimal): -4555827 or 13466554. OLE color: 13466554.
HSL color Cylindrical-coordinate representation of color #BA7BCD: hue angle of 286.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7BCD is Cyan = 0.09, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 123 | 205 | - |
| CMYK | 0.09 | 0.4 | 0 | 0.20 |
| HSL | 286.1º | 0.45% | 0.64% | - |
| HSV(B) | 286.1º | 0.4% | 0.8% | - |
| XYZ | 38.35 | 29.01 | 61.34 | - |
| YUV | 151.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 205 | 0.09 | 0.4 | 0 | 0.20 | 286.1 | 0.45 | 0.64 |
| Hex | BA | 7B | CD | 9 | 28 | 0 | 14 | 11E | 2D | 40 |
| Octal | 272 | 173 | 315 | 11 | 50 | 0 | 24 | 436 | 55 | 100 |
| Binary | 10111010 | 1111011 | 11001101 | 1001 | 101000 | 0 | 10100 | 100011110 | 101101 | 1000000 |
Color Harmonies of #BA7BCD
Complementary color
Monochromatic Colors of #BA7BCD
Black with #BA7BCD
Text Example
Text Example
White with #BA7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BCD; }
p { color: rgb(186,123,205); }
H1.HeaderClassName
{
color: #BA7BCD;
}
.AnyTagClassName
{
color: #BA7BCD;
}
</style>
background-color css
<style>
a { background-color: #BA7BCD; }
a { background-color: rgb(186,123,205); }
div.DivClassName
{
background-color: #BA7BCD;
}
.BgClassName
{
background-color: #BA7BCD;
}
</style>
border-color css
<style>
span { border-color: #BA7BCD; }
span { border-color: rgb(186,123,205); }
td.TdClassName
{
border-color: #BA7BCD;
}
.TagClassName
{
border-color: #BA7BCD;
}
</style>