Shades of Biloba Flower #BA86F0
Tints of Biloba Flower #BA86F0
RGB
CMYK
RGB Variations
Color information
#BA86F0 (or 0xBA86F0) is known color: Biloba Flower. HEX triplet: BA, 86 and F0. RGB value is (186,134,240). Sum of RGB (Red+Green+Blue) = 186+134+240=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA86F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86F0 is #45790F. Grayscale: #A1A1A1. Windows color (decimal): -4552976 or 15763130. OLE color: 15763130.
HSL color Cylindrical-coordinate representation of color #BA86F0: hue angle of 269.43º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA86F0 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 134 | 240 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.06 |
| HSL | 269.43º | 0.78% | 0.73% | - |
| HSV(B) | 269.43º | 0.44% | 0.94% | - |
| XYZ | 44.5 | 33.78 | 86.61 | - |
| YUV | 161.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 240 | 0.22 | 0.44 | 0 | 0.06 | 269.43 | 0.78 | 0.73 |
| Hex | BA | 86 | F0 | 16 | 2C | 0 | 6 | 10D | 4E | 49 |
| Octal | 272 | 206 | 360 | 26 | 54 | 0 | 6 | 415 | 116 | 111 |
| Binary | 10111010 | 10000110 | 11110000 | 10110 | 101100 | 0 | 110 | 100001101 | 1001110 | 1001001 |
Color Harmonies of #BA86F0
Complementary color
Monochromatic Colors of #BA86F0
Black with #BA86F0
Text Example
Text Example
White with #BA86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86F0; }
p { color: rgb(186,134,240); }
H1.HeaderClassName
{
color: #BA86F0;
}
.AnyTagClassName
{
color: #BA86F0;
}
</style>
background-color css
<style>
a { background-color: #BA86F0; }
a { background-color: rgb(186,134,240); }
div.DivClassName
{
background-color: #BA86F0;
}
.BgClassName
{
background-color: #BA86F0;
}
</style>
border-color css
<style>
span { border-color: #BA86F0; }
span { border-color: rgb(186,134,240); }
td.TdClassName
{
border-color: #BA86F0;
}
.TagClassName
{
border-color: #BA86F0;
}
</style>