Shades of East Side #BA83C1
Tints of East Side #BA83C1
RGB
CMYK
RGB Variations
Color information
#BA83C1 (or 0xBA83C1) is known color: East Side. HEX triplet: BA, 83 and C1. RGB value is (186,131,193). Sum of RGB (Red+Green+Blue) = 186+131+193=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA83C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA83C1 is #457C3E. Grayscale: #9A9A9A. Windows color (decimal): -4553791 or 12682170. OLE color: 12682170.
HSL color Cylindrical-coordinate representation of color #BA83C1: hue angle of 293.23º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA83C1 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 186 | 131 | 193 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.24 |
| HSL | 293.23º | 0.33% | 0.64% | - |
| HSV(B) | 293.23º | 0.32% | 0.76% | - |
| XYZ | 37.99 | 30.52 | 54.34 | - |
| YUV | 154.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 193 | 0.04 | 0.32 | 0 | 0.24 | 293.23 | 0.33 | 0.64 |
| Hex | BA | 83 | C1 | 4 | 20 | 0 | 18 | 125 | 21 | 40 |
| Octal | 272 | 203 | 301 | 4 | 40 | 0 | 30 | 445 | 41 | 100 |
| Binary | 10111010 | 10000011 | 11000001 | 100 | 100000 | 0 | 11000 | 100100101 | 100001 | 1000000 |
Color Harmonies of #BA83C1
Complementary color
Monochromatic Colors of #BA83C1
Black with #BA83C1
Text Example
Text Example
White with #BA83C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83C1; }
p { color: rgb(186,131,193); }
H1.HeaderClassName
{
color: #BA83C1;
}
.AnyTagClassName
{
color: #BA83C1;
}
</style>
background-color css
<style>
a { background-color: #BA83C1; }
a { background-color: rgb(186,131,193); }
div.DivClassName
{
background-color: #BA83C1;
}
.BgClassName
{
background-color: #BA83C1;
}
</style>
border-color css
<style>
span { border-color: #BA83C1; }
span { border-color: rgb(186,131,193); }
td.TdClassName
{
border-color: #BA83C1;
}
.TagClassName
{
border-color: #BA83C1;
}
</style>