Shades of East Side #BA7DCD
Tints of East Side #BA7DCD
RGB
CMYK
RGB Variations
Color information
#BA7DCD (or 0xBA7DCD) is known color: East Side. HEX triplet: BA, 7D and CD. RGB value is (186,125,205). Sum of RGB (Red+Green+Blue) = 186+125+205=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DCD is #458232. Grayscale: #989898. Windows color (decimal): -4555315 or 13467066. OLE color: 13467066.
HSL color Cylindrical-coordinate representation of color #BA7DCD: hue angle of 285.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA7DCD is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 125 | 205 | - |
| CMYK | 0.09 | 0.39 | 0 | 0.20 |
| HSL | 285.75º | 0.44% | 0.65% | - |
| HSV(B) | 285.75º | 0.39% | 0.8% | - |
| XYZ | 38.6 | 29.51 | 61.42 | - |
| YUV | 152.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 205 | 0.09 | 0.39 | 0 | 0.20 | 285.75 | 0.44 | 0.65 |
| Hex | BA | 7D | CD | 9 | 27 | 0 | 14 | 11E | 2C | 41 |
| Octal | 272 | 175 | 315 | 11 | 47 | 0 | 24 | 436 | 54 | 101 |
| Binary | 10111010 | 1111101 | 11001101 | 1001 | 100111 | 0 | 10100 | 100011110 | 101100 | 1000001 |
Color Harmonies of #BA7DCD
Complementary color
Monochromatic Colors of #BA7DCD
Black with #BA7DCD
Text Example
Text Example
White with #BA7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DCD; }
p { color: rgb(186,125,205); }
H1.HeaderClassName
{
color: #BA7DCD;
}
.AnyTagClassName
{
color: #BA7DCD;
}
</style>
background-color css
<style>
a { background-color: #BA7DCD; }
a { background-color: rgb(186,125,205); }
div.DivClassName
{
background-color: #BA7DCD;
}
.BgClassName
{
background-color: #BA7DCD;
}
</style>
border-color css
<style>
span { border-color: #BA7DCD; }
span { border-color: rgb(186,125,205); }
td.TdClassName
{
border-color: #BA7DCD;
}
.TagClassName
{
border-color: #BA7DCD;
}
</style>