Shades of East Side #BA7CC2
Tints of East Side #BA7CC2
RGB
CMYK
RGB Variations
Color information
#BA7CC2 (or 0xBA7CC2) is known color: East Side. HEX triplet: BA, 7C and C2. RGB value is (186,124,194). Sum of RGB (Red+Green+Blue) = 186+124+194=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7CC2 is #45833D. Grayscale: #969696. Windows color (decimal): -4555582 or 12745914. OLE color: 12745914.
HSL color Cylindrical-coordinate representation of color #BA7CC2: hue angle of 293.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA7CC2 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 124 | 194 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.24 |
| HSL | 293.14º | 0.36% | 0.62% | - |
| HSV(B) | 293.14º | 0.36% | 0.76% | - |
| XYZ | 37.19 | 28.75 | 54.63 | - |
| YUV | 150.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 124 | 194 | 0.04 | 0.36 | 0 | 0.24 | 293.14 | 0.36 | 0.62 |
| Hex | BA | 7C | C2 | 4 | 24 | 0 | 18 | 125 | 24 | 3E |
| Octal | 272 | 174 | 302 | 4 | 44 | 0 | 30 | 445 | 44 | 76 |
| Binary | 10111010 | 1111100 | 11000010 | 100 | 100100 | 0 | 11000 | 100100101 | 100100 | 111110 |
Color Harmonies of #BA7CC2
Complementary color
Monochromatic Colors of #BA7CC2
Black with #BA7CC2
Text Example
Text Example
White with #BA7CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7CC2; }
p { color: rgb(186,124,194); }
H1.HeaderClassName
{
color: #BA7CC2;
}
.AnyTagClassName
{
color: #BA7CC2;
}
</style>
background-color css
<style>
a { background-color: #BA7CC2; }
a { background-color: rgb(186,124,194); }
div.DivClassName
{
background-color: #BA7CC2;
}
.BgClassName
{
background-color: #BA7CC2;
}
</style>
border-color css
<style>
span { border-color: #BA7CC2; }
span { border-color: rgb(186,124,194); }
td.TdClassName
{
border-color: #BA7CC2;
}
.TagClassName
{
border-color: #BA7CC2;
}
</style>