Shades of Biloba Flower #BA7DF1
Tints of Biloba Flower #BA7DF1
RGB
CMYK
RGB Variations
Color information
#BA7DF1 (or 0xBA7DF1) is known color: Biloba Flower. HEX triplet: BA, 7D and F1. RGB value is (186,125,241). Sum of RGB (Red+Green+Blue) = 186+125+241=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 241 (94.53% from 255 or 43.66% from 552); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA7DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DF1 is #45820E. Grayscale: #9C9C9C. Windows color (decimal): -4555279 or 15826362. OLE color: 15826362.
HSL color Cylindrical-coordinate representation of color #BA7DF1: hue angle of 271.55º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7DF1 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 125 | 241 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.05 |
| HSL | 271.55º | 0.81% | 0.72% | - |
| HSV(B) | 271.55º | 0.48% | 0.95% | - |
| XYZ | 43.46 | 31.46 | 87 | - |
| YUV | 156.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 241 | 0.23 | 0.48 | 0 | 0.05 | 271.55 | 0.81 | 0.72 |
| Hex | BA | 7D | F1 | 17 | 30 | 0 | 5 | 110 | 51 | 48 |
| Octal | 272 | 175 | 361 | 27 | 60 | 0 | 5 | 420 | 121 | 110 |
| Binary | 10111010 | 1111101 | 11110001 | 10111 | 110000 | 0 | 101 | 100010000 | 1010001 | 1001000 |
Color Harmonies of #BA7DF1
Complementary color
Monochromatic Colors of #BA7DF1
Black with #BA7DF1
Text Example
Text Example
White with #BA7DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7DF1; }
p { color: rgb(186,125,241); }
H1.HeaderClassName
{
color: #BA7DF1;
}
.AnyTagClassName
{
color: #BA7DF1;
}
</style>
background-color css
<style>
a { background-color: #BA7DF1; }
a { background-color: rgb(186,125,241); }
div.DivClassName
{
background-color: #BA7DF1;
}
.BgClassName
{
background-color: #BA7DF1;
}
</style>
border-color css
<style>
span { border-color: #BA7DF1; }
span { border-color: rgb(186,125,241); }
td.TdClassName
{
border-color: #BA7DF1;
}
.TagClassName
{
border-color: #BA7DF1;
}
</style>