Shades of East Side #BA85CA
Tints of East Side #BA85CA
RGB
CMYK
RGB Variations
Color information
#BA85CA (or 0xBA85CA) is known color: East Side. HEX triplet: BA, 85 and CA. RGB value is (186,133,202). Sum of RGB (Red+Green+Blue) = 186+133+202=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85CA is #457A35. Grayscale: #9C9C9C. Windows color (decimal): -4553270 or 13272506. OLE color: 13272506.
HSL color Cylindrical-coordinate representation of color #BA85CA: hue angle of 286.09º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA85CA is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 133 | 202 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.21 |
| HSL | 286.09º | 0.39% | 0.66% | - |
| HSV(B) | 286.09º | 0.34% | 0.79% | - |
| XYZ | 39.3 | 31.48 | 59.88 | - |
| YUV | 156.71 | 153.56 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 202 | 0.08 | 0.34 | 0 | 0.21 | 286.09 | 0.39 | 0.66 |
| Hex | BA | 85 | CA | 8 | 22 | 0 | 15 | 11E | 27 | 42 |
| Octal | 272 | 205 | 312 | 10 | 42 | 0 | 25 | 436 | 47 | 102 |
| Binary | 10111010 | 10000101 | 11001010 | 1000 | 100010 | 0 | 10101 | 100011110 | 100111 | 1000010 |
Color Harmonies of #BA85CA
Complementary color
Monochromatic Colors of #BA85CA
Black with #BA85CA
Text Example
Text Example
White with #BA85CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85CA; }
p { color: rgb(186,133,202); }
H1.HeaderClassName
{
color: #BA85CA;
}
.AnyTagClassName
{
color: #BA85CA;
}
</style>
background-color css
<style>
a { background-color: #BA85CA; }
a { background-color: rgb(186,133,202); }
div.DivClassName
{
background-color: #BA85CA;
}
.BgClassName
{
background-color: #BA85CA;
}
</style>
border-color css
<style>
span { border-color: #BA85CA; }
span { border-color: rgb(186,133,202); }
td.TdClassName
{
border-color: #BA85CA;
}
.TagClassName
{
border-color: #BA85CA;
}
</style>