Shades of East Side #BA86D5
Tints of East Side #BA86D5
RGB
CMYK
RGB Variations
Color information
#BA86D5 (or 0xBA86D5) is known color: East Side. HEX triplet: BA, 86 and D5. RGB value is (186,134,213). Sum of RGB (Red+Green+Blue) = 186+134+213=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA86D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA86D5 is #45792A. Grayscale: #9E9E9E. Windows color (decimal): -4553003 or 13993658. OLE color: 13993658.
HSL color Cylindrical-coordinate representation of color #BA86D5: hue angle of 279.49º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA86D5 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 134 | 213 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.16 |
| HSL | 279.49º | 0.48% | 0.68% | - |
| HSV(B) | 279.49º | 0.37% | 0.84% | - |
| XYZ | 40.79 | 32.29 | 67.03 | - |
| YUV | 158.55 | 158.73 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 213 | 0.13 | 0.37 | 0 | 0.16 | 279.49 | 0.48 | 0.68 |
| Hex | BA | 86 | D5 | D | 25 | 0 | 10 | 117 | 30 | 44 |
| Octal | 272 | 206 | 325 | 15 | 45 | 0 | 20 | 427 | 60 | 104 |
| Binary | 10111010 | 10000110 | 11010101 | 1101 | 100101 | 0 | 10000 | 100010111 | 110000 | 1000100 |
Color Harmonies of #BA86D5
Complementary color
Monochromatic Colors of #BA86D5
Black with #BA86D5
Text Example
Text Example
White with #BA86D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86D5; }
p { color: rgb(186,134,213); }
H1.HeaderClassName
{
color: #BA86D5;
}
.AnyTagClassName
{
color: #BA86D5;
}
</style>
background-color css
<style>
a { background-color: #BA86D5; }
a { background-color: rgb(186,134,213); }
div.DivClassName
{
background-color: #BA86D5;
}
.BgClassName
{
background-color: #BA86D5;
}
</style>
border-color css
<style>
span { border-color: #BA86D5; }
span { border-color: rgb(186,134,213); }
td.TdClassName
{
border-color: #BA86D5;
}
.TagClassName
{
border-color: #BA86D5;
}
</style>