Shades of East Side #BA77CD
Tints of East Side #BA77CD
RGB
CMYK
RGB Variations
Color information
#BA77CD (or 0xBA77CD) is known color: East Side. HEX triplet: BA, 77 and CD. RGB value is (186,119,205). Sum of RGB (Red+Green+Blue) = 186+119+205=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77CD is #458832. Grayscale: #949494. Windows color (decimal): -4556851 or 13465530. OLE color: 13465530.
HSL color Cylindrical-coordinate representation of color #BA77CD: hue angle of 286.74º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA77CD is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 119 | 205 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.20 |
| HSL | 286.74º | 0.46% | 0.64% | - |
| HSV(B) | 286.74º | 0.42% | 0.8% | - |
| XYZ | 37.87 | 28.04 | 61.17 | - |
| YUV | 148.84 | 159.7 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 119 | 205 | 0.09 | 0.42 | 0 | 0.20 | 286.74 | 0.46 | 0.64 |
| Hex | BA | 77 | CD | 9 | 2A | 0 | 14 | 11F | 2E | 40 |
| Octal | 272 | 167 | 315 | 11 | 52 | 0 | 24 | 437 | 56 | 100 |
| Binary | 10111010 | 1110111 | 11001101 | 1001 | 101010 | 0 | 10100 | 100011111 | 101110 | 1000000 |
Color Harmonies of #BA77CD
Complementary color
Monochromatic Colors of #BA77CD
Black with #BA77CD
Text Example
Text Example
White with #BA77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA77CD; }
p { color: rgb(186,119,205); }
H1.HeaderClassName
{
color: #BA77CD;
}
.AnyTagClassName
{
color: #BA77CD;
}
</style>
background-color css
<style>
a { background-color: #BA77CD; }
a { background-color: rgb(186,119,205); }
div.DivClassName
{
background-color: #BA77CD;
}
.BgClassName
{
background-color: #BA77CD;
}
</style>
border-color css
<style>
span { border-color: #BA77CD; }
span { border-color: rgb(186,119,205); }
td.TdClassName
{
border-color: #BA77CD;
}
.TagClassName
{
border-color: #BA77CD;
}
</style>