Shades of Biloba Flower #BA8CE5
Tints of Biloba Flower #BA8CE5
RGB
CMYK
RGB Variations
Color information
#BA8CE5 (or 0xBA8CE5) is known color: Biloba Flower. HEX triplet: BA, 8C and E5. RGB value is (186,140,229). Sum of RGB (Red+Green+Blue) = 186+140+229=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA8CE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8CE5 is #45731A. Grayscale: #A3A3A3. Windows color (decimal): -4551451 or 15043770. OLE color: 15043770.
HSL color Cylindrical-coordinate representation of color #BA8CE5: hue angle of 271.01º 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 #BA8CE5 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 140 | 229 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.10 |
| HSL | 271.01º | 0.63% | 0.72% | - |
| HSV(B) | 271.01º | 0.39% | 0.9% | - |
| XYZ | 43.77 | 34.85 | 78.55 | - |
| YUV | 163.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 229 | 0.19 | 0.39 | 0 | 0.10 | 271.01 | 0.63 | 0.72 |
| Hex | BA | 8C | E5 | 13 | 27 | 0 | A | 10F | 3F | 48 |
| Octal | 272 | 214 | 345 | 23 | 47 | 0 | 12 | 417 | 77 | 110 |
| Binary | 10111010 | 10001100 | 11100101 | 10011 | 100111 | 0 | 1010 | 100001111 | 111111 | 1001000 |
Color Harmonies of #BA8CE5
Complementary color
Monochromatic Colors of #BA8CE5
Black with #BA8CE5
Text Example
Text Example
White with #BA8CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CE5; }
p { color: rgb(186,140,229); }
H1.HeaderClassName
{
color: #BA8CE5;
}
.AnyTagClassName
{
color: #BA8CE5;
}
</style>
background-color css
<style>
a { background-color: #BA8CE5; }
a { background-color: rgb(186,140,229); }
div.DivClassName
{
background-color: #BA8CE5;
}
.BgClassName
{
background-color: #BA8CE5;
}
</style>
border-color css
<style>
span { border-color: #BA8CE5; }
span { border-color: rgb(186,140,229); }
td.TdClassName
{
border-color: #BA8CE5;
}
.TagClassName
{
border-color: #BA8CE5;
}
</style>