Shades of East Side #BA7DBE
Tints of East Side #BA7DBE
RGB
CMYK
RGB Variations
Color information
#BA7DBE (or 0xBA7DBE) is known color: East Side. HEX triplet: BA, 7D and BE. RGB value is (186,125,190). Sum of RGB (Red+Green+Blue) = 186+125+190=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DBE is #458241. Grayscale: #969696. Windows color (decimal): -4555330 or 12484026. OLE color: 12484026.
HSL color Cylindrical-coordinate representation of color #BA7DBE: hue angle of 296.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA7DBE is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 125 | 190 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.25 |
| HSL | 296.31º | 0.33% | 0.62% | - |
| HSV(B) | 296.31º | 0.34% | 0.75% | - |
| XYZ | 36.88 | 28.82 | 52.34 | - |
| YUV | 150.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 190 | 0.02 | 0.34 | 0 | 0.25 | 296.31 | 0.33 | 0.62 |
| Hex | BA | 7D | BE | 2 | 22 | 0 | 19 | 128 | 21 | 3E |
| Octal | 272 | 175 | 276 | 2 | 42 | 0 | 31 | 450 | 41 | 76 |
| Binary | 10111010 | 1111101 | 10111110 | 10 | 100010 | 0 | 11001 | 100101000 | 100001 | 111110 |
Color Harmonies of #BA7DBE
Complementary color
Monochromatic Colors of #BA7DBE
Black with #BA7DBE
Text Example
Text Example
White with #BA7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DBE; }
p { color: rgb(186,125,190); }
H1.HeaderClassName
{
color: #BA7DBE;
}
.AnyTagClassName
{
color: #BA7DBE;
}
</style>
background-color css
<style>
a { background-color: #BA7DBE; }
a { background-color: rgb(186,125,190); }
div.DivClassName
{
background-color: #BA7DBE;
}
.BgClassName
{
background-color: #BA7DBE;
}
</style>
border-color css
<style>
span { border-color: #BA7DBE; }
span { border-color: rgb(186,125,190); }
td.TdClassName
{
border-color: #BA7DBE;
}
.TagClassName
{
border-color: #BA7DBE;
}
</style>