Shades of Biloba Flower #BA85ED
Tints of Biloba Flower #BA85ED
RGB
CMYK
RGB Variations
Color information
#BA85ED (or 0xBA85ED) is known color: Biloba Flower. HEX triplet: BA, 85 and ED. RGB value is (186,133,237). Sum of RGB (Red+Green+Blue) = 186+133+237=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85ED is #457A12. Grayscale: #A0A0A0. Windows color (decimal): -4553235 or 15566266. OLE color: 15566266.
HSL color Cylindrical-coordinate representation of color #BA85ED: hue angle of 270.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA85ED is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 133 | 237 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.07 |
| HSL | 270.58º | 0.74% | 0.73% | - |
| HSV(B) | 270.58º | 0.44% | 0.93% | - |
| XYZ | 43.92 | 33.33 | 84.24 | - |
| YUV | 160.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 237 | 0.22 | 0.44 | 0 | 0.07 | 270.58 | 0.74 | 0.73 |
| Hex | BA | 85 | ED | 16 | 2C | 0 | 7 | 10F | 4A | 49 |
| Octal | 272 | 205 | 355 | 26 | 54 | 0 | 7 | 417 | 112 | 111 |
| Binary | 10111010 | 10000101 | 11101101 | 10110 | 101100 | 0 | 111 | 100001111 | 1001010 | 1001001 |
Color Harmonies of #BA85ED
Complementary color
Monochromatic Colors of #BA85ED
Black with #BA85ED
Text Example
Text Example
White with #BA85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85ED; }
p { color: rgb(186,133,237); }
H1.HeaderClassName
{
color: #BA85ED;
}
.AnyTagClassName
{
color: #BA85ED;
}
</style>
background-color css
<style>
a { background-color: #BA85ED; }
a { background-color: rgb(186,133,237); }
div.DivClassName
{
background-color: #BA85ED;
}
.BgClassName
{
background-color: #BA85ED;
}
</style>
border-color css
<style>
span { border-color: #BA85ED; }
span { border-color: rgb(186,133,237); }
td.TdClassName
{
border-color: #BA85ED;
}
.TagClassName
{
border-color: #BA85ED;
}
</style>