Shades of Biloba Flower #BA87EE
Tints of Biloba Flower #BA87EE
RGB
CMYK
RGB Variations
Color information
#BA87EE (or 0xBA87EE) is known color: Biloba Flower. HEX triplet: BA, 87 and EE. RGB value is (186,135,238). Sum of RGB (Red+Green+Blue) = 186+135+238=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA87EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA87EE is #457811. Grayscale: #A1A1A1. Windows color (decimal): -4552722 or 15632314. OLE color: 15632314.
HSL color Cylindrical-coordinate representation of color #BA87EE: hue angle of 269.71º degrees, saturation: 0.75, 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 #BA87EE is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 135 | 238 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.07 |
| HSL | 269.71º | 0.75% | 0.73% | - |
| HSV(B) | 269.71º | 0.43% | 0.93% | - |
| XYZ | 44.35 | 33.94 | 85.1 | - |
| YUV | 161.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 135 | 238 | 0.22 | 0.43 | 0 | 0.07 | 269.71 | 0.75 | 0.73 |
| Hex | BA | 87 | EE | 16 | 2B | 0 | 7 | 10E | 4B | 49 |
| Octal | 272 | 207 | 356 | 26 | 53 | 0 | 7 | 416 | 113 | 111 |
| Binary | 10111010 | 10000111 | 11101110 | 10110 | 101011 | 0 | 111 | 100001110 | 1001011 | 1001001 |
Color Harmonies of #BA87EE
Complementary color
Monochromatic Colors of #BA87EE
Black with #BA87EE
Text Example
Text Example
White with #BA87EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA87EE; }
p { color: rgb(186,135,238); }
H1.HeaderClassName
{
color: #BA87EE;
}
.AnyTagClassName
{
color: #BA87EE;
}
</style>
background-color css
<style>
a { background-color: #BA87EE; }
a { background-color: rgb(186,135,238); }
div.DivClassName
{
background-color: #BA87EE;
}
.BgClassName
{
background-color: #BA87EE;
}
</style>
border-color css
<style>
span { border-color: #BA87EE; }
span { border-color: rgb(186,135,238); }
td.TdClassName
{
border-color: #BA87EE;
}
.TagClassName
{
border-color: #BA87EE;
}
</style>