Shades of Biloba Flower #BA87E5
Tints of Biloba Flower #BA87E5
RGB
CMYK
RGB Variations
Color information
#BA87E5 (or 0xBA87E5) is known color: Biloba Flower. HEX triplet: BA, 87 and E5. RGB value is (186,135,229). Sum of RGB (Red+Green+Blue) = 186+135+229=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA87E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA87E5 is #45781A. Grayscale: #A0A0A0. Windows color (decimal): -4552731 or 15042490. OLE color: 15042490.
HSL color Cylindrical-coordinate representation of color #BA87E5: hue angle of 272.55º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA87E5 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 135 | 229 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.10 |
| HSL | 272.55º | 0.64% | 0.71% | - |
| HSV(B) | 272.55º | 0.41% | 0.9% | - |
| XYZ | 43.06 | 33.42 | 78.31 | - |
| YUV | 160.97 | 166.4 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 229 | 0.19 | 0.41 | 0 | 0.10 | 272.55 | 0.64 | 0.71 |
| Hex | BA | 87 | E5 | 13 | 29 | 0 | A | 111 | 40 | 47 |
| Octal | 272 | 207 | 345 | 23 | 51 | 0 | 12 | 421 | 100 | 107 |
| Binary | 10111010 | 10000111 | 11100101 | 10011 | 101001 | 0 | 1010 | 100010001 | 1000000 | 1000111 |
Color Harmonies of #BA87E5
Complementary color
Monochromatic Colors of #BA87E5
Black with #BA87E5
Text Example
Text Example
White with #BA87E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87E5; }
p { color: rgb(186,135,229); }
H1.HeaderClassName
{
color: #BA87E5;
}
.AnyTagClassName
{
color: #BA87E5;
}
</style>
background-color css
<style>
a { background-color: #BA87E5; }
a { background-color: rgb(186,135,229); }
div.DivClassName
{
background-color: #BA87E5;
}
.BgClassName
{
background-color: #BA87E5;
}
</style>
border-color css
<style>
span { border-color: #BA87E5; }
span { border-color: rgb(186,135,229); }
td.TdClassName
{
border-color: #BA87E5;
}
.TagClassName
{
border-color: #BA87E5;
}
</style>