Shades of East Side #BA7BC1
Tints of East Side #BA7BC1
RGB
CMYK
RGB Variations
Color information
#BA7BC1 (or 0xBA7BC1) is known color: East Side. HEX triplet: BA, 7B and C1. RGB value is (186,123,193). Sum of RGB (Red+Green+Blue) = 186+123+193=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA7BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7BC1 is #45843E. Grayscale: #959595. Windows color (decimal): -4555839 or 12680122. OLE color: 12680122.
HSL color Cylindrical-coordinate representation of color #BA7BC1: hue angle of 294º 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 #BA7BC1 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 123 | 193 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.24 |
| HSL | 294º | 0.36% | 0.62% | - |
| HSV(B) | 294º | 0.36% | 0.76% | - |
| XYZ | 36.96 | 28.46 | 54 | - |
| YUV | 149.82 | 152.37 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 123 | 193 | 0.04 | 0.36 | 0 | 0.24 | 294 | 0.36 | 0.62 |
| Hex | BA | 7B | C1 | 4 | 24 | 0 | 18 | 126 | 24 | 3E |
| Octal | 272 | 173 | 301 | 4 | 44 | 0 | 30 | 446 | 44 | 76 |
| Binary | 10111010 | 1111011 | 11000001 | 100 | 100100 | 0 | 11000 | 100100110 | 100100 | 111110 |
Color Harmonies of #BA7BC1
Complementary color
Monochromatic Colors of #BA7BC1
Black with #BA7BC1
Text Example
Text Example
White with #BA7BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7BC1; }
p { color: rgb(186,123,193); }
H1.HeaderClassName
{
color: #BA7BC1;
}
.AnyTagClassName
{
color: #BA7BC1;
}
</style>
background-color css
<style>
a { background-color: #BA7BC1; }
a { background-color: rgb(186,123,193); }
div.DivClassName
{
background-color: #BA7BC1;
}
.BgClassName
{
background-color: #BA7BC1;
}
</style>
border-color css
<style>
span { border-color: #BA7BC1; }
span { border-color: rgb(186,123,193); }
td.TdClassName
{
border-color: #BA7BC1;
}
.TagClassName
{
border-color: #BA7BC1;
}
</style>