Shades of Biloba Flower #BA91E5
Tints of Biloba Flower #BA91E5
RGB
CMYK
RGB Variations
Color information
#BA91E5 (or 0xBA91E5) is known color: Biloba Flower. HEX triplet: BA, 91 and E5. RGB value is (186,145,229). Sum of RGB (Red+Green+Blue) = 186+145+229=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA91E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91E5 is #456E1A. Grayscale: #A6A6A6. Windows color (decimal): -4550171 or 15045050. OLE color: 15045050.
HSL color Cylindrical-coordinate representation of color #BA91E5: hue angle of 269.29º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA91E5 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 145 | 229 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.10 |
| HSL | 269.29º | 0.62% | 0.73% | - |
| HSV(B) | 269.29º | 0.37% | 0.9% | - |
| XYZ | 44.52 | 36.35 | 78.8 | - |
| YUV | 166.84 | 163.08 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 229 | 0.19 | 0.37 | 0 | 0.10 | 269.29 | 0.62 | 0.73 |
| Hex | BA | 91 | E5 | 13 | 25 | 0 | A | 10D | 3E | 49 |
| Octal | 272 | 221 | 345 | 23 | 45 | 0 | 12 | 415 | 76 | 111 |
| Binary | 10111010 | 10010001 | 11100101 | 10011 | 100101 | 0 | 1010 | 100001101 | 111110 | 1001001 |
Color Harmonies of #BA91E5
Complementary color
Monochromatic Colors of #BA91E5
Black with #BA91E5
Text Example
Text Example
White with #BA91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91E5; }
p { color: rgb(186,145,229); }
H1.HeaderClassName
{
color: #BA91E5;
}
.AnyTagClassName
{
color: #BA91E5;
}
</style>
background-color css
<style>
a { background-color: #BA91E5; }
a { background-color: rgb(186,145,229); }
div.DivClassName
{
background-color: #BA91E5;
}
.BgClassName
{
background-color: #BA91E5;
}
</style>
border-color css
<style>
span { border-color: #BA91E5; }
span { border-color: rgb(186,145,229); }
td.TdClassName
{
border-color: #BA91E5;
}
.TagClassName
{
border-color: #BA91E5;
}
</style>