Shades of East Side #BA85D6
Tints of East Side #BA85D6
RGB
CMYK
RGB Variations
Color information
#BA85D6 (or 0xBA85D6) is known color: East Side. HEX triplet: BA, 85 and D6. RGB value is (186,133,214). Sum of RGB (Red+Green+Blue) = 186+133+214=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85D6 is #457A29. Grayscale: #9D9D9D. Windows color (decimal): -4553258 or 14058938. OLE color: 14058938.
HSL color Cylindrical-coordinate representation of color #BA85D6: hue angle of 279.26º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA85D6 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 133 | 214 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.16 |
| HSL | 279.26º | 0.5% | 0.68% | - |
| HSV(B) | 279.26º | 0.38% | 0.84% | - |
| XYZ | 40.77 | 32.07 | 67.66 | - |
| YUV | 158.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 214 | 0.13 | 0.38 | 0 | 0.16 | 279.26 | 0.5 | 0.68 |
| Hex | BA | 85 | D6 | D | 26 | 0 | 10 | 117 | 32 | 44 |
| Octal | 272 | 205 | 326 | 15 | 46 | 0 | 20 | 427 | 62 | 104 |
| Binary | 10111010 | 10000101 | 11010110 | 1101 | 100110 | 0 | 10000 | 100010111 | 110010 | 1000100 |
Color Harmonies of #BA85D6
Complementary color
Monochromatic Colors of #BA85D6
Black with #BA85D6
Text Example
Text Example
White with #BA85D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85D6; }
p { color: rgb(186,133,214); }
H1.HeaderClassName
{
color: #BA85D6;
}
.AnyTagClassName
{
color: #BA85D6;
}
</style>
background-color css
<style>
a { background-color: #BA85D6; }
a { background-color: rgb(186,133,214); }
div.DivClassName
{
background-color: #BA85D6;
}
.BgClassName
{
background-color: #BA85D6;
}
</style>
border-color css
<style>
span { border-color: #BA85D6; }
span { border-color: rgb(186,133,214); }
td.TdClassName
{
border-color: #BA85D6;
}
.TagClassName
{
border-color: #BA85D6;
}
</style>