Shades of East Side #BA7FCA
Tints of East Side #BA7FCA
RGB
CMYK
RGB Variations
Color information
#BA7FCA (or 0xBA7FCA) is known color: East Side. HEX triplet: BA, 7F and CA. RGB value is (186,127,202). Sum of RGB (Red+Green+Blue) = 186+127+202=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA7FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FCA is #458035. Grayscale: #989898. Windows color (decimal): -4554806 or 13270970. OLE color: 13270970.
HSL color Cylindrical-coordinate representation of color #BA7FCA: hue angle of 287.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA7FCA is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 127 | 202 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.21 |
| HSL | 287.2º | 0.41% | 0.65% | - |
| HSV(B) | 287.2º | 0.37% | 0.79% | - |
| XYZ | 38.5 | 29.88 | 59.62 | - |
| YUV | 153.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 202 | 0.08 | 0.37 | 0 | 0.21 | 287.2 | 0.41 | 0.65 |
| Hex | BA | 7F | CA | 8 | 25 | 0 | 15 | 11F | 29 | 41 |
| Octal | 272 | 177 | 312 | 10 | 45 | 0 | 25 | 437 | 51 | 101 |
| Binary | 10111010 | 1111111 | 11001010 | 1000 | 100101 | 0 | 10101 | 100011111 | 101001 | 1000001 |
Color Harmonies of #BA7FCA
Complementary color
Monochromatic Colors of #BA7FCA
Black with #BA7FCA
Text Example
Text Example
White with #BA7FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FCA; }
p { color: rgb(186,127,202); }
H1.HeaderClassName
{
color: #BA7FCA;
}
.AnyTagClassName
{
color: #BA7FCA;
}
</style>
background-color css
<style>
a { background-color: #BA7FCA; }
a { background-color: rgb(186,127,202); }
div.DivClassName
{
background-color: #BA7FCA;
}
.BgClassName
{
background-color: #BA7FCA;
}
</style>
border-color css
<style>
span { border-color: #BA7FCA; }
span { border-color: rgb(186,127,202); }
td.TdClassName
{
border-color: #BA7FCA;
}
.TagClassName
{
border-color: #BA7FCA;
}
</style>