Shades of Biloba Flower #BA86F3
Tints of Biloba Flower #BA86F3
RGB
CMYK
RGB Variations
Color information
#BA86F3 (or 0xBA86F3) is known color: Biloba Flower. HEX triplet: BA, 86 and F3. RGB value is (186,134,243). Sum of RGB (Red+Green+Blue) = 186+134+243=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA86F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86F3 is #45790C. Grayscale: #A1A1A1. Windows color (decimal): -4552973 or 15959738. OLE color: 15959738.
HSL color Cylindrical-coordinate representation of color #BA86F3: hue angle of 268.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA86F3 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 134 | 243 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.05 |
| HSL | 268.62º | 0.82% | 0.74% | - |
| HSV(B) | 268.62º | 0.45% | 0.95% | - |
| XYZ | 44.95 | 33.96 | 88.98 | - |
| YUV | 161.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 243 | 0.23 | 0.45 | 0 | 0.05 | 268.62 | 0.82 | 0.74 |
| Hex | BA | 86 | F3 | 17 | 2D | 0 | 5 | 10D | 52 | 4A |
| Octal | 272 | 206 | 363 | 27 | 55 | 0 | 5 | 415 | 122 | 112 |
| Binary | 10111010 | 10000110 | 11110011 | 10111 | 101101 | 0 | 101 | 100001101 | 1010010 | 1001010 |
Color Harmonies of #BA86F3
Complementary color
Monochromatic Colors of #BA86F3
Black with #BA86F3
Text Example
Text Example
White with #BA86F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86F3; }
p { color: rgb(186,134,243); }
H1.HeaderClassName
{
color: #BA86F3;
}
.AnyTagClassName
{
color: #BA86F3;
}
</style>
background-color css
<style>
a { background-color: #BA86F3; }
a { background-color: rgb(186,134,243); }
div.DivClassName
{
background-color: #BA86F3;
}
.BgClassName
{
background-color: #BA86F3;
}
</style>
border-color css
<style>
span { border-color: #BA86F3; }
span { border-color: rgb(186,134,243); }
td.TdClassName
{
border-color: #BA86F3;
}
.TagClassName
{
border-color: #BA86F3;
}
</style>