Shades of Biloba Flower #BA88FB
Tints of Biloba Flower #BA88FB
RGB
CMYK
RGB Variations
Color information
#BA88FB (or 0xBA88FB) is known color: Biloba Flower. HEX triplet: BA, 88 and FB. RGB value is (186,136,251). Sum of RGB (Red+Green+Blue) = 186+136+251=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88FB is #457704. Grayscale: #A3A3A3. Windows color (decimal): -4552453 or 16484538. OLE color: 16484538.
HSL color Cylindrical-coordinate representation of color #BA88FB: hue angle of 266.09º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA88FB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 136 | 251 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.02 |
| HSL | 266.09º | 0.93% | 0.76% | - |
| HSV(B) | 266.09º | 0.46% | 0.98% | - |
| XYZ | 46.47 | 35.01 | 95.58 | - |
| YUV | 164.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 251 | 0.26 | 0.46 | 0 | 0.02 | 266.09 | 0.93 | 0.76 |
| Hex | BA | 88 | FB | 1A | 2E | 0 | 2 | 10A | 5D | 4C |
| Octal | 272 | 210 | 373 | 32 | 56 | 0 | 2 | 412 | 135 | 114 |
| Binary | 10111010 | 10001000 | 11111011 | 11010 | 101110 | 0 | 10 | 100001010 | 1011101 | 1001100 |
Color Harmonies of #BA88FB
Complementary color
Monochromatic Colors of #BA88FB
Black with #BA88FB
Text Example
Text Example
White with #BA88FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88FB; }
p { color: rgb(186,136,251); }
H1.HeaderClassName
{
color: #BA88FB;
}
.AnyTagClassName
{
color: #BA88FB;
}
</style>
background-color css
<style>
a { background-color: #BA88FB; }
a { background-color: rgb(186,136,251); }
div.DivClassName
{
background-color: #BA88FB;
}
.BgClassName
{
background-color: #BA88FB;
}
</style>
border-color css
<style>
span { border-color: #BA88FB; }
span { border-color: rgb(186,136,251); }
td.TdClassName
{
border-color: #BA88FB;
}
.TagClassName
{
border-color: #BA88FB;
}
</style>