Shades of Biloba Flower #BA83F1
Tints of Biloba Flower #BA83F1
RGB
CMYK
RGB Variations
Color information
#BA83F1 (or 0xBA83F1) is known color: Biloba Flower. HEX triplet: BA, 83 and F1. RGB value is (186,131,241). Sum of RGB (Red+Green+Blue) = 186+131+241=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA83F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA83F1 is #457C0E. Grayscale: #9F9F9F. Windows color (decimal): -4553743 or 15827898. OLE color: 15827898.
HSL color Cylindrical-coordinate representation of color #BA83F1: hue angle of 270º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA83F1 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 131 | 241 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.05 |
| HSL | 270º | 0.8% | 0.73% | - |
| HSV(B) | 270º | 0.46% | 0.95% | - |
| XYZ | 44.24 | 33.02 | 87.26 | - |
| YUV | 159.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 131 | 241 | 0.23 | 0.46 | 0 | 0.05 | 270 | 0.8 | 0.73 |
| Hex | BA | 83 | F1 | 17 | 2E | 0 | 5 | 10E | 50 | 49 |
| Octal | 272 | 203 | 361 | 27 | 56 | 0 | 5 | 416 | 120 | 111 |
| Binary | 10111010 | 10000011 | 11110001 | 10111 | 101110 | 0 | 101 | 100001110 | 1010000 | 1001001 |
Color Harmonies of #BA83F1
Complementary color
Monochromatic Colors of #BA83F1
Black with #BA83F1
Text Example
Text Example
White with #BA83F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA83F1; }
p { color: rgb(186,131,241); }
H1.HeaderClassName
{
color: #BA83F1;
}
.AnyTagClassName
{
color: #BA83F1;
}
</style>
background-color css
<style>
a { background-color: #BA83F1; }
a { background-color: rgb(186,131,241); }
div.DivClassName
{
background-color: #BA83F1;
}
.BgClassName
{
background-color: #BA83F1;
}
</style>
border-color css
<style>
span { border-color: #BA83F1; }
span { border-color: rgb(186,131,241); }
td.TdClassName
{
border-color: #BA83F1;
}
.TagClassName
{
border-color: #BA83F1;
}
</style>