Shades of Biloba Flower #BA7FED
Tints of Biloba Flower #BA7FED
RGB
CMYK
RGB Variations
Color information
#BA7FED (or 0xBA7FED) is known color: Biloba Flower. HEX triplet: BA, 7F and ED. RGB value is (186,127,237). Sum of RGB (Red+Green+Blue) = 186+127+237=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FED is #458012. Grayscale: #9C9C9C. Windows color (decimal): -4554771 or 15564730. OLE color: 15564730.
HSL color Cylindrical-coordinate representation of color #BA7FED: hue angle of 272.18º degrees, saturation: 0.75, 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 #BA7FED is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 127 | 237 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.07 |
| HSL | 272.18º | 0.75% | 0.71% | - |
| HSV(B) | 272.18º | 0.46% | 0.93% | - |
| XYZ | 43.13 | 31.73 | 83.97 | - |
| YUV | 157.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 237 | 0.22 | 0.46 | 0 | 0.07 | 272.18 | 0.75 | 0.71 |
| Hex | BA | 7F | ED | 16 | 2E | 0 | 7 | 110 | 4B | 47 |
| Octal | 272 | 177 | 355 | 26 | 56 | 0 | 7 | 420 | 113 | 107 |
| Binary | 10111010 | 1111111 | 11101101 | 10110 | 101110 | 0 | 111 | 100010000 | 1001011 | 1000111 |
Color Harmonies of #BA7FED
Complementary color
Monochromatic Colors of #BA7FED
Black with #BA7FED
Text Example
Text Example
White with #BA7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FED; }
p { color: rgb(186,127,237); }
H1.HeaderClassName
{
color: #BA7FED;
}
.AnyTagClassName
{
color: #BA7FED;
}
</style>
background-color css
<style>
a { background-color: #BA7FED; }
a { background-color: rgb(186,127,237); }
div.DivClassName
{
background-color: #BA7FED;
}
.BgClassName
{
background-color: #BA7FED;
}
</style>
border-color css
<style>
span { border-color: #BA7FED; }
span { border-color: rgb(186,127,237); }
td.TdClassName
{
border-color: #BA7FED;
}
.TagClassName
{
border-color: #BA7FED;
}
</style>