Shades of East Side #BA80CE
Tints of East Side #BA80CE
RGB
CMYK
RGB Variations
Color information
#BA80CE (or 0xBA80CE) is known color: East Side. HEX triplet: BA, 80 and CE. RGB value is (186,128,206). Sum of RGB (Red+Green+Blue) = 186+128+206=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80CE is #457F31. Grayscale: #999999. Windows color (decimal): -4554546 or 13533370. OLE color: 13533370.
HSL color Cylindrical-coordinate representation of color #BA80CE: hue angle of 284.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA80CE is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 128 | 206 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.19 |
| HSL | 284.62º | 0.44% | 0.65% | - |
| HSV(B) | 284.62º | 0.38% | 0.81% | - |
| XYZ | 39.11 | 30.33 | 62.19 | - |
| YUV | 154.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 206 | 0.10 | 0.38 | 0 | 0.19 | 284.62 | 0.44 | 0.65 |
| Hex | BA | 80 | CE | A | 26 | 0 | 13 | 11D | 2C | 41 |
| Octal | 272 | 200 | 316 | 12 | 46 | 0 | 23 | 435 | 54 | 101 |
| Binary | 10111010 | 10000000 | 11001110 | 1010 | 100110 | 0 | 10011 | 100011101 | 101100 | 1000001 |
Color Harmonies of #BA80CE
Complementary color
Monochromatic Colors of #BA80CE
Black with #BA80CE
Text Example
Text Example
White with #BA80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80CE; }
p { color: rgb(186,128,206); }
H1.HeaderClassName
{
color: #BA80CE;
}
.AnyTagClassName
{
color: #BA80CE;
}
</style>
background-color css
<style>
a { background-color: #BA80CE; }
a { background-color: rgb(186,128,206); }
div.DivClassName
{
background-color: #BA80CE;
}
.BgClassName
{
background-color: #BA80CE;
}
</style>
border-color css
<style>
span { border-color: #BA80CE; }
span { border-color: rgb(186,128,206); }
td.TdClassName
{
border-color: #BA80CE;
}
.TagClassName
{
border-color: #BA80CE;
}
</style>