Shades of East Side #BA87CB
Tints of East Side #BA87CB
RGB
CMYK
RGB Variations
Color information
#BA87CB (or 0xBA87CB) is known color: East Side. HEX triplet: BA, 87 and CB. RGB value is (186,135,203). Sum of RGB (Red+Green+Blue) = 186+135+203=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 135 (53.12% from 255 or 25.76% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA87CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87CB is #457834. Grayscale: #9D9D9D. Windows color (decimal): -4552757 or 13338554. OLE color: 13338554.
HSL color Cylindrical-coordinate representation of color #BA87CB: hue angle of 285º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA87CB is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 135 | 203 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.20 |
| HSL | 285º | 0.4% | 0.66% | - |
| HSV(B) | 285º | 0.33% | 0.8% | - |
| XYZ | 39.69 | 32.08 | 60.6 | - |
| YUV | 158 | 153.4 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 203 | 0.08 | 0.33 | 0 | 0.20 | 285 | 0.4 | 0.66 |
| Hex | BA | 87 | CB | 8 | 21 | 0 | 14 | 11D | 28 | 42 |
| Octal | 272 | 207 | 313 | 10 | 41 | 0 | 24 | 435 | 50 | 102 |
| Binary | 10111010 | 10000111 | 11001011 | 1000 | 100001 | 0 | 10100 | 100011101 | 101000 | 1000010 |
Color Harmonies of #BA87CB
Complementary color
Monochromatic Colors of #BA87CB
Black with #BA87CB
Text Example
Text Example
White with #BA87CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87CB; }
p { color: rgb(186,135,203); }
H1.HeaderClassName
{
color: #BA87CB;
}
.AnyTagClassName
{
color: #BA87CB;
}
</style>
background-color css
<style>
a { background-color: #BA87CB; }
a { background-color: rgb(186,135,203); }
div.DivClassName
{
background-color: #BA87CB;
}
.BgClassName
{
background-color: #BA87CB;
}
</style>
border-color css
<style>
span { border-color: #BA87CB; }
span { border-color: rgb(186,135,203); }
td.TdClassName
{
border-color: #BA87CB;
}
.TagClassName
{
border-color: #BA87CB;
}
</style>