Shades of East Side #BA84C7
Tints of East Side #BA84C7
RGB
CMYK
RGB Variations
Color information
#BA84C7 (or 0xBA84C7) is known color: East Side. HEX triplet: BA, 84 and C7. RGB value is (186,132,199). Sum of RGB (Red+Green+Blue) = 186+132+199=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA84C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84C7 is #457B38. Grayscale: #9B9B9B. Windows color (decimal): -4553529 or 13075642. OLE color: 13075642.
HSL color Cylindrical-coordinate representation of color #BA84C7: hue angle of 288.36º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA84C7 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 132 | 199 | - |
| CMYK | 0.07 | 0.34 | 0 | 0.22 |
| HSL | 288.36º | 0.37% | 0.65% | - |
| HSV(B) | 288.36º | 0.34% | 0.78% | - |
| XYZ | 38.81 | 31.07 | 57.98 | - |
| YUV | 155.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 199 | 0.07 | 0.34 | 0 | 0.22 | 288.36 | 0.37 | 0.65 |
| Hex | BA | 84 | C7 | 7 | 22 | 0 | 16 | 120 | 25 | 41 |
| Octal | 272 | 204 | 307 | 7 | 42 | 0 | 26 | 440 | 45 | 101 |
| Binary | 10111010 | 10000100 | 11000111 | 111 | 100010 | 0 | 10110 | 100100000 | 100101 | 1000001 |
Color Harmonies of #BA84C7
Complementary color
Monochromatic Colors of #BA84C7
Black with #BA84C7
Text Example
Text Example
White with #BA84C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84C7; }
p { color: rgb(186,132,199); }
H1.HeaderClassName
{
color: #BA84C7;
}
.AnyTagClassName
{
color: #BA84C7;
}
</style>
background-color css
<style>
a { background-color: #BA84C7; }
a { background-color: rgb(186,132,199); }
div.DivClassName
{
background-color: #BA84C7;
}
.BgClassName
{
background-color: #BA84C7;
}
</style>
border-color css
<style>
span { border-color: #BA84C7; }
span { border-color: rgb(186,132,199); }
td.TdClassName
{
border-color: #BA84C7;
}
.TagClassName
{
border-color: #BA84C7;
}
</style>