Shades of Biloba Flower #BA7FEE
Tints of Biloba Flower #BA7FEE
RGB
CMYK
RGB Variations
Color information
#BA7FEE (or 0xBA7FEE) is known color: Biloba Flower. HEX triplet: BA, 7F and EE. RGB value is (186,127,238). Sum of RGB (Red+Green+Blue) = 186+127+238=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 127 (50% from 255 or 23.05% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA7FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FEE is #458011. Grayscale: #9C9C9C. Windows color (decimal): -4554770 or 15630266. OLE color: 15630266.
HSL color Cylindrical-coordinate representation of color #BA7FEE: hue angle of 271.89º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7FEE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 127 | 238 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.07 |
| HSL | 271.89º | 0.77% | 0.72% | - |
| HSV(B) | 271.89º | 0.47% | 0.93% | - |
| XYZ | 43.27 | 31.79 | 84.74 | - |
| YUV | 157.3 | 173.55 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 238 | 0.22 | 0.47 | 0 | 0.07 | 271.89 | 0.77 | 0.72 |
| Hex | BA | 7F | EE | 16 | 2F | 0 | 7 | 110 | 4D | 48 |
| Octal | 272 | 177 | 356 | 26 | 57 | 0 | 7 | 420 | 115 | 110 |
| Binary | 10111010 | 1111111 | 11101110 | 10110 | 101111 | 0 | 111 | 100010000 | 1001101 | 1001000 |
Color Harmonies of #BA7FEE
Complementary color
Monochromatic Colors of #BA7FEE
Black with #BA7FEE
Text Example
Text Example
White with #BA7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FEE; }
p { color: rgb(186,127,238); }
H1.HeaderClassName
{
color: #BA7FEE;
}
.AnyTagClassName
{
color: #BA7FEE;
}
</style>
background-color css
<style>
a { background-color: #BA7FEE; }
a { background-color: rgb(186,127,238); }
div.DivClassName
{
background-color: #BA7FEE;
}
.BgClassName
{
background-color: #BA7FEE;
}
</style>
border-color css
<style>
span { border-color: #BA7FEE; }
span { border-color: rgb(186,127,238); }
td.TdClassName
{
border-color: #BA7FEE;
}
.TagClassName
{
border-color: #BA7FEE;
}
</style>