Shades of Biloba Flower #BA88FF
Tints of Biloba Flower #BA88FF
RGB
CMYK
RGB Variations
Color information
#BA88FF (or 0xBA88FF) is known color: Biloba Flower. HEX triplet: BA, 88 and FF. RGB value is (186,136,255). Sum of RGB (Red+Green+Blue) = 186+136+255=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA88FF is #457700. Grayscale: #A4A4A4. Windows color (decimal): -4552449 or 16746682. OLE color: 16746682.
HSL color Cylindrical-coordinate representation of color #BA88FF: hue angle of 265.21º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA88FF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 136 | 255 | - |
| CMYK | 0.27 | 0.47 | 0 | 0 |
| HSL | 265.21º | 1% | 0.77% | - |
| HSV(B) | 265.21º | 0.47% | 1% | - |
| XYZ | 47.1 | 35.27 | 98.93 | - |
| YUV | 164.52 | 179.07 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 136 | 255 | 0.27 | 0.47 | 0 | 0 | 265.21 | 1 | 0.77 |
| Hex | BA | 88 | FF | 1B | 2F | 0 | 0 | 109 | 64 | 4D |
| Octal | 272 | 210 | 377 | 33 | 57 | 0 | 0 | 411 | 144 | 115 |
| Binary | 10111010 | 10001000 | 11111111 | 11011 | 101111 | 0 | 0 | 100001001 | 1100100 | 1001101 |
Color Harmonies of #BA88FF
Complementary color
Monochromatic Colors of #BA88FF
Black with #BA88FF
Text Example
Text Example
White with #BA88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA88FF; }
p { color: rgb(186,136,255); }
H1.HeaderClassName
{
color: #BA88FF;
}
.AnyTagClassName
{
color: #BA88FF;
}
</style>
background-color css
<style>
a { background-color: #BA88FF; }
a { background-color: rgb(186,136,255); }
div.DivClassName
{
background-color: #BA88FF;
}
.BgClassName
{
background-color: #BA88FF;
}
</style>
border-color css
<style>
span { border-color: #BA88FF; }
span { border-color: rgb(186,136,255); }
td.TdClassName
{
border-color: #BA88FF;
}
.TagClassName
{
border-color: #BA88FF;
}
</style>