Shades of East Side #BA84C4
Tints of East Side #BA84C4
RGB
CMYK
RGB Variations
Color information
#BA84C4 (or 0xBA84C4) is known color: East Side. HEX triplet: BA, 84 and C4. RGB value is (186,132,196). Sum of RGB (Red+Green+Blue) = 186+132+196=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA84C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA84C4 is #457B3B. Grayscale: #9B9B9B. Windows color (decimal): -4553532 or 12879034. OLE color: 12879034.
HSL color Cylindrical-coordinate representation of color #BA84C4: hue angle of 290.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA84C4 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 132 | 196 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.23 |
| HSL | 290.63º | 0.35% | 0.64% | - |
| HSV(B) | 290.63º | 0.33% | 0.77% | - |
| XYZ | 38.46 | 30.93 | 56.17 | - |
| YUV | 155.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 196 | 0.05 | 0.33 | 0 | 0.23 | 290.63 | 0.35 | 0.64 |
| Hex | BA | 84 | C4 | 5 | 21 | 0 | 17 | 123 | 23 | 40 |
| Octal | 272 | 204 | 304 | 5 | 41 | 0 | 27 | 443 | 43 | 100 |
| Binary | 10111010 | 10000100 | 11000100 | 101 | 100001 | 0 | 10111 | 100100011 | 100011 | 1000000 |
Color Harmonies of #BA84C4
Complementary color
Monochromatic Colors of #BA84C4
Black with #BA84C4
Text Example
Text Example
White with #BA84C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84C4; }
p { color: rgb(186,132,196); }
H1.HeaderClassName
{
color: #BA84C4;
}
.AnyTagClassName
{
color: #BA84C4;
}
</style>
background-color css
<style>
a { background-color: #BA84C4; }
a { background-color: rgb(186,132,196); }
div.DivClassName
{
background-color: #BA84C4;
}
.BgClassName
{
background-color: #BA84C4;
}
</style>
border-color css
<style>
span { border-color: #BA84C4; }
span { border-color: rgb(186,132,196); }
td.TdClassName
{
border-color: #BA84C4;
}
.TagClassName
{
border-color: #BA84C4;
}
</style>