Shades of East Side #BA7CCD
Tints of East Side #BA7CCD
RGB
CMYK
RGB Variations
Color information
#BA7CCD (or 0xBA7CCD) is known color: East Side. HEX triplet: BA, 7C and CD. RGB value is (186,124,205). Sum of RGB (Red+Green+Blue) = 186+124+205=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CCD is #458332. Grayscale: #979797. Windows color (decimal): -4555571 or 13466810. OLE color: 13466810.
HSL color Cylindrical-coordinate representation of color #BA7CCD: hue angle of 285.93º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7CCD is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 124 | 205 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.20 |
| HSL | 285.93º | 0.45% | 0.65% | - |
| HSV(B) | 285.93º | 0.4% | 0.8% | - |
| XYZ | 38.48 | 29.26 | 61.38 | - |
| YUV | 151.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 205 | 0.09 | 0.40 | 0 | 0.20 | 285.93 | 0.45 | 0.65 |
| Hex | BA | 7C | CD | 9 | 28 | 0 | 14 | 11E | 2D | 41 |
| Octal | 272 | 174 | 315 | 11 | 50 | 0 | 24 | 436 | 55 | 101 |
| Binary | 10111010 | 1111100 | 11001101 | 1001 | 101000 | 0 | 10100 | 100011110 | 101101 | 1000001 |
Color Harmonies of #BA7CCD
Complementary color
Monochromatic Colors of #BA7CCD
Black with #BA7CCD
Text Example
Text Example
White with #BA7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CCD; }
p { color: rgb(186,124,205); }
H1.HeaderClassName
{
color: #BA7CCD;
}
.AnyTagClassName
{
color: #BA7CCD;
}
</style>
background-color css
<style>
a { background-color: #BA7CCD; }
a { background-color: rgb(186,124,205); }
div.DivClassName
{
background-color: #BA7CCD;
}
.BgClassName
{
background-color: #BA7CCD;
}
</style>
border-color css
<style>
span { border-color: #BA7CCD; }
span { border-color: rgb(186,124,205); }
td.TdClassName
{
border-color: #BA7CCD;
}
.TagClassName
{
border-color: #BA7CCD;
}
</style>