Shades of Biloba Flower #B18FDB
Tints of Biloba Flower #B18FDB
RGB
CMYK
RGB Variations
Color information
#B18FDB (or 0xB18FDB) is known color: Biloba Flower. HEX triplet: B1, 8F and DB. RGB value is (177,143,219). Sum of RGB (Red+Green+Blue) = 177+143+219=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B18FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18FDB is #4E7024. Grayscale: #A1A1A1. Windows color (decimal): -5140517 or 14389169. OLE color: 14389169.
HSL color Cylindrical-coordinate representation of color #B18FDB: hue angle of 266.84º degrees, saturation: 0.51, 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 #B18FDB is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 143 | 219 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.14 |
| HSL | 266.84º | 0.51% | 0.71% | - |
| HSV(B) | 266.84º | 0.35% | 0.86% | - |
| XYZ | 40.74 | 34.11 | 71.45 | - |
| YUV | 161.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 219 | 0.19 | 0.35 | 0 | 0.14 | 266.84 | 0.51 | 0.71 |
| Hex | B1 | 8F | DB | 13 | 23 | 0 | E | 10B | 33 | 47 |
| Octal | 261 | 217 | 333 | 23 | 43 | 0 | 16 | 413 | 63 | 107 |
| Binary | 10110001 | 10001111 | 11011011 | 10011 | 100011 | 0 | 1110 | 100001011 | 110011 | 1000111 |
Color Harmonies of #B18FDB
Complementary color
Monochromatic Colors of #B18FDB
Black with #B18FDB
Text Example
Text Example
White with #B18FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18FDB; }
p { color: rgb(177,143,219); }
H1.HeaderClassName
{
color: #B18FDB;
}
.AnyTagClassName
{
color: #B18FDB;
}
</style>
background-color css
<style>
a { background-color: #B18FDB; }
a { background-color: rgb(177,143,219); }
div.DivClassName
{
background-color: #B18FDB;
}
.BgClassName
{
background-color: #B18FDB;
}
</style>
border-color css
<style>
span { border-color: #B18FDB; }
span { border-color: rgb(177,143,219); }
td.TdClassName
{
border-color: #B18FDB;
}
.TagClassName
{
border-color: #B18FDB;
}
</style>