Shades of Biloba Flower #BA91E9
Tints of Biloba Flower #BA91E9
RGB
CMYK
RGB Variations
Color information
#BA91E9 (or 0xBA91E9) is known color: Biloba Flower. HEX triplet: BA, 91 and E9. RGB value is (186,145,233). Sum of RGB (Red+Green+Blue) = 186+145+233=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA91E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA91E9 is #456E16. Grayscale: #A6A6A6. Windows color (decimal): -4550167 or 15307194. OLE color: 15307194.
HSL color Cylindrical-coordinate representation of color #BA91E9: hue angle of 267.95º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA91E9 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 145 | 233 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.09 |
| HSL | 267.95º | 0.67% | 0.74% | - |
| HSV(B) | 267.95º | 0.38% | 0.91% | - |
| XYZ | 45.08 | 36.57 | 81.77 | - |
| YUV | 167.29 | 165.08 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 233 | 0.20 | 0.38 | 0 | 0.09 | 267.95 | 0.67 | 0.74 |
| Hex | BA | 91 | E9 | 14 | 26 | 0 | 9 | 10C | 43 | 4A |
| Octal | 272 | 221 | 351 | 24 | 46 | 0 | 11 | 414 | 103 | 112 |
| Binary | 10111010 | 10010001 | 11101001 | 10100 | 100110 | 0 | 1001 | 100001100 | 1000011 | 1001010 |
Color Harmonies of #BA91E9
Complementary color
Monochromatic Colors of #BA91E9
Black with #BA91E9
Text Example
Text Example
White with #BA91E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91E9; }
p { color: rgb(186,145,233); }
H1.HeaderClassName
{
color: #BA91E9;
}
.AnyTagClassName
{
color: #BA91E9;
}
</style>
background-color css
<style>
a { background-color: #BA91E9; }
a { background-color: rgb(186,145,233); }
div.DivClassName
{
background-color: #BA91E9;
}
.BgClassName
{
background-color: #BA91E9;
}
</style>
border-color css
<style>
span { border-color: #BA91E9; }
span { border-color: rgb(186,145,233); }
td.TdClassName
{
border-color: #BA91E9;
}
.TagClassName
{
border-color: #BA91E9;
}
</style>