Shades of Biloba Flower #BA88E8
Tints of Biloba Flower #BA88E8
RGB
CMYK
RGB Variations
Color information
#BA88E8 (or 0xBA88E8) is known color: Biloba Flower. HEX triplet: BA, 88 and E8. RGB value is (186,136,232). Sum of RGB (Red+Green+Blue) = 186+136+232=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA88E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88E8 is #457717. Grayscale: #A1A1A1. Windows color (decimal): -4552472 or 15239354. OLE color: 15239354.
HSL color Cylindrical-coordinate representation of color #BA88E8: hue angle of 271.25º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA88E8 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 136 | 232 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.09 |
| HSL | 271.25º | 0.68% | 0.72% | - |
| HSV(B) | 271.25º | 0.41% | 0.91% | - |
| XYZ | 43.62 | 33.87 | 80.58 | - |
| YUV | 161.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 232 | 0.20 | 0.41 | 0 | 0.09 | 271.25 | 0.68 | 0.72 |
| Hex | BA | 88 | E8 | 14 | 29 | 0 | 9 | 10F | 44 | 48 |
| Octal | 272 | 210 | 350 | 24 | 51 | 0 | 11 | 417 | 104 | 110 |
| Binary | 10111010 | 10001000 | 11101000 | 10100 | 101001 | 0 | 1001 | 100001111 | 1000100 | 1001000 |
Color Harmonies of #BA88E8
Complementary color
Monochromatic Colors of #BA88E8
Black with #BA88E8
Text Example
Text Example
White with #BA88E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88E8; }
p { color: rgb(186,136,232); }
H1.HeaderClassName
{
color: #BA88E8;
}
.AnyTagClassName
{
color: #BA88E8;
}
</style>
background-color css
<style>
a { background-color: #BA88E8; }
a { background-color: rgb(186,136,232); }
div.DivClassName
{
background-color: #BA88E8;
}
.BgClassName
{
background-color: #BA88E8;
}
</style>
border-color css
<style>
span { border-color: #BA88E8; }
span { border-color: rgb(186,136,232); }
td.TdClassName
{
border-color: #BA88E8;
}
.TagClassName
{
border-color: #BA88E8;
}
</style>