Shades of Biloba Flower #BA7FEC
Tints of Biloba Flower #BA7FEC
RGB
CMYK
RGB Variations
Color information
#BA7FEC (or 0xBA7FEC) is known color: Biloba Flower. HEX triplet: BA, 7F and EC. RGB value is (186,127,236). Sum of RGB (Red+Green+Blue) = 186+127+236=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FEC is #458013. Grayscale: #9C9C9C. Windows color (decimal): -4554772 or 15499194. OLE color: 15499194.
HSL color Cylindrical-coordinate representation of color #BA7FEC: hue angle of 272.48º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7FEC is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 127 | 236 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.07 |
| HSL | 272.48º | 0.74% | 0.71% | - |
| HSV(B) | 272.48º | 0.46% | 0.93% | - |
| XYZ | 42.98 | 31.67 | 83.21 | - |
| YUV | 157.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 236 | 0.21 | 0.46 | 0 | 0.07 | 272.48 | 0.74 | 0.71 |
| Hex | BA | 7F | EC | 15 | 2E | 0 | 7 | 110 | 4A | 47 |
| Octal | 272 | 177 | 354 | 25 | 56 | 0 | 7 | 420 | 112 | 107 |
| Binary | 10111010 | 1111111 | 11101100 | 10101 | 101110 | 0 | 111 | 100010000 | 1001010 | 1000111 |
Color Harmonies of #BA7FEC
Complementary color
Monochromatic Colors of #BA7FEC
Black with #BA7FEC
Text Example
Text Example
White with #BA7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FEC; }
p { color: rgb(186,127,236); }
H1.HeaderClassName
{
color: #BA7FEC;
}
.AnyTagClassName
{
color: #BA7FEC;
}
</style>
background-color css
<style>
a { background-color: #BA7FEC; }
a { background-color: rgb(186,127,236); }
div.DivClassName
{
background-color: #BA7FEC;
}
.BgClassName
{
background-color: #BA7FEC;
}
</style>
border-color css
<style>
span { border-color: #BA7FEC; }
span { border-color: rgb(186,127,236); }
td.TdClassName
{
border-color: #BA7FEC;
}
.TagClassName
{
border-color: #BA7FEC;
}
</style>