Shades of East Side #BA77C3
Tints of East Side #BA77C3
RGB
CMYK
RGB Variations
Color information
#BA77C3 (or 0xBA77C3) is known color: East Side. HEX triplet: BA, 77 and C3. RGB value is (186,119,195). Sum of RGB (Red+Green+Blue) = 186+119+195=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 119 (46.88% from 255 or 23.8% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77C3 is #45883C. Grayscale: #939393. Windows color (decimal): -4556861 or 12810170. OLE color: 12810170.
HSL color Cylindrical-coordinate representation of color #BA77C3: hue angle of 292.89º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA77C3 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 119 | 195 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.24 |
| HSL | 292.89º | 0.39% | 0.62% | - |
| HSV(B) | 292.89º | 0.39% | 0.76% | - |
| XYZ | 36.7 | 27.57 | 55.02 | - |
| YUV | 147.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 195 | 0.05 | 0.39 | 0 | 0.24 | 292.89 | 0.39 | 0.62 |
| Hex | BA | 77 | C3 | 5 | 27 | 0 | 18 | 125 | 27 | 3E |
| Octal | 272 | 167 | 303 | 5 | 47 | 0 | 30 | 445 | 47 | 76 |
| Binary | 10111010 | 1110111 | 11000011 | 101 | 100111 | 0 | 11000 | 100100101 | 100111 | 111110 |
Color Harmonies of #BA77C3
Complementary color
Monochromatic Colors of #BA77C3
Black with #BA77C3
Text Example
Text Example
White with #BA77C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77C3; }
p { color: rgb(186,119,195); }
H1.HeaderClassName
{
color: #BA77C3;
}
.AnyTagClassName
{
color: #BA77C3;
}
</style>
background-color css
<style>
a { background-color: #BA77C3; }
a { background-color: rgb(186,119,195); }
div.DivClassName
{
background-color: #BA77C3;
}
.BgClassName
{
background-color: #BA77C3;
}
</style>
border-color css
<style>
span { border-color: #BA77C3; }
span { border-color: rgb(186,119,195); }
td.TdClassName
{
border-color: #BA77C3;
}
.TagClassName
{
border-color: #BA77C3;
}
</style>