Shades of Biloba Flower #BA85F9
Tints of Biloba Flower #BA85F9
RGB
CMYK
RGB Variations
Color information
#BA85F9 (or 0xBA85F9) is known color: Biloba Flower. HEX triplet: BA, 85 and F9. RGB value is (186,133,249). Sum of RGB (Red+Green+Blue) = 186+133+249=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA85F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85F9 is #457A06. Grayscale: #A1A1A1. Windows color (decimal): -4553223 or 16352698. OLE color: 16352698.
HSL color Cylindrical-coordinate representation of color #BA85F9: hue angle of 267.41º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA85F9 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 133 | 249 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.02 |
| HSL | 267.41º | 0.91% | 0.75% | - |
| HSV(B) | 267.41º | 0.47% | 0.98% | - |
| XYZ | 45.74 | 34.05 | 93.79 | - |
| YUV | 162.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 249 | 0.25 | 0.47 | 0 | 0.02 | 267.41 | 0.91 | 0.75 |
| Hex | BA | 85 | F9 | 19 | 2F | 0 | 2 | 10B | 5B | 4B |
| Octal | 272 | 205 | 371 | 31 | 57 | 0 | 2 | 413 | 133 | 113 |
| Binary | 10111010 | 10000101 | 11111001 | 11001 | 101111 | 0 | 10 | 100001011 | 1011011 | 1001011 |
Color Harmonies of #BA85F9
Complementary color
Monochromatic Colors of #BA85F9
Black with #BA85F9
Text Example
Text Example
White with #BA85F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85F9; }
p { color: rgb(186,133,249); }
H1.HeaderClassName
{
color: #BA85F9;
}
.AnyTagClassName
{
color: #BA85F9;
}
</style>
background-color css
<style>
a { background-color: #BA85F9; }
a { background-color: rgb(186,133,249); }
div.DivClassName
{
background-color: #BA85F9;
}
.BgClassName
{
background-color: #BA85F9;
}
</style>
border-color css
<style>
span { border-color: #BA85F9; }
span { border-color: rgb(186,133,249); }
td.TdClassName
{
border-color: #BA85F9;
}
.TagClassName
{
border-color: #BA85F9;
}
</style>