Shades of East Side #BA77C1
Tints of East Side #BA77C1
RGB
CMYK
RGB Variations
Color information
#BA77C1 (or 0xBA77C1) is known color: East Side. HEX triplet: BA, 77 and C1. RGB value is (186,119,193). Sum of RGB (Red+Green+Blue) = 186+119+193=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 119 (46.88% from 255 or 23.90% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77C1 is #45883E. Grayscale: #939393. Windows color (decimal): -4556863 or 12679098. OLE color: 12679098.
HSL color Cylindrical-coordinate representation of color #BA77C1: hue angle of 294.32º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA77C1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 119 | 193 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.24 |
| HSL | 294.32º | 0.37% | 0.61% | - |
| HSV(B) | 294.32º | 0.38% | 0.76% | - |
| XYZ | 36.47 | 27.48 | 53.83 | - |
| YUV | 147.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 193 | 0.04 | 0.38 | 0 | 0.24 | 294.32 | 0.37 | 0.61 |
| Hex | BA | 77 | C1 | 4 | 26 | 0 | 18 | 126 | 25 | 3D |
| Octal | 272 | 167 | 301 | 4 | 46 | 0 | 30 | 446 | 45 | 75 |
| Binary | 10111010 | 1110111 | 11000001 | 100 | 100110 | 0 | 11000 | 100100110 | 100101 | 111101 |
Color Harmonies of #BA77C1
Complementary color
Monochromatic Colors of #BA77C1
Black with #BA77C1
Text Example
Text Example
White with #BA77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77C1; }
p { color: rgb(186,119,193); }
H1.HeaderClassName
{
color: #BA77C1;
}
.AnyTagClassName
{
color: #BA77C1;
}
</style>
background-color css
<style>
a { background-color: #BA77C1; }
a { background-color: rgb(186,119,193); }
div.DivClassName
{
background-color: #BA77C1;
}
.BgClassName
{
background-color: #BA77C1;
}
</style>
border-color css
<style>
span { border-color: #BA77C1; }
span { border-color: rgb(186,119,193); }
td.TdClassName
{
border-color: #BA77C1;
}
.TagClassName
{
border-color: #BA77C1;
}
</style>