Shades of Biloba Flower #BA7EF2
Tints of Biloba Flower #BA7EF2
RGB
CMYK
RGB Variations
Color information
#BA7EF2 (or 0xBA7EF2) is known color: Biloba Flower. HEX triplet: BA, 7E and F2. RGB value is (186,126,242). Sum of RGB (Red+Green+Blue) = 186+126+242=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7EF2 is #45810D. Grayscale: #9C9C9C. Windows color (decimal): -4555022 or 15892154. OLE color: 15892154.
HSL color Cylindrical-coordinate representation of color #BA7EF2: hue angle of 271.03º degrees, saturation: 0.82, 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 #BA7EF2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 126 | 242 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.05 |
| HSL | 271.03º | 0.82% | 0.72% | - |
| HSV(B) | 271.03º | 0.48% | 0.95% | - |
| XYZ | 43.74 | 31.77 | 87.83 | - |
| YUV | 157.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 126 | 242 | 0.23 | 0.48 | 0 | 0.05 | 271.03 | 0.82 | 0.72 |
| Hex | BA | 7E | F2 | 17 | 30 | 0 | 5 | 10F | 52 | 48 |
| Octal | 272 | 176 | 362 | 27 | 60 | 0 | 5 | 417 | 122 | 110 |
| Binary | 10111010 | 1111110 | 11110010 | 10111 | 110000 | 0 | 101 | 100001111 | 1010010 | 1001000 |
Color Harmonies of #BA7EF2
Complementary color
Monochromatic Colors of #BA7EF2
Black with #BA7EF2
Text Example
Text Example
White with #BA7EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7EF2; }
p { color: rgb(186,126,242); }
H1.HeaderClassName
{
color: #BA7EF2;
}
.AnyTagClassName
{
color: #BA7EF2;
}
</style>
background-color css
<style>
a { background-color: #BA7EF2; }
a { background-color: rgb(186,126,242); }
div.DivClassName
{
background-color: #BA7EF2;
}
.BgClassName
{
background-color: #BA7EF2;
}
</style>
border-color css
<style>
span { border-color: #BA7EF2; }
span { border-color: rgb(186,126,242); }
td.TdClassName
{
border-color: #BA7EF2;
}
.TagClassName
{
border-color: #BA7EF2;
}
</style>