Shades of Biloba Flower #BA7FF0
Tints of Biloba Flower #BA7FF0
RGB
CMYK
RGB Variations
Color information
#BA7FF0 (or 0xBA7FF0) is known color: Biloba Flower. HEX triplet: BA, 7F and F0. RGB value is (186,127,240). Sum of RGB (Red+Green+Blue) = 186+127+240=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA7FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FF0 is #45800F. Grayscale: #9D9D9D. Windows color (decimal): -4554768 or 15761338. OLE color: 15761338.
HSL color Cylindrical-coordinate representation of color #BA7FF0: hue angle of 271.33º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7FF0 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 127 | 240 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.06 |
| HSL | 271.33º | 0.79% | 0.72% | - |
| HSV(B) | 271.33º | 0.47% | 0.94% | - |
| XYZ | 43.57 | 31.91 | 86.3 | - |
| YUV | 157.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 240 | 0.22 | 0.47 | 0 | 0.06 | 271.33 | 0.79 | 0.72 |
| Hex | BA | 7F | F0 | 16 | 2F | 0 | 6 | 10F | 4F | 48 |
| Octal | 272 | 177 | 360 | 26 | 57 | 0 | 6 | 417 | 117 | 110 |
| Binary | 10111010 | 1111111 | 11110000 | 10110 | 101111 | 0 | 110 | 100001111 | 1001111 | 1001000 |
Color Harmonies of #BA7FF0
Complementary color
Monochromatic Colors of #BA7FF0
Black with #BA7FF0
Text Example
Text Example
White with #BA7FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FF0; }
p { color: rgb(186,127,240); }
H1.HeaderClassName
{
color: #BA7FF0;
}
.AnyTagClassName
{
color: #BA7FF0;
}
</style>
background-color css
<style>
a { background-color: #BA7FF0; }
a { background-color: rgb(186,127,240); }
div.DivClassName
{
background-color: #BA7FF0;
}
.BgClassName
{
background-color: #BA7FF0;
}
</style>
border-color css
<style>
span { border-color: #BA7FF0; }
span { border-color: rgb(186,127,240); }
td.TdClassName
{
border-color: #BA7FF0;
}
.TagClassName
{
border-color: #BA7FF0;
}
</style>