Shades of East Side #BA76C3
Tints of East Side #BA76C3
RGB
CMYK
RGB Variations
Color information
#BA76C3 (or 0xBA76C3) is known color: East Side. HEX triplet: BA, 76 and C3. RGB value is (186,118,195). Sum of RGB (Red+Green+Blue) = 186+118+195=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA76C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76C3 is #45893C. Grayscale: #929292. Windows color (decimal): -4557117 or 12809914. OLE color: 12809914.
HSL color Cylindrical-coordinate representation of color #BA76C3: hue angle of 292.99º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA76C3 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 118 | 195 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.24 |
| HSL | 292.99º | 0.39% | 0.61% | - |
| HSV(B) | 292.99º | 0.39% | 0.76% | - |
| XYZ | 36.58 | 27.34 | 54.98 | - |
| YUV | 147.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 118 | 195 | 0.05 | 0.39 | 0 | 0.24 | 292.99 | 0.39 | 0.61 |
| Hex | BA | 76 | C3 | 5 | 27 | 0 | 18 | 125 | 27 | 3D |
| Octal | 272 | 166 | 303 | 5 | 47 | 0 | 30 | 445 | 47 | 75 |
| Binary | 10111010 | 1110110 | 11000011 | 101 | 100111 | 0 | 11000 | 100100101 | 100111 | 111101 |
Color Harmonies of #BA76C3
Complementary color
Monochromatic Colors of #BA76C3
Black with #BA76C3
Text Example
Text Example
White with #BA76C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA76C3; }
p { color: rgb(186,118,195); }
H1.HeaderClassName
{
color: #BA76C3;
}
.AnyTagClassName
{
color: #BA76C3;
}
</style>
background-color css
<style>
a { background-color: #BA76C3; }
a { background-color: rgb(186,118,195); }
div.DivClassName
{
background-color: #BA76C3;
}
.BgClassName
{
background-color: #BA76C3;
}
</style>
border-color css
<style>
span { border-color: #BA76C3; }
span { border-color: rgb(186,118,195); }
td.TdClassName
{
border-color: #BA76C3;
}
.TagClassName
{
border-color: #BA76C3;
}
</style>