Shades of Biloba Flower #BA8BF3
Tints of Biloba Flower #BA8BF3
RGB
CMYK
RGB Variations
Color information
#BA8BF3 (or 0xBA8BF3) is known color: Biloba Flower. HEX triplet: BA, 8B and F3. RGB value is (186,139,243). Sum of RGB (Red+Green+Blue) = 186+139+243=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA8BF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8BF3 is #45740C. Grayscale: #A4A4A4. Windows color (decimal): -4551693 or 15961018. OLE color: 15961018.
HSL color Cylindrical-coordinate representation of color #BA8BF3: hue angle of 267.12º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA8BF3 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 139 | 243 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.05 |
| HSL | 267.12º | 0.81% | 0.75% | - |
| HSV(B) | 267.12º | 0.43% | 0.95% | - |
| XYZ | 45.66 | 35.38 | 89.22 | - |
| YUV | 164.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 139 | 243 | 0.23 | 0.43 | 0 | 0.05 | 267.12 | 0.81 | 0.75 |
| Hex | BA | 8B | F3 | 17 | 2B | 0 | 5 | 10B | 51 | 4B |
| Octal | 272 | 213 | 363 | 27 | 53 | 0 | 5 | 413 | 121 | 113 |
| Binary | 10111010 | 10001011 | 11110011 | 10111 | 101011 | 0 | 101 | 100001011 | 1010001 | 1001011 |
Color Harmonies of #BA8BF3
Complementary color
Monochromatic Colors of #BA8BF3
Black with #BA8BF3
Text Example
Text Example
White with #BA8BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8BF3; }
p { color: rgb(186,139,243); }
H1.HeaderClassName
{
color: #BA8BF3;
}
.AnyTagClassName
{
color: #BA8BF3;
}
</style>
background-color css
<style>
a { background-color: #BA8BF3; }
a { background-color: rgb(186,139,243); }
div.DivClassName
{
background-color: #BA8BF3;
}
.BgClassName
{
background-color: #BA8BF3;
}
</style>
border-color css
<style>
span { border-color: #BA8BF3; }
span { border-color: rgb(186,139,243); }
td.TdClassName
{
border-color: #BA8BF3;
}
.TagClassName
{
border-color: #BA8BF3;
}
</style>