Shades of East Side #BA87D4
Tints of East Side #BA87D4
RGB
CMYK
RGB Variations
Color information
#BA87D4 (or 0xBA87D4) is known color: East Side. HEX triplet: BA, 87 and D4. RGB value is (186,135,212). Sum of RGB (Red+Green+Blue) = 186+135+212=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA87D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87D4 is #45782B. Grayscale: #9E9E9E. Windows color (decimal): -4552748 or 13928378. OLE color: 13928378.
HSL color Cylindrical-coordinate representation of color #BA87D4: hue angle of 279.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA87D4 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 135 | 212 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.17 |
| HSL | 279.74º | 0.47% | 0.68% | - |
| HSV(B) | 279.74º | 0.36% | 0.83% | - |
| XYZ | 40.8 | 32.52 | 66.41 | - |
| YUV | 159.03 | 157.9 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 212 | 0.12 | 0.36 | 0 | 0.17 | 279.74 | 0.47 | 0.68 |
| Hex | BA | 87 | D4 | C | 24 | 0 | 11 | 118 | 2F | 44 |
| Octal | 272 | 207 | 324 | 14 | 44 | 0 | 21 | 430 | 57 | 104 |
| Binary | 10111010 | 10000111 | 11010100 | 1100 | 100100 | 0 | 10001 | 100011000 | 101111 | 1000100 |
Color Harmonies of #BA87D4
Complementary color
Monochromatic Colors of #BA87D4
Black with #BA87D4
Text Example
Text Example
White with #BA87D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87D4; }
p { color: rgb(186,135,212); }
H1.HeaderClassName
{
color: #BA87D4;
}
.AnyTagClassName
{
color: #BA87D4;
}
</style>
background-color css
<style>
a { background-color: #BA87D4; }
a { background-color: rgb(186,135,212); }
div.DivClassName
{
background-color: #BA87D4;
}
.BgClassName
{
background-color: #BA87D4;
}
</style>
border-color css
<style>
span { border-color: #BA87D4; }
span { border-color: rgb(186,135,212); }
td.TdClassName
{
border-color: #BA87D4;
}
.TagClassName
{
border-color: #BA87D4;
}
</style>