Shades of East Side #BA77CE
Tints of East Side #BA77CE
RGB
CMYK
RGB Variations
Color information
#BA77CE (or 0xBA77CE) is known color: East Side. HEX triplet: BA, 77 and CE. RGB value is (186,119,206). Sum of RGB (Red+Green+Blue) = 186+119+206=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77CE is #458831. Grayscale: #949494. Windows color (decimal): -4556850 or 13531066. OLE color: 13531066.
HSL color Cylindrical-coordinate representation of color #BA77CE: hue angle of 286.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA77CE is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 119 | 206 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.19 |
| HSL | 286.21º | 0.47% | 0.64% | - |
| HSV(B) | 286.21º | 0.42% | 0.81% | - |
| XYZ | 37.99 | 28.09 | 61.81 | - |
| YUV | 148.95 | 160.2 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 206 | 0.10 | 0.42 | 0 | 0.19 | 286.21 | 0.47 | 0.64 |
| Hex | BA | 77 | CE | A | 2A | 0 | 13 | 11E | 2F | 40 |
| Octal | 272 | 167 | 316 | 12 | 52 | 0 | 23 | 436 | 57 | 100 |
| Binary | 10111010 | 1110111 | 11001110 | 1010 | 101010 | 0 | 10011 | 100011110 | 101111 | 1000000 |
Color Harmonies of #BA77CE
Complementary color
Monochromatic Colors of #BA77CE
Black with #BA77CE
Text Example
Text Example
White with #BA77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77CE; }
p { color: rgb(186,119,206); }
H1.HeaderClassName
{
color: #BA77CE;
}
.AnyTagClassName
{
color: #BA77CE;
}
</style>
background-color css
<style>
a { background-color: #BA77CE; }
a { background-color: rgb(186,119,206); }
div.DivClassName
{
background-color: #BA77CE;
}
.BgClassName
{
background-color: #BA77CE;
}
</style>
border-color css
<style>
span { border-color: #BA77CE; }
span { border-color: rgb(186,119,206); }
td.TdClassName
{
border-color: #BA77CE;
}
.TagClassName
{
border-color: #BA77CE;
}
</style>