Shades of Biloba Flower #BA8FE5
Tints of Biloba Flower #BA8FE5
RGB
CMYK
RGB Variations
Color information
#BA8FE5 (or 0xBA8FE5) is known color: Biloba Flower. HEX triplet: BA, 8F and E5. RGB value is (186,143,229). Sum of RGB (Red+Green+Blue) = 186+143+229=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FE5 is #45701A. Grayscale: #A5A5A5. Windows color (decimal): -4550683 or 15044538. OLE color: 15044538.
HSL color Cylindrical-coordinate representation of color #BA8FE5: hue angle of 270º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8FE5 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 143 | 229 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.10 |
| HSL | 270º | 0.62% | 0.73% | - |
| HSV(B) | 270º | 0.38% | 0.9% | - |
| XYZ | 44.22 | 35.74 | 78.7 | - |
| YUV | 165.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 229 | 0.19 | 0.38 | 0 | 0.10 | 270 | 0.62 | 0.73 |
| Hex | BA | 8F | E5 | 13 | 26 | 0 | A | 10E | 3E | 49 |
| Octal | 272 | 217 | 345 | 23 | 46 | 0 | 12 | 416 | 76 | 111 |
| Binary | 10111010 | 10001111 | 11100101 | 10011 | 100110 | 0 | 1010 | 100001110 | 111110 | 1001001 |
Color Harmonies of #BA8FE5
Complementary color
Monochromatic Colors of #BA8FE5
Black with #BA8FE5
Text Example
Text Example
White with #BA8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FE5; }
p { color: rgb(186,143,229); }
H1.HeaderClassName
{
color: #BA8FE5;
}
.AnyTagClassName
{
color: #BA8FE5;
}
</style>
background-color css
<style>
a { background-color: #BA8FE5; }
a { background-color: rgb(186,143,229); }
div.DivClassName
{
background-color: #BA8FE5;
}
.BgClassName
{
background-color: #BA8FE5;
}
</style>
border-color css
<style>
span { border-color: #BA8FE5; }
span { border-color: rgb(186,143,229); }
td.TdClassName
{
border-color: #BA8FE5;
}
.TagClassName
{
border-color: #BA8FE5;
}
</style>