Shades of Biloba Flower #BA87F9
Tints of Biloba Flower #BA87F9
RGB
CMYK
RGB Variations
Color information
#BA87F9 (or 0xBA87F9) is known color: Biloba Flower. HEX triplet: BA, 87 and F9. RGB value is (186,135,249). Sum of RGB (Red+Green+Blue) = 186+135+249=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 135 (53.12% from 255 or 23.68% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA87F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87F9 is #457806. Grayscale: #A2A2A2. Windows color (decimal): -4552711 or 16353210. OLE color: 16353210.
HSL color Cylindrical-coordinate representation of color #BA87F9: hue angle of 266.84º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA87F9 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 135 | 249 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.02 |
| HSL | 266.84º | 0.9% | 0.75% | - |
| HSV(B) | 266.84º | 0.46% | 0.98% | - |
| XYZ | 46.01 | 34.61 | 93.88 | - |
| YUV | 163.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 249 | 0.25 | 0.46 | 0 | 0.02 | 266.84 | 0.9 | 0.75 |
| Hex | BA | 87 | F9 | 19 | 2E | 0 | 2 | 10B | 5A | 4B |
| Octal | 272 | 207 | 371 | 31 | 56 | 0 | 2 | 413 | 132 | 113 |
| Binary | 10111010 | 10000111 | 11111001 | 11001 | 101110 | 0 | 10 | 100001011 | 1011010 | 1001011 |
Color Harmonies of #BA87F9
Complementary color
Monochromatic Colors of #BA87F9
Black with #BA87F9
Text Example
Text Example
White with #BA87F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87F9; }
p { color: rgb(186,135,249); }
H1.HeaderClassName
{
color: #BA87F9;
}
.AnyTagClassName
{
color: #BA87F9;
}
</style>
background-color css
<style>
a { background-color: #BA87F9; }
a { background-color: rgb(186,135,249); }
div.DivClassName
{
background-color: #BA87F9;
}
.BgClassName
{
background-color: #BA87F9;
}
</style>
border-color css
<style>
span { border-color: #BA87F9; }
span { border-color: rgb(186,135,249); }
td.TdClassName
{
border-color: #BA87F9;
}
.TagClassName
{
border-color: #BA87F9;
}
</style>