Shades of East Side #BA85D5
Tints of East Side #BA85D5
RGB
CMYK
RGB Variations
Color information
#BA85D5 (or 0xBA85D5) is known color: East Side. HEX triplet: BA, 85 and D5. RGB value is (186,133,213). Sum of RGB (Red+Green+Blue) = 186+133+213=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA85D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85D5 is #457A2A. Grayscale: #9D9D9D. Windows color (decimal): -4553259 or 13993402. OLE color: 13993402.
HSL color Cylindrical-coordinate representation of color #BA85D5: hue angle of 279.75º degrees, saturation: 0.49, 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 #BA85D5 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 133 | 213 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.16 |
| HSL | 279.75º | 0.49% | 0.68% | - |
| HSV(B) | 279.75º | 0.38% | 0.84% | - |
| XYZ | 40.65 | 32.02 | 66.99 | - |
| YUV | 157.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 213 | 0.13 | 0.38 | 0 | 0.16 | 279.75 | 0.49 | 0.68 |
| Hex | BA | 85 | D5 | D | 26 | 0 | 10 | 118 | 31 | 44 |
| Octal | 272 | 205 | 325 | 15 | 46 | 0 | 20 | 430 | 61 | 104 |
| Binary | 10111010 | 10000101 | 11010101 | 1101 | 100110 | 0 | 10000 | 100011000 | 110001 | 1000100 |
Color Harmonies of #BA85D5
Complementary color
Monochromatic Colors of #BA85D5
Black with #BA85D5
Text Example
Text Example
White with #BA85D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85D5; }
p { color: rgb(186,133,213); }
H1.HeaderClassName
{
color: #BA85D5;
}
.AnyTagClassName
{
color: #BA85D5;
}
</style>
background-color css
<style>
a { background-color: #BA85D5; }
a { background-color: rgb(186,133,213); }
div.DivClassName
{
background-color: #BA85D5;
}
.BgClassName
{
background-color: #BA85D5;
}
</style>
border-color css
<style>
span { border-color: #BA85D5; }
span { border-color: rgb(186,133,213); }
td.TdClassName
{
border-color: #BA85D5;
}
.TagClassName
{
border-color: #BA85D5;
}
</style>