Shades of Biloba Flower #BA83E7
Tints of Biloba Flower #BA83E7
RGB
CMYK
RGB Variations
Color information
#BA83E7 (or 0xBA83E7) is known color: Biloba Flower. HEX triplet: BA, 83 and E7. RGB value is (186,131,231). Sum of RGB (Red+Green+Blue) = 186+131+231=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA83E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83E7 is #457C18. Grayscale: #9E9E9E. Windows color (decimal): -4553753 or 15172538. OLE color: 15172538.
HSL color Cylindrical-coordinate representation of color #BA83E7: hue angle of 273º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA83E7 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 131 | 231 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.09 |
| HSL | 273º | 0.68% | 0.71% | - |
| HSV(B) | 273º | 0.43% | 0.91% | - |
| XYZ | 42.79 | 32.44 | 79.61 | - |
| YUV | 158.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 231 | 0.19 | 0.43 | 0 | 0.09 | 273 | 0.68 | 0.71 |
| Hex | BA | 83 | E7 | 13 | 2B | 0 | 9 | 111 | 44 | 47 |
| Octal | 272 | 203 | 347 | 23 | 53 | 0 | 11 | 421 | 104 | 107 |
| Binary | 10111010 | 10000011 | 11100111 | 10011 | 101011 | 0 | 1001 | 100010001 | 1000100 | 1000111 |
Color Harmonies of #BA83E7
Complementary color
Monochromatic Colors of #BA83E7
Black with #BA83E7
Text Example
Text Example
White with #BA83E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83E7; }
p { color: rgb(186,131,231); }
H1.HeaderClassName
{
color: #BA83E7;
}
.AnyTagClassName
{
color: #BA83E7;
}
</style>
background-color css
<style>
a { background-color: #BA83E7; }
a { background-color: rgb(186,131,231); }
div.DivClassName
{
background-color: #BA83E7;
}
.BgClassName
{
background-color: #BA83E7;
}
</style>
border-color css
<style>
span { border-color: #BA83E7; }
span { border-color: rgb(186,131,231); }
td.TdClassName
{
border-color: #BA83E7;
}
.TagClassName
{
border-color: #BA83E7;
}
</style>