Shades of Biloba Flower #BA8FDC
Tints of Biloba Flower #BA8FDC
RGB
CMYK
RGB Variations
Color information
#BA8FDC (or 0xBA8FDC) is known color: Biloba Flower. HEX triplet: BA, 8F and DC. RGB value is (186,143,220). Sum of RGB (Red+Green+Blue) = 186+143+220=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA8FDC is #457023. Grayscale: #A4A4A4. Windows color (decimal): -4550692 or 14454714. OLE color: 14454714.
HSL color Cylindrical-coordinate representation of color #BA8FDC: hue angle of 273.51º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA8FDC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 143 | 220 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.14 |
| HSL | 273.51º | 0.52% | 0.71% | - |
| HSV(B) | 273.51º | 0.35% | 0.86% | - |
| XYZ | 42.99 | 35.25 | 72.25 | - |
| YUV | 164.64 | 159.25 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 143 | 220 | 0.15 | 0.35 | 0 | 0.14 | 273.51 | 0.52 | 0.71 |
| Hex | BA | 8F | DC | F | 23 | 0 | E | 112 | 34 | 47 |
| Octal | 272 | 217 | 334 | 17 | 43 | 0 | 16 | 422 | 64 | 107 |
| Binary | 10111010 | 10001111 | 11011100 | 1111 | 100011 | 0 | 1110 | 100010010 | 110100 | 1000111 |
Color Harmonies of #BA8FDC
Complementary color
Monochromatic Colors of #BA8FDC
Black with #BA8FDC
Text Example
Text Example
White with #BA8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8FDC; }
p { color: rgb(186,143,220); }
H1.HeaderClassName
{
color: #BA8FDC;
}
.AnyTagClassName
{
color: #BA8FDC;
}
</style>
background-color css
<style>
a { background-color: #BA8FDC; }
a { background-color: rgb(186,143,220); }
div.DivClassName
{
background-color: #BA8FDC;
}
.BgClassName
{
background-color: #BA8FDC;
}
</style>
border-color css
<style>
span { border-color: #BA8FDC; }
span { border-color: rgb(186,143,220); }
td.TdClassName
{
border-color: #BA8FDC;
}
.TagClassName
{
border-color: #BA8FDC;
}
</style>