Shades of Biloba Flower #BA8BE0
Tints of Biloba Flower #BA8BE0
RGB
CMYK
RGB Variations
Color information
#BA8BE0 (or 0xBA8BE0) is known color: Biloba Flower. HEX triplet: BA, 8B and E0. RGB value is (186,139,224). Sum of RGB (Red+Green+Blue) = 186+139+224=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA8BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8BE0 is #45741F. Grayscale: #A2A2A2. Windows color (decimal): -4551712 or 14715834. OLE color: 14715834.
HSL color Cylindrical-coordinate representation of color #BA8BE0: hue angle of 273.18º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA8BE0 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 139 | 224 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.12 |
| HSL | 273.18º | 0.58% | 0.71% | - |
| HSV(B) | 273.18º | 0.38% | 0.88% | - |
| XYZ | 42.94 | 34.29 | 74.88 | - |
| YUV | 162.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 224 | 0.17 | 0.38 | 0 | 0.12 | 273.18 | 0.58 | 0.71 |
| Hex | BA | 8B | E0 | 11 | 26 | 0 | C | 111 | 3A | 47 |
| Octal | 272 | 213 | 340 | 21 | 46 | 0 | 14 | 421 | 72 | 107 |
| Binary | 10111010 | 10001011 | 11100000 | 10001 | 100110 | 0 | 1100 | 100010001 | 111010 | 1000111 |
Color Harmonies of #BA8BE0
Complementary color
Monochromatic Colors of #BA8BE0
Black with #BA8BE0
Text Example
Text Example
White with #BA8BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BE0; }
p { color: rgb(186,139,224); }
H1.HeaderClassName
{
color: #BA8BE0;
}
.AnyTagClassName
{
color: #BA8BE0;
}
</style>
background-color css
<style>
a { background-color: #BA8BE0; }
a { background-color: rgb(186,139,224); }
div.DivClassName
{
background-color: #BA8BE0;
}
.BgClassName
{
background-color: #BA8BE0;
}
</style>
border-color css
<style>
span { border-color: #BA8BE0; }
span { border-color: rgb(186,139,224); }
td.TdClassName
{
border-color: #BA8BE0;
}
.TagClassName
{
border-color: #BA8BE0;
}
</style>