Shades of Biloba Flower #BA84FA
Tints of Biloba Flower #BA84FA
RGB
CMYK
RGB Variations
Color information
#BA84FA (or 0xBA84FA) is known color: Biloba Flower. HEX triplet: BA, 84 and FA. RGB value is (186,132,250). Sum of RGB (Red+Green+Blue) = 186+132+250=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84FA is #457B05. Grayscale: #A1A1A1. Windows color (decimal): -4553478 or 16417978. OLE color: 16417978.
HSL color Cylindrical-coordinate representation of color #BA84FA: hue angle of 267.46º degrees, saturation: 0.92, 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 #BA84FA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 132 | 250 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.02 |
| HSL | 267.46º | 0.92% | 0.75% | - |
| HSV(B) | 267.46º | 0.47% | 0.98% | - |
| XYZ | 45.76 | 33.84 | 94.56 | - |
| YUV | 161.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 250 | 0.26 | 0.47 | 0 | 0.02 | 267.46 | 0.92 | 0.75 |
| Hex | BA | 84 | FA | 1A | 2F | 0 | 2 | 10B | 5C | 4B |
| Octal | 272 | 204 | 372 | 32 | 57 | 0 | 2 | 413 | 134 | 113 |
| Binary | 10111010 | 10000100 | 11111010 | 11010 | 101111 | 0 | 10 | 100001011 | 1011100 | 1001011 |
Color Harmonies of #BA84FA
Complementary color
Monochromatic Colors of #BA84FA
Black with #BA84FA
Text Example
Text Example
White with #BA84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84FA; }
p { color: rgb(186,132,250); }
H1.HeaderClassName
{
color: #BA84FA;
}
.AnyTagClassName
{
color: #BA84FA;
}
</style>
background-color css
<style>
a { background-color: #BA84FA; }
a { background-color: rgb(186,132,250); }
div.DivClassName
{
background-color: #BA84FA;
}
.BgClassName
{
background-color: #BA84FA;
}
</style>
border-color css
<style>
span { border-color: #BA84FA; }
span { border-color: rgb(186,132,250); }
td.TdClassName
{
border-color: #BA84FA;
}
.TagClassName
{
border-color: #BA84FA;
}
</style>