Shades of Biloba Flower #BA87ED
Tints of Biloba Flower #BA87ED
RGB
CMYK
RGB Variations
Color information
#BA87ED (or 0xBA87ED) is known color: Biloba Flower. HEX triplet: BA, 87 and ED. RGB value is (186,135,237). Sum of RGB (Red+Green+Blue) = 186+135+237=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 135 (53.12% from 255 or 24.19% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87ED is #457812. Grayscale: #A1A1A1. Windows color (decimal): -4552723 or 15566778. OLE color: 15566778.
HSL color Cylindrical-coordinate representation of color #BA87ED: hue angle of 270º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA87ED is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 135 | 237 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.07 |
| HSL | 270º | 0.74% | 0.73% | - |
| HSV(B) | 270º | 0.43% | 0.93% | - |
| XYZ | 44.2 | 33.88 | 84.33 | - |
| YUV | 161.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 237 | 0.22 | 0.43 | 0 | 0.07 | 270 | 0.74 | 0.73 |
| Hex | BA | 87 | ED | 16 | 2B | 0 | 7 | 10E | 4A | 49 |
| Octal | 272 | 207 | 355 | 26 | 53 | 0 | 7 | 416 | 112 | 111 |
| Binary | 10111010 | 10000111 | 11101101 | 10110 | 101011 | 0 | 111 | 100001110 | 1001010 | 1001001 |
Color Harmonies of #BA87ED
Complementary color
Monochromatic Colors of #BA87ED
Black with #BA87ED
Text Example
Text Example
White with #BA87ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87ED; }
p { color: rgb(186,135,237); }
H1.HeaderClassName
{
color: #BA87ED;
}
.AnyTagClassName
{
color: #BA87ED;
}
</style>
background-color css
<style>
a { background-color: #BA87ED; }
a { background-color: rgb(186,135,237); }
div.DivClassName
{
background-color: #BA87ED;
}
.BgClassName
{
background-color: #BA87ED;
}
</style>
border-color css
<style>
span { border-color: #BA87ED; }
span { border-color: rgb(186,135,237); }
td.TdClassName
{
border-color: #BA87ED;
}
.TagClassName
{
border-color: #BA87ED;
}
</style>