Shades of Biloba Flower #BA8FED
Tints of Biloba Flower #BA8FED
RGB
CMYK
RGB Variations
Color information
#BA8FED (or 0xBA8FED) is known color: Biloba Flower. HEX triplet: BA, 8F and ED. RGB value is (186,143,237). Sum of RGB (Red+Green+Blue) = 186+143+237=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8FED is #457012. Grayscale: #A6A6A6. Windows color (decimal): -4550675 or 15568826. OLE color: 15568826.
HSL color Cylindrical-coordinate representation of color #BA8FED: hue angle of 267.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA8FED is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 143 | 237 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.07 |
| HSL | 267.45º | 0.72% | 0.75% | - |
| HSV(B) | 267.45º | 0.4% | 0.93% | - |
| XYZ | 45.36 | 36.2 | 84.72 | - |
| YUV | 166.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 237 | 0.22 | 0.40 | 0 | 0.07 | 267.45 | 0.72 | 0.75 |
| Hex | BA | 8F | ED | 16 | 28 | 0 | 7 | 10B | 48 | 4B |
| Octal | 272 | 217 | 355 | 26 | 50 | 0 | 7 | 413 | 110 | 113 |
| Binary | 10111010 | 10001111 | 11101101 | 10110 | 101000 | 0 | 111 | 100001011 | 1001000 | 1001011 |
Color Harmonies of #BA8FED
Complementary color
Monochromatic Colors of #BA8FED
Black with #BA8FED
Text Example
Text Example
White with #BA8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FED; }
p { color: rgb(186,143,237); }
H1.HeaderClassName
{
color: #BA8FED;
}
.AnyTagClassName
{
color: #BA8FED;
}
</style>
background-color css
<style>
a { background-color: #BA8FED; }
a { background-color: rgb(186,143,237); }
div.DivClassName
{
background-color: #BA8FED;
}
.BgClassName
{
background-color: #BA8FED;
}
</style>
border-color css
<style>
span { border-color: #BA8FED; }
span { border-color: rgb(186,143,237); }
td.TdClassName
{
border-color: #BA8FED;
}
.TagClassName
{
border-color: #BA8FED;
}
</style>