Shades of Biloba Flower #BA95DC
Tints of Biloba Flower #BA95DC
RGB
CMYK
RGB Variations
Color information
#BA95DC (or 0xBA95DC) is known color: Biloba Flower. HEX triplet: BA, 95 and DC. RGB value is (186,149,220). Sum of RGB (Red+Green+Blue) = 186+149+220=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95DC is #456A23. Grayscale: #A7A7A7. Windows color (decimal): -4549156 or 14456250. OLE color: 14456250.
HSL color Cylindrical-coordinate representation of color #BA95DC: hue angle of 271.27º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA95DC is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 149 | 220 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.14 |
| HSL | 271.27º | 0.5% | 0.72% | - |
| HSV(B) | 271.27º | 0.32% | 0.86% | - |
| XYZ | 43.92 | 37.1 | 72.56 | - |
| YUV | 168.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 220 | 0.15 | 0.32 | 0 | 0.14 | 271.27 | 0.5 | 0.72 |
| Hex | BA | 95 | DC | F | 20 | 0 | E | 10F | 32 | 48 |
| Octal | 272 | 225 | 334 | 17 | 40 | 0 | 16 | 417 | 62 | 110 |
| Binary | 10111010 | 10010101 | 11011100 | 1111 | 100000 | 0 | 1110 | 100001111 | 110010 | 1001000 |
Color Harmonies of #BA95DC
Complementary color
Monochromatic Colors of #BA95DC
Black with #BA95DC
Text Example
Text Example
White with #BA95DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95DC; }
p { color: rgb(186,149,220); }
H1.HeaderClassName
{
color: #BA95DC;
}
.AnyTagClassName
{
color: #BA95DC;
}
</style>
background-color css
<style>
a { background-color: #BA95DC; }
a { background-color: rgb(186,149,220); }
div.DivClassName
{
background-color: #BA95DC;
}
.BgClassName
{
background-color: #BA95DC;
}
</style>
border-color css
<style>
span { border-color: #BA95DC; }
span { border-color: rgb(186,149,220); }
td.TdClassName
{
border-color: #BA95DC;
}
.TagClassName
{
border-color: #BA95DC;
}
</style>