Shades of Biloba Flower #BA8BF9
Tints of Biloba Flower #BA8BF9
RGB
CMYK
RGB Variations
Color information
#BA8BF9 (or 0xBA8BF9) is known color: Biloba Flower. HEX triplet: BA, 8B and F9. RGB value is (186,139,249). Sum of RGB (Red+Green+Blue) = 186+139+249=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA8BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BF9 is #457406. Grayscale: #A5A5A5. Windows color (decimal): -4551687 or 16354234. OLE color: 16354234.
HSL color Cylindrical-coordinate representation of color #BA8BF9: hue angle of 265.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8BF9 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 139 | 249 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.02 |
| HSL | 265.64º | 0.9% | 0.76% | - |
| HSV(B) | 265.64º | 0.44% | 0.98% | - |
| XYZ | 46.58 | 35.74 | 94.07 | - |
| YUV | 165.59 | 175.07 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 249 | 0.25 | 0.44 | 0 | 0.02 | 265.64 | 0.9 | 0.76 |
| Hex | BA | 8B | F9 | 19 | 2C | 0 | 2 | 10A | 5A | 4C |
| Octal | 272 | 213 | 371 | 31 | 54 | 0 | 2 | 412 | 132 | 114 |
| Binary | 10111010 | 10001011 | 11111001 | 11001 | 101100 | 0 | 10 | 100001010 | 1011010 | 1001100 |
Color Harmonies of #BA8BF9
Complementary color
Monochromatic Colors of #BA8BF9
Black with #BA8BF9
Text Example
Text Example
White with #BA8BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BF9; }
p { color: rgb(186,139,249); }
H1.HeaderClassName
{
color: #BA8BF9;
}
.AnyTagClassName
{
color: #BA8BF9;
}
</style>
background-color css
<style>
a { background-color: #BA8BF9; }
a { background-color: rgb(186,139,249); }
div.DivClassName
{
background-color: #BA8BF9;
}
.BgClassName
{
background-color: #BA8BF9;
}
</style>
border-color css
<style>
span { border-color: #BA8BF9; }
span { border-color: rgb(186,139,249); }
td.TdClassName
{
border-color: #BA8BF9;
}
.TagClassName
{
border-color: #BA8BF9;
}
</style>