Shades of Biloba Flower #BA91DD
Tints of Biloba Flower #BA91DD
RGB
CMYK
RGB Variations
Color information
#BA91DD (or 0xBA91DD) is known color: Biloba Flower. HEX triplet: BA, 91 and DD. RGB value is (186,145,221). Sum of RGB (Red+Green+Blue) = 186+145+221=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA91DD is #456E22. Grayscale: #A5A5A5. Windows color (decimal): -4550179 or 14520762. OLE color: 14520762.
HSL color Cylindrical-coordinate representation of color #BA91DD: hue angle of 272.37º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA91DD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 145 | 221 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.13 |
| HSL | 272.37º | 0.53% | 0.72% | - |
| HSV(B) | 272.37º | 0.34% | 0.87% | - |
| XYZ | 43.43 | 35.91 | 73.05 | - |
| YUV | 165.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 145 | 221 | 0.16 | 0.34 | 0 | 0.13 | 272.37 | 0.53 | 0.72 |
| Hex | BA | 91 | DD | 10 | 22 | 0 | D | 110 | 35 | 48 |
| Octal | 272 | 221 | 335 | 20 | 42 | 0 | 15 | 420 | 65 | 110 |
| Binary | 10111010 | 10010001 | 11011101 | 10000 | 100010 | 0 | 1101 | 100010000 | 110101 | 1001000 |
Color Harmonies of #BA91DD
Complementary color
Monochromatic Colors of #BA91DD
Black with #BA91DD
Text Example
Text Example
White with #BA91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA91DD; }
p { color: rgb(186,145,221); }
H1.HeaderClassName
{
color: #BA91DD;
}
.AnyTagClassName
{
color: #BA91DD;
}
</style>
background-color css
<style>
a { background-color: #BA91DD; }
a { background-color: rgb(186,145,221); }
div.DivClassName
{
background-color: #BA91DD;
}
.BgClassName
{
background-color: #BA91DD;
}
</style>
border-color css
<style>
span { border-color: #BA91DD; }
span { border-color: rgb(186,145,221); }
td.TdClassName
{
border-color: #BA91DD;
}
.TagClassName
{
border-color: #BA91DD;
}
</style>