Shades of Biloba Flower #BA93DC
Tints of Biloba Flower #BA93DC
RGB
CMYK
RGB Variations
Color information
#BA93DC (or 0xBA93DC) is known color: Biloba Flower. HEX triplet: BA, 93 and DC. RGB value is (186,147,220). Sum of RGB (Red+Green+Blue) = 186+147+220=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DC is #456C23. Grayscale: #A6A6A6. Windows color (decimal): -4549668 or 14455738. OLE color: 14455738.
HSL color Cylindrical-coordinate representation of color #BA93DC: hue angle of 272.05º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA93DC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 147 | 220 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.14 |
| HSL | 272.05º | 0.51% | 0.72% | - |
| HSV(B) | 272.05º | 0.33% | 0.86% | - |
| XYZ | 43.6 | 36.47 | 72.45 | - |
| YUV | 166.98 | 157.92 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 220 | 0.15 | 0.33 | 0 | 0.14 | 272.05 | 0.51 | 0.72 |
| Hex | BA | 93 | DC | F | 21 | 0 | E | 110 | 33 | 48 |
| Octal | 272 | 223 | 334 | 17 | 41 | 0 | 16 | 420 | 63 | 110 |
| Binary | 10111010 | 10010011 | 11011100 | 1111 | 100001 | 0 | 1110 | 100010000 | 110011 | 1001000 |
Color Harmonies of #BA93DC
Complementary color
Monochromatic Colors of #BA93DC
Black with #BA93DC
Text Example
Text Example
White with #BA93DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93DC; }
p { color: rgb(186,147,220); }
H1.HeaderClassName
{
color: #BA93DC;
}
.AnyTagClassName
{
color: #BA93DC;
}
</style>
background-color css
<style>
a { background-color: #BA93DC; }
a { background-color: rgb(186,147,220); }
div.DivClassName
{
background-color: #BA93DC;
}
.BgClassName
{
background-color: #BA93DC;
}
</style>
border-color css
<style>
span { border-color: #BA93DC; }
span { border-color: rgb(186,147,220); }
td.TdClassName
{
border-color: #BA93DC;
}
.TagClassName
{
border-color: #BA93DC;
}
</style>