Shades of Biloba Flower #BA85E5
Tints of Biloba Flower #BA85E5
RGB
CMYK
RGB Variations
Color information
#BA85E5 (or 0xBA85E5) is known color: Biloba Flower. HEX triplet: BA, 85 and E5. RGB value is (186,133,229). Sum of RGB (Red+Green+Blue) = 186+133+229=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA85E5 is #457A1A. Grayscale: #9F9F9F. Windows color (decimal): -4553243 or 15041978. OLE color: 15041978.
HSL color Cylindrical-coordinate representation of color #BA85E5: hue angle of 273.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA85E5 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 133 | 229 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.10 |
| HSL | 273.13º | 0.65% | 0.71% | - |
| HSV(B) | 273.13º | 0.42% | 0.9% | - |
| XYZ | 42.78 | 32.87 | 78.22 | - |
| YUV | 159.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 229 | 0.19 | 0.42 | 0 | 0.10 | 273.13 | 0.65 | 0.71 |
| Hex | BA | 85 | E5 | 13 | 2A | 0 | A | 111 | 41 | 47 |
| Octal | 272 | 205 | 345 | 23 | 52 | 0 | 12 | 421 | 101 | 107 |
| Binary | 10111010 | 10000101 | 11100101 | 10011 | 101010 | 0 | 1010 | 100010001 | 1000001 | 1000111 |
Color Harmonies of #BA85E5
Complementary color
Monochromatic Colors of #BA85E5
Black with #BA85E5
Text Example
Text Example
White with #BA85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85E5; }
p { color: rgb(186,133,229); }
H1.HeaderClassName
{
color: #BA85E5;
}
.AnyTagClassName
{
color: #BA85E5;
}
</style>
background-color css
<style>
a { background-color: #BA85E5; }
a { background-color: rgb(186,133,229); }
div.DivClassName
{
background-color: #BA85E5;
}
.BgClassName
{
background-color: #BA85E5;
}
</style>
border-color css
<style>
span { border-color: #BA85E5; }
span { border-color: rgb(186,133,229); }
td.TdClassName
{
border-color: #BA85E5;
}
.TagClassName
{
border-color: #BA85E5;
}
</style>