Shades of Biloba Flower #BA85FB
Tints of Biloba Flower #BA85FB
RGB
CMYK
RGB Variations
Color information
#BA85FB (or 0xBA85FB) is known color: Biloba Flower. HEX triplet: BA, 85 and FB. RGB value is (186,133,251). Sum of RGB (Red+Green+Blue) = 186+133+251=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA85FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA85FB is #457A04. Grayscale: #A1A1A1. Windows color (decimal): -4553221 or 16483770. OLE color: 16483770.
HSL color Cylindrical-coordinate representation of color #BA85FB: hue angle of 266.95º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA85FB is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 133 | 251 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.02 |
| HSL | 266.95º | 0.94% | 0.75% | - |
| HSV(B) | 266.95º | 0.47% | 0.98% | - |
| XYZ | 46.05 | 34.18 | 95.44 | - |
| YUV | 162.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 133 | 251 | 0.26 | 0.47 | 0 | 0.02 | 266.95 | 0.94 | 0.75 |
| Hex | BA | 85 | FB | 1A | 2F | 0 | 2 | 10B | 5E | 4B |
| Octal | 272 | 205 | 373 | 32 | 57 | 0 | 2 | 413 | 136 | 113 |
| Binary | 10111010 | 10000101 | 11111011 | 11010 | 101111 | 0 | 10 | 100001011 | 1011110 | 1001011 |
Color Harmonies of #BA85FB
Complementary color
Monochromatic Colors of #BA85FB
Black with #BA85FB
Text Example
Text Example
White with #BA85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA85FB; }
p { color: rgb(186,133,251); }
H1.HeaderClassName
{
color: #BA85FB;
}
.AnyTagClassName
{
color: #BA85FB;
}
</style>
background-color css
<style>
a { background-color: #BA85FB; }
a { background-color: rgb(186,133,251); }
div.DivClassName
{
background-color: #BA85FB;
}
.BgClassName
{
background-color: #BA85FB;
}
</style>
border-color css
<style>
span { border-color: #BA85FB; }
span { border-color: rgb(186,133,251); }
td.TdClassName
{
border-color: #BA85FB;
}
.TagClassName
{
border-color: #BA85FB;
}
</style>