Shades of Biloba Flower #BA94DD
Tints of Biloba Flower #BA94DD
RGB
CMYK
RGB Variations
Color information
#BA94DD (or 0xBA94DD) is known color: Biloba Flower. HEX triplet: BA, 94 and DD. RGB value is (186,148,221). Sum of RGB (Red+Green+Blue) = 186+148+221=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA94DD is #456B22. Grayscale: #A7A7A7. Windows color (decimal): -4549411 or 14521530. OLE color: 14521530.
HSL color Cylindrical-coordinate representation of color #BA94DD: hue angle of 271.23º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BA94DD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 148 | 221 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.13 |
| HSL | 271.23º | 0.52% | 0.72% | - |
| HSV(B) | 271.23º | 0.33% | 0.87% | - |
| XYZ | 43.89 | 36.84 | 73.2 | - |
| YUV | 167.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 221 | 0.16 | 0.33 | 0 | 0.13 | 271.23 | 0.52 | 0.72 |
| Hex | BA | 94 | DD | 10 | 21 | 0 | D | 10F | 34 | 48 |
| Octal | 272 | 224 | 335 | 20 | 41 | 0 | 15 | 417 | 64 | 110 |
| Binary | 10111010 | 10010100 | 11011101 | 10000 | 100001 | 0 | 1101 | 100001111 | 110100 | 1001000 |
Color Harmonies of #BA94DD
Complementary color
Monochromatic Colors of #BA94DD
Black with #BA94DD
Text Example
Text Example
White with #BA94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA94DD; }
p { color: rgb(186,148,221); }
H1.HeaderClassName
{
color: #BA94DD;
}
.AnyTagClassName
{
color: #BA94DD;
}
</style>
background-color css
<style>
a { background-color: #BA94DD; }
a { background-color: rgb(186,148,221); }
div.DivClassName
{
background-color: #BA94DD;
}
.BgClassName
{
background-color: #BA94DD;
}
</style>
border-color css
<style>
span { border-color: #BA94DD; }
span { border-color: rgb(186,148,221); }
td.TdClassName
{
border-color: #BA94DD;
}
.TagClassName
{
border-color: #BA94DD;
}
</style>