Shades of Biloba Flower #BA86F7
Tints of Biloba Flower #BA86F7
RGB
CMYK
RGB Variations
Color information
#BA86F7 (or 0xBA86F7) is known color: Biloba Flower. HEX triplet: BA, 86 and F7. RGB value is (186,134,247). Sum of RGB (Red+Green+Blue) = 186+134+247=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA86F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA86F7 is #457908. Grayscale: #A2A2A2. Windows color (decimal): -4552969 or 16221882. OLE color: 16221882.
HSL color Cylindrical-coordinate representation of color #BA86F7: hue angle of 267.61º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA86F7 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 134 | 247 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.03 |
| HSL | 267.61º | 0.88% | 0.75% | - |
| HSV(B) | 267.61º | 0.46% | 0.97% | - |
| XYZ | 45.56 | 34.2 | 92.2 | - |
| YUV | 162.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 134 | 247 | 0.25 | 0.46 | 0 | 0.03 | 267.61 | 0.88 | 0.75 |
| Hex | BA | 86 | F7 | 19 | 2E | 0 | 3 | 10C | 58 | 4B |
| Octal | 272 | 206 | 367 | 31 | 56 | 0 | 3 | 414 | 130 | 113 |
| Binary | 10111010 | 10000110 | 11110111 | 11001 | 101110 | 0 | 11 | 100001100 | 1011000 | 1001011 |
Color Harmonies of #BA86F7
Complementary color
Monochromatic Colors of #BA86F7
Black with #BA86F7
Text Example
Text Example
White with #BA86F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA86F7; }
p { color: rgb(186,134,247); }
H1.HeaderClassName
{
color: #BA86F7;
}
.AnyTagClassName
{
color: #BA86F7;
}
</style>
background-color css
<style>
a { background-color: #BA86F7; }
a { background-color: rgb(186,134,247); }
div.DivClassName
{
background-color: #BA86F7;
}
.BgClassName
{
background-color: #BA86F7;
}
</style>
border-color css
<style>
span { border-color: #BA86F7; }
span { border-color: rgb(186,134,247); }
td.TdClassName
{
border-color: #BA86F7;
}
.TagClassName
{
border-color: #BA86F7;
}
</style>