Shades of Biloba Flower #BA87EC
Tints of Biloba Flower #BA87EC
RGB
CMYK
RGB Variations
Color information
#BA87EC (or 0xBA87EC) is known color: Biloba Flower. HEX triplet: BA, 87 and EC. RGB value is (186,135,236). Sum of RGB (Red+Green+Blue) = 186+135+236=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87EC is #457813. Grayscale: #A1A1A1. Windows color (decimal): -4552724 or 15501242. OLE color: 15501242.
HSL color Cylindrical-coordinate representation of color #BA87EC: hue angle of 270.3º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA87EC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 135 | 236 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.07 |
| HSL | 270.3º | 0.73% | 0.73% | - |
| HSV(B) | 270.3º | 0.43% | 0.93% | - |
| XYZ | 44.05 | 33.82 | 83.56 | - |
| YUV | 161.76 | 169.9 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 236 | 0.21 | 0.43 | 0 | 0.07 | 270.3 | 0.73 | 0.73 |
| Hex | BA | 87 | EC | 15 | 2B | 0 | 7 | 10E | 49 | 49 |
| Octal | 272 | 207 | 354 | 25 | 53 | 0 | 7 | 416 | 111 | 111 |
| Binary | 10111010 | 10000111 | 11101100 | 10101 | 101011 | 0 | 111 | 100001110 | 1001001 | 1001001 |
Color Harmonies of #BA87EC
Complementary color
Monochromatic Colors of #BA87EC
Black with #BA87EC
Text Example
Text Example
White with #BA87EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87EC; }
p { color: rgb(186,135,236); }
H1.HeaderClassName
{
color: #BA87EC;
}
.AnyTagClassName
{
color: #BA87EC;
}
</style>
background-color css
<style>
a { background-color: #BA87EC; }
a { background-color: rgb(186,135,236); }
div.DivClassName
{
background-color: #BA87EC;
}
.BgClassName
{
background-color: #BA87EC;
}
</style>
border-color css
<style>
span { border-color: #BA87EC; }
span { border-color: rgb(186,135,236); }
td.TdClassName
{
border-color: #BA87EC;
}
.TagClassName
{
border-color: #BA87EC;
}
</style>