Shades of Biloba Flower #BA8BE5
Tints of Biloba Flower #BA8BE5
RGB
CMYK
RGB Variations
Color information
#BA8BE5 (or 0xBA8BE5) is known color: Biloba Flower. HEX triplet: BA, 8B and E5. RGB value is (186,139,229). Sum of RGB (Red+Green+Blue) = 186+139+229=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BE5 is #45741A. Grayscale: #A3A3A3. Windows color (decimal): -4551707 or 15043514. OLE color: 15043514.
HSL color Cylindrical-coordinate representation of color #BA8BE5: hue angle of 271.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA8BE5 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 139 | 229 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.10 |
| HSL | 271.33º | 0.63% | 0.72% | - |
| HSV(B) | 271.33º | 0.39% | 0.9% | - |
| XYZ | 43.63 | 34.56 | 78.5 | - |
| YUV | 163.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 229 | 0.19 | 0.39 | 0 | 0.10 | 271.33 | 0.63 | 0.72 |
| Hex | BA | 8B | E5 | 13 | 27 | 0 | A | 10F | 3F | 48 |
| Octal | 272 | 213 | 345 | 23 | 47 | 0 | 12 | 417 | 77 | 110 |
| Binary | 10111010 | 10001011 | 11100101 | 10011 | 100111 | 0 | 1010 | 100001111 | 111111 | 1001000 |
Color Harmonies of #BA8BE5
Complementary color
Monochromatic Colors of #BA8BE5
Black with #BA8BE5
Text Example
Text Example
White with #BA8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BE5; }
p { color: rgb(186,139,229); }
H1.HeaderClassName
{
color: #BA8BE5;
}
.AnyTagClassName
{
color: #BA8BE5;
}
</style>
background-color css
<style>
a { background-color: #BA8BE5; }
a { background-color: rgb(186,139,229); }
div.DivClassName
{
background-color: #BA8BE5;
}
.BgClassName
{
background-color: #BA8BE5;
}
</style>
border-color css
<style>
span { border-color: #BA8BE5; }
span { border-color: rgb(186,139,229); }
td.TdClassName
{
border-color: #BA8BE5;
}
.TagClassName
{
border-color: #BA8BE5;
}
</style>