Shades of Biloba Flower #B19FDB
Tints of Biloba Flower #B19FDB
RGB
CMYK
RGB Variations
Color information
#B19FDB (or 0xB19FDB) is known color: Biloba Flower. HEX triplet: B1, 9F and DB. RGB value is (177,159,219). Sum of RGB (Red+Green+Blue) = 177+159+219=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FDB is #4E6024. Grayscale: #ABABAB. Windows color (decimal): -5136421 or 14393265. OLE color: 14393265.
HSL color Cylindrical-coordinate representation of color #B19FDB: hue angle of 258º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B19FDB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 159 | 219 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.14 |
| HSL | 258º | 0.45% | 0.74% | - |
| HSV(B) | 258º | 0.27% | 0.86% | - |
| XYZ | 43.32 | 39.26 | 72.31 | - |
| YUV | 171.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 219 | 0.19 | 0.27 | 0 | 0.14 | 258 | 0.45 | 0.74 |
| Hex | B1 | 9F | DB | 13 | 1B | 0 | E | 102 | 2D | 4A |
| Octal | 261 | 237 | 333 | 23 | 33 | 0 | 16 | 402 | 55 | 112 |
| Binary | 10110001 | 10011111 | 11011011 | 10011 | 11011 | 0 | 1110 | 100000010 | 101101 | 1001010 |
Color Harmonies of #B19FDB
Complementary color
Monochromatic Colors of #B19FDB
Black with #B19FDB
Text Example
Text Example
White with #B19FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FDB; }
p { color: rgb(177,159,219); }
H1.HeaderClassName
{
color: #B19FDB;
}
.AnyTagClassName
{
color: #B19FDB;
}
</style>
background-color css
<style>
a { background-color: #B19FDB; }
a { background-color: rgb(177,159,219); }
div.DivClassName
{
background-color: #B19FDB;
}
.BgClassName
{
background-color: #B19FDB;
}
</style>
border-color css
<style>
span { border-color: #B19FDB; }
span { border-color: rgb(177,159,219); }
td.TdClassName
{
border-color: #B19FDB;
}
.TagClassName
{
border-color: #B19FDB;
}
</style>