Shades of Biloba Flower #BA84EA
Tints of Biloba Flower #BA84EA
RGB
CMYK
RGB Variations
Color information
#BA84EA (or 0xBA84EA) is known color: Biloba Flower. HEX triplet: BA, 84 and EA. RGB value is (186,132,234). Sum of RGB (Red+Green+Blue) = 186+132+234=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA84EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA84EA is #457B15. Grayscale: #9F9F9F. Windows color (decimal): -4553494 or 15369402. OLE color: 15369402.
HSL color Cylindrical-coordinate representation of color #BA84EA: hue angle of 271.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA84EA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 132 | 234 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.08 |
| HSL | 271.76º | 0.71% | 0.72% | - |
| HSV(B) | 271.76º | 0.44% | 0.92% | - |
| XYZ | 43.35 | 32.88 | 81.9 | - |
| YUV | 159.77 | 169.89 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 132 | 234 | 0.21 | 0.44 | 0 | 0.08 | 271.76 | 0.71 | 0.72 |
| Hex | BA | 84 | EA | 15 | 2C | 0 | 8 | 110 | 47 | 48 |
| Octal | 272 | 204 | 352 | 25 | 54 | 0 | 10 | 420 | 107 | 110 |
| Binary | 10111010 | 10000100 | 11101010 | 10101 | 101100 | 0 | 1000 | 100010000 | 1000111 | 1001000 |
Color Harmonies of #BA84EA
Complementary color
Monochromatic Colors of #BA84EA
Black with #BA84EA
Text Example
Text Example
White with #BA84EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA84EA; }
p { color: rgb(186,132,234); }
H1.HeaderClassName
{
color: #BA84EA;
}
.AnyTagClassName
{
color: #BA84EA;
}
</style>
background-color css
<style>
a { background-color: #BA84EA; }
a { background-color: rgb(186,132,234); }
div.DivClassName
{
background-color: #BA84EA;
}
.BgClassName
{
background-color: #BA84EA;
}
</style>
border-color css
<style>
span { border-color: #BA84EA; }
span { border-color: rgb(186,132,234); }
td.TdClassName
{
border-color: #BA84EA;
}
.TagClassName
{
border-color: #BA84EA;
}
</style>