Shades of East Side #BA7FCC
Tints of East Side #BA7FCC
RGB
CMYK
RGB Variations
Color information
#BA7FCC (or 0xBA7FCC) is known color: East Side. HEX triplet: BA, 7F and CC. RGB value is (186,127,204). Sum of RGB (Red+Green+Blue) = 186+127+204=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA7FCC is #458033. Grayscale: #999999. Windows color (decimal): -4554804 or 13402042. OLE color: 13402042.
HSL color Cylindrical-coordinate representation of color #BA7FCC: hue angle of 285.97º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA7FCC is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 127 | 204 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.2 |
| HSL | 285.97º | 0.43% | 0.65% | - |
| HSV(B) | 285.97º | 0.38% | 0.8% | - |
| XYZ | 38.74 | 29.98 | 60.87 | - |
| YUV | 153.42 | 156.55 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 204 | 0.09 | 0.38 | 0 | 0.2 | 285.97 | 0.43 | 0.65 |
| Hex | BA | 7F | CC | 9 | 26 | 0 | 14 | 11E | 2B | 41 |
| Octal | 272 | 177 | 314 | 11 | 46 | 0 | 24 | 436 | 53 | 101 |
| Binary | 10111010 | 1111111 | 11001100 | 1001 | 100110 | 0 | 10100 | 100011110 | 101011 | 1000001 |
Color Harmonies of #BA7FCC
Complementary color
Monochromatic Colors of #BA7FCC
Black with #BA7FCC
Text Example
Text Example
White with #BA7FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FCC; }
p { color: rgb(186,127,204); }
H1.HeaderClassName
{
color: #BA7FCC;
}
.AnyTagClassName
{
color: #BA7FCC;
}
</style>
background-color css
<style>
a { background-color: #BA7FCC; }
a { background-color: rgb(186,127,204); }
div.DivClassName
{
background-color: #BA7FCC;
}
.BgClassName
{
background-color: #BA7FCC;
}
</style>
border-color css
<style>
span { border-color: #BA7FCC; }
span { border-color: rgb(186,127,204); }
td.TdClassName
{
border-color: #BA7FCC;
}
.TagClassName
{
border-color: #BA7FCC;
}
</style>