Shades of Biloba Flower #BA93DA
Tints of Biloba Flower #BA93DA
RGB
CMYK
RGB Variations
Color information
#BA93DA (or 0xBA93DA) is known color: Biloba Flower. HEX triplet: BA, 93 and DA. RGB value is (186,147,218). Sum of RGB (Red+Green+Blue) = 186+147+218=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93DA is #456C25. Grayscale: #A6A6A6. Windows color (decimal): -4549670 or 14324666. OLE color: 14324666.
HSL color Cylindrical-coordinate representation of color #BA93DA: hue angle of 272.96º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA93DA is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 147 | 218 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.15 |
| HSL | 272.96º | 0.49% | 0.72% | - |
| HSV(B) | 272.96º | 0.33% | 0.85% | - |
| XYZ | 43.34 | 36.37 | 71.07 | - |
| YUV | 166.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 218 | 0.15 | 0.33 | 0 | 0.15 | 272.96 | 0.49 | 0.72 |
| Hex | BA | 93 | DA | F | 21 | 0 | F | 111 | 31 | 48 |
| Octal | 272 | 223 | 332 | 17 | 41 | 0 | 17 | 421 | 61 | 110 |
| Binary | 10111010 | 10010011 | 11011010 | 1111 | 100001 | 0 | 1111 | 100010001 | 110001 | 1001000 |
Color Harmonies of #BA93DA
Complementary color
Monochromatic Colors of #BA93DA
Black with #BA93DA
Text Example
Text Example
White with #BA93DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93DA; }
p { color: rgb(186,147,218); }
H1.HeaderClassName
{
color: #BA93DA;
}
.AnyTagClassName
{
color: #BA93DA;
}
</style>
background-color css
<style>
a { background-color: #BA93DA; }
a { background-color: rgb(186,147,218); }
div.DivClassName
{
background-color: #BA93DA;
}
.BgClassName
{
background-color: #BA93DA;
}
</style>
border-color css
<style>
span { border-color: #BA93DA; }
span { border-color: rgb(186,147,218); }
td.TdClassName
{
border-color: #BA93DA;
}
.TagClassName
{
border-color: #BA93DA;
}
</style>