Shades of Biloba Flower #BA83FA
Tints of Biloba Flower #BA83FA
RGB
CMYK
RGB Variations
Color information
#BA83FA (or 0xBA83FA) is known color: Biloba Flower. HEX triplet: BA, 83 and FA. RGB value is (186,131,250). Sum of RGB (Red+Green+Blue) = 186+131+250=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA83FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83FA is #457C05. Grayscale: #A0A0A0. Windows color (decimal): -4553734 or 16417722. OLE color: 16417722.
HSL color Cylindrical-coordinate representation of color #BA83FA: hue angle of 267.73º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA83FA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 131 | 250 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.02 |
| HSL | 267.73º | 0.92% | 0.75% | - |
| HSV(B) | 267.73º | 0.48% | 0.98% | - |
| XYZ | 45.62 | 33.57 | 94.52 | - |
| YUV | 161.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 250 | 0.26 | 0.48 | 0 | 0.02 | 267.73 | 0.92 | 0.75 |
| Hex | BA | 83 | FA | 1A | 30 | 0 | 2 | 10C | 5C | 4B |
| Octal | 272 | 203 | 372 | 32 | 60 | 0 | 2 | 414 | 134 | 113 |
| Binary | 10111010 | 10000011 | 11111010 | 11010 | 110000 | 0 | 10 | 100001100 | 1011100 | 1001011 |
Color Harmonies of #BA83FA
Complementary color
Monochromatic Colors of #BA83FA
Black with #BA83FA
Text Example
Text Example
White with #BA83FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83FA; }
p { color: rgb(186,131,250); }
H1.HeaderClassName
{
color: #BA83FA;
}
.AnyTagClassName
{
color: #BA83FA;
}
</style>
background-color css
<style>
a { background-color: #BA83FA; }
a { background-color: rgb(186,131,250); }
div.DivClassName
{
background-color: #BA83FA;
}
.BgClassName
{
background-color: #BA83FA;
}
</style>
border-color css
<style>
span { border-color: #BA83FA; }
span { border-color: rgb(186,131,250); }
td.TdClassName
{
border-color: #BA83FA;
}
.TagClassName
{
border-color: #BA83FA;
}
</style>