Shades of East Side #BA7DCA
Tints of East Side #BA7DCA
RGB
CMYK
RGB Variations
Color information
#BA7DCA (or 0xBA7DCA) is known color: East Side. HEX triplet: BA, 7D and CA. RGB value is (186,125,202). Sum of RGB (Red+Green+Blue) = 186+125+202=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA7DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7DCA is #458235. Grayscale: #979797. Windows color (decimal): -4555318 or 13270458. OLE color: 13270458.
HSL color Cylindrical-coordinate representation of color #BA7DCA: hue angle of 287.53º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7DCA is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 125 | 202 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.21 |
| HSL | 287.53º | 0.42% | 0.64% | - |
| HSV(B) | 287.53º | 0.38% | 0.79% | - |
| XYZ | 38.24 | 29.37 | 59.53 | - |
| YUV | 152.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 202 | 0.08 | 0.38 | 0 | 0.21 | 287.53 | 0.42 | 0.64 |
| Hex | BA | 7D | CA | 8 | 26 | 0 | 15 | 120 | 2A | 40 |
| Octal | 272 | 175 | 312 | 10 | 46 | 0 | 25 | 440 | 52 | 100 |
| Binary | 10111010 | 1111101 | 11001010 | 1000 | 100110 | 0 | 10101 | 100100000 | 101010 | 1000000 |
Color Harmonies of #BA7DCA
Complementary color
Monochromatic Colors of #BA7DCA
Black with #BA7DCA
Text Example
Text Example
White with #BA7DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DCA; }
p { color: rgb(186,125,202); }
H1.HeaderClassName
{
color: #BA7DCA;
}
.AnyTagClassName
{
color: #BA7DCA;
}
</style>
background-color css
<style>
a { background-color: #BA7DCA; }
a { background-color: rgb(186,125,202); }
div.DivClassName
{
background-color: #BA7DCA;
}
.BgClassName
{
background-color: #BA7DCA;
}
</style>
border-color css
<style>
span { border-color: #BA7DCA; }
span { border-color: rgb(186,125,202); }
td.TdClassName
{
border-color: #BA7DCA;
}
.TagClassName
{
border-color: #BA7DCA;
}
</style>