Shades of Biloba Flower #BA95E1
Tints of Biloba Flower #BA95E1
RGB
CMYK
RGB Variations
Color information
#BA95E1 (or 0xBA95E1) is known color: Biloba Flower. HEX triplet: BA, 95 and E1. RGB value is (186,149,225). Sum of RGB (Red+Green+Blue) = 186+149+225=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA95E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA95E1 is #456A1E. Grayscale: #A8A8A8. Windows color (decimal): -4549151 or 14783930. OLE color: 14783930.
HSL color Cylindrical-coordinate representation of color #BA95E1: hue angle of 269.21º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA95E1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 149 | 225 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.12 |
| HSL | 269.21º | 0.56% | 0.73% | - |
| HSV(B) | 269.21º | 0.34% | 0.88% | - |
| XYZ | 44.59 | 37.37 | 76.1 | - |
| YUV | 168.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 225 | 0.17 | 0.34 | 0 | 0.12 | 269.21 | 0.56 | 0.73 |
| Hex | BA | 95 | E1 | 11 | 22 | 0 | C | 10D | 38 | 49 |
| Octal | 272 | 225 | 341 | 21 | 42 | 0 | 14 | 415 | 70 | 111 |
| Binary | 10111010 | 10010101 | 11100001 | 10001 | 100010 | 0 | 1100 | 100001101 | 111000 | 1001001 |
Color Harmonies of #BA95E1
Complementary color
Monochromatic Colors of #BA95E1
Black with #BA95E1
Text Example
Text Example
White with #BA95E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E1; }
p { color: rgb(186,149,225); }
H1.HeaderClassName
{
color: #BA95E1;
}
.AnyTagClassName
{
color: #BA95E1;
}
</style>
background-color css
<style>
a { background-color: #BA95E1; }
a { background-color: rgb(186,149,225); }
div.DivClassName
{
background-color: #BA95E1;
}
.BgClassName
{
background-color: #BA95E1;
}
</style>
border-color css
<style>
span { border-color: #BA95E1; }
span { border-color: rgb(186,149,225); }
td.TdClassName
{
border-color: #BA95E1;
}
.TagClassName
{
border-color: #BA95E1;
}
</style>