Shades of East Side #BA80D5
Tints of East Side #BA80D5
RGB
CMYK
RGB Variations
Color information
#BA80D5 (or 0xBA80D5) is known color: East Side. HEX triplet: BA, 80 and D5. RGB value is (186,128,213). Sum of RGB (Red+Green+Blue) = 186+128+213=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA80D5 is #457F2A. Grayscale: #9A9A9A. Windows color (decimal): -4554539 or 13992122. OLE color: 13992122.
HSL color Cylindrical-coordinate representation of color #BA80D5: hue angle of 280.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA80D5 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 128 | 213 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.16 |
| HSL | 280.94º | 0.5% | 0.67% | - |
| HSV(B) | 280.94º | 0.4% | 0.84% | - |
| XYZ | 39.98 | 30.68 | 66.77 | - |
| YUV | 155.03 | 160.72 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 128 | 213 | 0.13 | 0.40 | 0 | 0.16 | 280.94 | 0.5 | 0.67 |
| Hex | BA | 80 | D5 | D | 28 | 0 | 10 | 119 | 32 | 43 |
| Octal | 272 | 200 | 325 | 15 | 50 | 0 | 20 | 431 | 62 | 103 |
| Binary | 10111010 | 10000000 | 11010101 | 1101 | 101000 | 0 | 10000 | 100011001 | 110010 | 1000011 |
Color Harmonies of #BA80D5
Complementary color
Monochromatic Colors of #BA80D5
Black with #BA80D5
Text Example
Text Example
White with #BA80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA80D5; }
p { color: rgb(186,128,213); }
H1.HeaderClassName
{
color: #BA80D5;
}
.AnyTagClassName
{
color: #BA80D5;
}
</style>
background-color css
<style>
a { background-color: #BA80D5; }
a { background-color: rgb(186,128,213); }
div.DivClassName
{
background-color: #BA80D5;
}
.BgClassName
{
background-color: #BA80D5;
}
</style>
border-color css
<style>
span { border-color: #BA80D5; }
span { border-color: rgb(186,128,213); }
td.TdClassName
{
border-color: #BA80D5;
}
.TagClassName
{
border-color: #BA80D5;
}
</style>