Shades of Biloba Flower #BA8BEB
Tints of Biloba Flower #BA8BEB
RGB
CMYK
RGB Variations
Color information
#BA8BEB (or 0xBA8BEB) is known color: Biloba Flower. HEX triplet: BA, 8B and EB. RGB value is (186,139,235). Sum of RGB (Red+Green+Blue) = 186+139+235=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BEB is #457414. Grayscale: #A3A3A3. Windows color (decimal): -4551701 or 15436730. OLE color: 15436730.
HSL color Cylindrical-coordinate representation of color #BA8BEB: hue angle of 269.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA8BEB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 139 | 235 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.08 |
| HSL | 269.38º | 0.71% | 0.73% | - |
| HSV(B) | 269.38º | 0.41% | 0.92% | - |
| XYZ | 44.48 | 34.9 | 82.99 | - |
| YUV | 164 | 168.07 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 235 | 0.21 | 0.41 | 0 | 0.08 | 269.38 | 0.71 | 0.73 |
| Hex | BA | 8B | EB | 15 | 29 | 0 | 8 | 10D | 47 | 49 |
| Octal | 272 | 213 | 353 | 25 | 51 | 0 | 10 | 415 | 107 | 111 |
| Binary | 10111010 | 10001011 | 11101011 | 10101 | 101001 | 0 | 1000 | 100001101 | 1000111 | 1001001 |
Color Harmonies of #BA8BEB
Complementary color
Monochromatic Colors of #BA8BEB
Black with #BA8BEB
Text Example
Text Example
White with #BA8BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BEB; }
p { color: rgb(186,139,235); }
H1.HeaderClassName
{
color: #BA8BEB;
}
.AnyTagClassName
{
color: #BA8BEB;
}
</style>
background-color css
<style>
a { background-color: #BA8BEB; }
a { background-color: rgb(186,139,235); }
div.DivClassName
{
background-color: #BA8BEB;
}
.BgClassName
{
background-color: #BA8BEB;
}
</style>
border-color css
<style>
span { border-color: #BA8BEB; }
span { border-color: rgb(186,139,235); }
td.TdClassName
{
border-color: #BA8BEB;
}
.TagClassName
{
border-color: #BA8BEB;
}
</style>