Shades of East Side #BA7DC1
Tints of East Side #BA7DC1
RGB
CMYK
RGB Variations
Color information
#BA7DC1 (or 0xBA7DC1) is known color: East Side. HEX triplet: BA, 7D and C1. RGB value is (186,125,193). Sum of RGB (Red+Green+Blue) = 186+125+193=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DC1 is #45823E. Grayscale: #969696. Windows color (decimal): -4555327 or 12680634. OLE color: 12680634.
HSL color Cylindrical-coordinate representation of color #BA7DC1: hue angle of 293.82º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA7DC1 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 125 | 193 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.24 |
| HSL | 293.82º | 0.35% | 0.62% | - |
| HSV(B) | 293.82º | 0.35% | 0.76% | - |
| XYZ | 37.21 | 28.96 | 54.08 | - |
| YUV | 150.99 | 151.71 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 193 | 0.04 | 0.35 | 0 | 0.24 | 293.82 | 0.35 | 0.62 |
| Hex | BA | 7D | C1 | 4 | 23 | 0 | 18 | 126 | 23 | 3E |
| Octal | 272 | 175 | 301 | 4 | 43 | 0 | 30 | 446 | 43 | 76 |
| Binary | 10111010 | 1111101 | 11000001 | 100 | 100011 | 0 | 11000 | 100100110 | 100011 | 111110 |
Color Harmonies of #BA7DC1
Complementary color
Monochromatic Colors of #BA7DC1
Black with #BA7DC1
Text Example
Text Example
White with #BA7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DC1; }
p { color: rgb(186,125,193); }
H1.HeaderClassName
{
color: #BA7DC1;
}
.AnyTagClassName
{
color: #BA7DC1;
}
</style>
background-color css
<style>
a { background-color: #BA7DC1; }
a { background-color: rgb(186,125,193); }
div.DivClassName
{
background-color: #BA7DC1;
}
.BgClassName
{
background-color: #BA7DC1;
}
</style>
border-color css
<style>
span { border-color: #BA7DC1; }
span { border-color: rgb(186,125,193); }
td.TdClassName
{
border-color: #BA7DC1;
}
.TagClassName
{
border-color: #BA7DC1;
}
</style>