Shades of Biloba Flower #BA84F2
Tints of Biloba Flower #BA84F2
RGB
CMYK
RGB Variations
Color information
#BA84F2 (or 0xBA84F2) is known color: Biloba Flower. HEX triplet: BA, 84 and F2. RGB value is (186,132,242). Sum of RGB (Red+Green+Blue) = 186+132+242=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA84F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84F2 is #457B0D. Grayscale: #A0A0A0. Windows color (decimal): -4553486 or 15893690. OLE color: 15893690.
HSL color Cylindrical-coordinate representation of color #BA84F2: hue angle of 269.45º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA84F2 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 132 | 242 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.05 |
| HSL | 269.45º | 0.81% | 0.73% | - |
| HSV(B) | 269.45º | 0.45% | 0.95% | - |
| XYZ | 44.53 | 33.35 | 88.1 | - |
| YUV | 160.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 242 | 0.23 | 0.45 | 0 | 0.05 | 269.45 | 0.81 | 0.73 |
| Hex | BA | 84 | F2 | 17 | 2D | 0 | 5 | 10D | 51 | 49 |
| Octal | 272 | 204 | 362 | 27 | 55 | 0 | 5 | 415 | 121 | 111 |
| Binary | 10111010 | 10000100 | 11110010 | 10111 | 101101 | 0 | 101 | 100001101 | 1010001 | 1001001 |
Color Harmonies of #BA84F2
Complementary color
Monochromatic Colors of #BA84F2
Black with #BA84F2
Text Example
Text Example
White with #BA84F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84F2; }
p { color: rgb(186,132,242); }
H1.HeaderClassName
{
color: #BA84F2;
}
.AnyTagClassName
{
color: #BA84F2;
}
</style>
background-color css
<style>
a { background-color: #BA84F2; }
a { background-color: rgb(186,132,242); }
div.DivClassName
{
background-color: #BA84F2;
}
.BgClassName
{
background-color: #BA84F2;
}
</style>
border-color css
<style>
span { border-color: #BA84F2; }
span { border-color: rgb(186,132,242); }
td.TdClassName
{
border-color: #BA84F2;
}
.TagClassName
{
border-color: #BA84F2;
}
</style>