Shades of Biloba Flower #BA87F0
Tints of Biloba Flower #BA87F0
RGB
CMYK
RGB Variations
Color information
#BA87F0 (or 0xBA87F0) is known color: Biloba Flower. HEX triplet: BA, 87 and F0. RGB value is (186,135,240). Sum of RGB (Red+Green+Blue) = 186+135+240=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87F0 is #45780F. Grayscale: #A1A1A1. Windows color (decimal): -4552720 or 15763386. OLE color: 15763386.
HSL color Cylindrical-coordinate representation of color #BA87F0: hue angle of 269.14º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA87F0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 135 | 240 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.06 |
| HSL | 269.14º | 0.78% | 0.74% | - |
| HSV(B) | 269.14º | 0.44% | 0.94% | - |
| XYZ | 44.64 | 34.06 | 86.66 | - |
| YUV | 162.22 | 171.9 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 240 | 0.22 | 0.44 | 0 | 0.06 | 269.14 | 0.78 | 0.74 |
| Hex | BA | 87 | F0 | 16 | 2C | 0 | 6 | 10D | 4E | 4A |
| Octal | 272 | 207 | 360 | 26 | 54 | 0 | 6 | 415 | 116 | 112 |
| Binary | 10111010 | 10000111 | 11110000 | 10110 | 101100 | 0 | 110 | 100001101 | 1001110 | 1001010 |
Color Harmonies of #BA87F0
Complementary color
Monochromatic Colors of #BA87F0
Black with #BA87F0
Text Example
Text Example
White with #BA87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87F0; }
p { color: rgb(186,135,240); }
H1.HeaderClassName
{
color: #BA87F0;
}
.AnyTagClassName
{
color: #BA87F0;
}
</style>
background-color css
<style>
a { background-color: #BA87F0; }
a { background-color: rgb(186,135,240); }
div.DivClassName
{
background-color: #BA87F0;
}
.BgClassName
{
background-color: #BA87F0;
}
</style>
border-color css
<style>
span { border-color: #BA87F0; }
span { border-color: rgb(186,135,240); }
td.TdClassName
{
border-color: #BA87F0;
}
.TagClassName
{
border-color: #BA87F0;
}
</style>