Shades of Biloba Flower #BA93DF
Tints of Biloba Flower #BA93DF
RGB
CMYK
RGB Variations
Color information
#BA93DF (or 0xBA93DF) is known color: Biloba Flower. HEX triplet: BA, 93 and DF. RGB value is (186,147,223). Sum of RGB (Red+Green+Blue) = 186+147+223=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DF is #456C20. Grayscale: #A7A7A7. Windows color (decimal): -4549665 or 14652346. OLE color: 14652346.
HSL color Cylindrical-coordinate representation of color #BA93DF: hue angle of 270.79º 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 #BA93DF is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 147 | 223 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.13 |
| HSL | 270.79º | 0.54% | 0.73% | - |
| HSV(B) | 270.79º | 0.34% | 0.87% | - |
| XYZ | 44 | 36.63 | 74.56 | - |
| YUV | 167.33 | 159.42 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 223 | 0.17 | 0.34 | 0 | 0.13 | 270.79 | 0.54 | 0.73 |
| Hex | BA | 93 | DF | 11 | 22 | 0 | D | 10F | 36 | 49 |
| Octal | 272 | 223 | 337 | 21 | 42 | 0 | 15 | 417 | 66 | 111 |
| Binary | 10111010 | 10010011 | 11011111 | 10001 | 100010 | 0 | 1101 | 100001111 | 110110 | 1001001 |
Color Harmonies of #BA93DF
Complementary color
Monochromatic Colors of #BA93DF
Black with #BA93DF
Text Example
Text Example
White with #BA93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93DF; }
p { color: rgb(186,147,223); }
H1.HeaderClassName
{
color: #BA93DF;
}
.AnyTagClassName
{
color: #BA93DF;
}
</style>
background-color css
<style>
a { background-color: #BA93DF; }
a { background-color: rgb(186,147,223); }
div.DivClassName
{
background-color: #BA93DF;
}
.BgClassName
{
background-color: #BA93DF;
}
</style>
border-color css
<style>
span { border-color: #BA93DF; }
span { border-color: rgb(186,147,223); }
td.TdClassName
{
border-color: #BA93DF;
}
.TagClassName
{
border-color: #BA93DF;
}
</style>