Shades of Biloba Flower #BA8AF5
Tints of Biloba Flower #BA8AF5
RGB
CMYK
RGB Variations
Color information
#BA8AF5 (or 0xBA8AF5) is known color: Biloba Flower. HEX triplet: BA, 8A and F5. RGB value is (186,138,245). Sum of RGB (Red+Green+Blue) = 186+138+245=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 245 (96.09% from 255 or 43.06% from 569); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA8AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8AF5 is #45750A. Grayscale: #A4A4A4. Windows color (decimal): -4551947 or 16091834. OLE color: 16091834.
HSL color Cylindrical-coordinate representation of color #BA8AF5: hue angle of 266.92º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8AF5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 138 | 245 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.04 |
| HSL | 266.92º | 0.84% | 0.75% | - |
| HSV(B) | 266.92º | 0.44% | 0.96% | - |
| XYZ | 45.82 | 35.21 | 90.77 | - |
| YUV | 164.55 | 173.4 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 138 | 245 | 0.24 | 0.44 | 0 | 0.04 | 266.92 | 0.84 | 0.75 |
| Hex | BA | 8A | F5 | 18 | 2C | 0 | 4 | 10B | 54 | 4B |
| Octal | 272 | 212 | 365 | 30 | 54 | 0 | 4 | 413 | 124 | 113 |
| Binary | 10111010 | 10001010 | 11110101 | 11000 | 101100 | 0 | 100 | 100001011 | 1010100 | 1001011 |
Color Harmonies of #BA8AF5
Complementary color
Monochromatic Colors of #BA8AF5
Black with #BA8AF5
Text Example
Text Example
White with #BA8AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8AF5; }
p { color: rgb(186,138,245); }
H1.HeaderClassName
{
color: #BA8AF5;
}
.AnyTagClassName
{
color: #BA8AF5;
}
</style>
background-color css
<style>
a { background-color: #BA8AF5; }
a { background-color: rgb(186,138,245); }
div.DivClassName
{
background-color: #BA8AF5;
}
.BgClassName
{
background-color: #BA8AF5;
}
</style>
border-color css
<style>
span { border-color: #BA8AF5; }
span { border-color: rgb(186,138,245); }
td.TdClassName
{
border-color: #BA8AF5;
}
.TagClassName
{
border-color: #BA8AF5;
}
</style>