Shades of Biloba Flower #BA8FDD
Tints of Biloba Flower #BA8FDD
RGB
CMYK
RGB Variations
Color information
#BA8FDD (or 0xBA8FDD) is known color: Biloba Flower. HEX triplet: BA, 8F and DD. RGB value is (186,143,221). Sum of RGB (Red+Green+Blue) = 186+143+221=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BA8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDD is #457022. Grayscale: #A4A4A4. Windows color (decimal): -4550691 or 14520250. OLE color: 14520250.
HSL color Cylindrical-coordinate representation of color #BA8FDD: hue angle of 273.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8FDD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 143 | 221 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.13 |
| HSL | 273.08º | 0.53% | 0.71% | - |
| HSV(B) | 273.08º | 0.35% | 0.87% | - |
| XYZ | 43.12 | 35.3 | 72.95 | - |
| YUV | 164.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 221 | 0.16 | 0.35 | 0 | 0.13 | 273.08 | 0.53 | 0.71 |
| Hex | BA | 8F | DD | 10 | 23 | 0 | D | 111 | 35 | 47 |
| Octal | 272 | 217 | 335 | 20 | 43 | 0 | 15 | 421 | 65 | 107 |
| Binary | 10111010 | 10001111 | 11011101 | 10000 | 100011 | 0 | 1101 | 100010001 | 110101 | 1000111 |
Color Harmonies of #BA8FDD
Complementary color
Monochromatic Colors of #BA8FDD
Black with #BA8FDD
Text Example
Text Example
White with #BA8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FDD; }
p { color: rgb(186,143,221); }
H1.HeaderClassName
{
color: #BA8FDD;
}
.AnyTagClassName
{
color: #BA8FDD;
}
</style>
background-color css
<style>
a { background-color: #BA8FDD; }
a { background-color: rgb(186,143,221); }
div.DivClassName
{
background-color: #BA8FDD;
}
.BgClassName
{
background-color: #BA8FDD;
}
</style>
border-color css
<style>
span { border-color: #BA8FDD; }
span { border-color: rgb(186,143,221); }
td.TdClassName
{
border-color: #BA8FDD;
}
.TagClassName
{
border-color: #BA8FDD;
}
</style>