Shades of Biloba Flower #BA94DF
Tints of Biloba Flower #BA94DF
RGB
CMYK
RGB Variations
Color information
#BA94DF (or 0xBA94DF) is known color: Biloba Flower. HEX triplet: BA, 94 and DF. RGB value is (186,148,223). Sum of RGB (Red+Green+Blue) = 186+148+223=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94DF is #456B20. Grayscale: #A7A7A7. Windows color (decimal): -4549409 or 14652602. OLE color: 14652602.
HSL color Cylindrical-coordinate representation of color #BA94DF: hue angle of 270.4º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA94DF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 148 | 223 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.13 |
| HSL | 270.4º | 0.54% | 0.73% | - |
| HSV(B) | 270.4º | 0.34% | 0.87% | - |
| XYZ | 44.16 | 36.95 | 74.62 | - |
| YUV | 167.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 223 | 0.17 | 0.34 | 0 | 0.13 | 270.4 | 0.54 | 0.73 |
| Hex | BA | 94 | DF | 11 | 22 | 0 | D | 10E | 36 | 49 |
| Octal | 272 | 224 | 337 | 21 | 42 | 0 | 15 | 416 | 66 | 111 |
| Binary | 10111010 | 10010100 | 11011111 | 10001 | 100010 | 0 | 1101 | 100001110 | 110110 | 1001001 |
Color Harmonies of #BA94DF
Complementary color
Monochromatic Colors of #BA94DF
Black with #BA94DF
Text Example
Text Example
White with #BA94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94DF; }
p { color: rgb(186,148,223); }
H1.HeaderClassName
{
color: #BA94DF;
}
.AnyTagClassName
{
color: #BA94DF;
}
</style>
background-color css
<style>
a { background-color: #BA94DF; }
a { background-color: rgb(186,148,223); }
div.DivClassName
{
background-color: #BA94DF;
}
.BgClassName
{
background-color: #BA94DF;
}
</style>
border-color css
<style>
span { border-color: #BA94DF; }
span { border-color: rgb(186,148,223); }
td.TdClassName
{
border-color: #BA94DF;
}
.TagClassName
{
border-color: #BA94DF;
}
</style>