Shades of Biloba Flower #BA93E8
Tints of Biloba Flower #BA93E8
RGB
CMYK
RGB Variations
Color information
#BA93E8 (or 0xBA93E8) is known color: Biloba Flower. HEX triplet: BA, 93 and E8. RGB value is (186,147,232). Sum of RGB (Red+Green+Blue) = 186+147+232=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 232 (91.02% from 255 or 41.06% from 565); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA93E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA93E8 is #456C17. Grayscale: #A8A8A8. Windows color (decimal): -4549656 or 15242170. OLE color: 15242170.
HSL color Cylindrical-coordinate representation of color #BA93E8: hue angle of 267.53º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA93E8 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 147 | 232 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.09 |
| HSL | 267.53º | 0.65% | 0.74% | - |
| HSV(B) | 267.53º | 0.37% | 0.91% | - |
| XYZ | 45.25 | 37.13 | 81.13 | - |
| YUV | 168.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 232 | 0.20 | 0.37 | 0 | 0.09 | 267.53 | 0.65 | 0.74 |
| Hex | BA | 93 | E8 | 14 | 25 | 0 | 9 | 10C | 41 | 4A |
| Octal | 272 | 223 | 350 | 24 | 45 | 0 | 11 | 414 | 101 | 112 |
| Binary | 10111010 | 10010011 | 11101000 | 10100 | 100101 | 0 | 1001 | 100001100 | 1000001 | 1001010 |
Color Harmonies of #BA93E8
Complementary color
Monochromatic Colors of #BA93E8
Black with #BA93E8
Text Example
Text Example
White with #BA93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93E8; }
p { color: rgb(186,147,232); }
H1.HeaderClassName
{
color: #BA93E8;
}
.AnyTagClassName
{
color: #BA93E8;
}
</style>
background-color css
<style>
a { background-color: #BA93E8; }
a { background-color: rgb(186,147,232); }
div.DivClassName
{
background-color: #BA93E8;
}
.BgClassName
{
background-color: #BA93E8;
}
</style>
border-color css
<style>
span { border-color: #BA93E8; }
span { border-color: rgb(186,147,232); }
td.TdClassName
{
border-color: #BA93E8;
}
.TagClassName
{
border-color: #BA93E8;
}
</style>