Shades of Biloba Flower #BA83F9
Tints of Biloba Flower #BA83F9
RGB
CMYK
RGB Variations
Color information
#BA83F9 (or 0xBA83F9) is known color: Biloba Flower. HEX triplet: BA, 83 and F9. RGB value is (186,131,249). Sum of RGB (Red+Green+Blue) = 186+131+249=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA83F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83F9 is #457C06. Grayscale: #A0A0A0. Windows color (decimal): -4553735 or 16352186. OLE color: 16352186.
HSL color Cylindrical-coordinate representation of color #BA83F9: hue angle of 267.97º 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 #BA83F9 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 131 | 249 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.02 |
| HSL | 267.97º | 0.91% | 0.75% | - |
| HSV(B) | 267.97º | 0.47% | 0.98% | - |
| XYZ | 45.46 | 33.51 | 93.69 | - |
| YUV | 160.9 | 177.72 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 249 | 0.25 | 0.47 | 0 | 0.02 | 267.97 | 0.91 | 0.75 |
| Hex | BA | 83 | F9 | 19 | 2F | 0 | 2 | 10C | 5B | 4B |
| Octal | 272 | 203 | 371 | 31 | 57 | 0 | 2 | 414 | 133 | 113 |
| Binary | 10111010 | 10000011 | 11111001 | 11001 | 101111 | 0 | 10 | 100001100 | 1011011 | 1001011 |
Color Harmonies of #BA83F9
Complementary color
Monochromatic Colors of #BA83F9
Black with #BA83F9
Text Example
Text Example
White with #BA83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83F9; }
p { color: rgb(186,131,249); }
H1.HeaderClassName
{
color: #BA83F9;
}
.AnyTagClassName
{
color: #BA83F9;
}
</style>
background-color css
<style>
a { background-color: #BA83F9; }
a { background-color: rgb(186,131,249); }
div.DivClassName
{
background-color: #BA83F9;
}
.BgClassName
{
background-color: #BA83F9;
}
</style>
border-color css
<style>
span { border-color: #BA83F9; }
span { border-color: rgb(186,131,249); }
td.TdClassName
{
border-color: #BA83F9;
}
.TagClassName
{
border-color: #BA83F9;
}
</style>