Shades of Biloba Flower #BA93E4
Tints of Biloba Flower #BA93E4
RGB
CMYK
RGB Variations
Color information
#BA93E4 (or 0xBA93E4) is known color: Biloba Flower. HEX triplet: BA, 93 and E4. RGB value is (186,147,228). Sum of RGB (Red+Green+Blue) = 186+147+228=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA93E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA93E4 is #456C1B. Grayscale: #A7A7A7. Windows color (decimal): -4549660 or 14980026. OLE color: 14980026.
HSL color Cylindrical-coordinate representation of color #BA93E4: hue angle of 268.89º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BA93E4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 147 | 228 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.11 |
| HSL | 268.89º | 0.6% | 0.74% | - |
| HSV(B) | 268.89º | 0.36% | 0.89% | - |
| XYZ | 44.69 | 36.91 | 78.17 | - |
| YUV | 167.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 228 | 0.18 | 0.36 | 0 | 0.11 | 268.89 | 0.6 | 0.74 |
| Hex | BA | 93 | E4 | 12 | 24 | 0 | B | 10D | 3C | 4A |
| Octal | 272 | 223 | 344 | 22 | 44 | 0 | 13 | 415 | 74 | 112 |
| Binary | 10111010 | 10010011 | 11100100 | 10010 | 100100 | 0 | 1011 | 100001101 | 111100 | 1001010 |
Color Harmonies of #BA93E4
Complementary color
Monochromatic Colors of #BA93E4
Black with #BA93E4
Text Example
Text Example
White with #BA93E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA93E4; }
p { color: rgb(186,147,228); }
H1.HeaderClassName
{
color: #BA93E4;
}
.AnyTagClassName
{
color: #BA93E4;
}
</style>
background-color css
<style>
a { background-color: #BA93E4; }
a { background-color: rgb(186,147,228); }
div.DivClassName
{
background-color: #BA93E4;
}
.BgClassName
{
background-color: #BA93E4;
}
</style>
border-color css
<style>
span { border-color: #BA93E4; }
span { border-color: rgb(186,147,228); }
td.TdClassName
{
border-color: #BA93E4;
}
.TagClassName
{
border-color: #BA93E4;
}
</style>