Shades of East Side #BA77C5
Tints of East Side #BA77C5
RGB
CMYK
RGB Variations
Color information
#BA77C5 (or 0xBA77C5) is known color: East Side. HEX triplet: BA, 77 and C5. RGB value is (186,119,197). Sum of RGB (Red+Green+Blue) = 186+119+197=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77C5 is #45883A. Grayscale: #939393. Windows color (decimal): -4556859 or 12941242. OLE color: 12941242.
HSL color Cylindrical-coordinate representation of color #BA77C5: hue angle of 291.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA77C5 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 119 | 197 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.23 |
| HSL | 291.54º | 0.4% | 0.62% | - |
| HSV(B) | 291.54º | 0.4% | 0.77% | - |
| XYZ | 36.92 | 27.66 | 56.22 | - |
| YUV | 147.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 197 | 0.06 | 0.40 | 0 | 0.23 | 291.54 | 0.4 | 0.62 |
| Hex | BA | 77 | C5 | 6 | 28 | 0 | 17 | 124 | 28 | 3E |
| Octal | 272 | 167 | 305 | 6 | 50 | 0 | 27 | 444 | 50 | 76 |
| Binary | 10111010 | 1110111 | 11000101 | 110 | 101000 | 0 | 10111 | 100100100 | 101000 | 111110 |
Color Harmonies of #BA77C5
Complementary color
Monochromatic Colors of #BA77C5
Black with #BA77C5
Text Example
Text Example
White with #BA77C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77C5; }
p { color: rgb(186,119,197); }
H1.HeaderClassName
{
color: #BA77C5;
}
.AnyTagClassName
{
color: #BA77C5;
}
</style>
background-color css
<style>
a { background-color: #BA77C5; }
a { background-color: rgb(186,119,197); }
div.DivClassName
{
background-color: #BA77C5;
}
.BgClassName
{
background-color: #BA77C5;
}
</style>
border-color css
<style>
span { border-color: #BA77C5; }
span { border-color: rgb(186,119,197); }
td.TdClassName
{
border-color: #BA77C5;
}
.TagClassName
{
border-color: #BA77C5;
}
</style>