Shades of Biloba Flower #BA85EC
Tints of Biloba Flower #BA85EC
RGB
CMYK
RGB Variations
Color information
#BA85EC (or 0xBA85EC) is known color: Biloba Flower. HEX triplet: BA, 85 and EC. RGB value is (186,133,236). Sum of RGB (Red+Green+Blue) = 186+133+236=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85EC is #457A13. Grayscale: #A0A0A0. Windows color (decimal): -4553236 or 15500730. OLE color: 15500730.
HSL color Cylindrical-coordinate representation of color #BA85EC: hue angle of 270.87º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA85EC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 133 | 236 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.07 |
| HSL | 270.87º | 0.73% | 0.72% | - |
| HSV(B) | 270.87º | 0.44% | 0.93% | - |
| XYZ | 43.78 | 33.27 | 83.47 | - |
| YUV | 160.59 | 170.56 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 236 | 0.21 | 0.44 | 0 | 0.07 | 270.87 | 0.73 | 0.72 |
| Hex | BA | 85 | EC | 15 | 2C | 0 | 7 | 10F | 49 | 48 |
| Octal | 272 | 205 | 354 | 25 | 54 | 0 | 7 | 417 | 111 | 110 |
| Binary | 10111010 | 10000101 | 11101100 | 10101 | 101100 | 0 | 111 | 100001111 | 1001001 | 1001000 |
Color Harmonies of #BA85EC
Complementary color
Monochromatic Colors of #BA85EC
Black with #BA85EC
Text Example
Text Example
White with #BA85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85EC; }
p { color: rgb(186,133,236); }
H1.HeaderClassName
{
color: #BA85EC;
}
.AnyTagClassName
{
color: #BA85EC;
}
</style>
background-color css
<style>
a { background-color: #BA85EC; }
a { background-color: rgb(186,133,236); }
div.DivClassName
{
background-color: #BA85EC;
}
.BgClassName
{
background-color: #BA85EC;
}
</style>
border-color css
<style>
span { border-color: #BA85EC; }
span { border-color: rgb(186,133,236); }
td.TdClassName
{
border-color: #BA85EC;
}
.TagClassName
{
border-color: #BA85EC;
}
</style>