Shades of Biloba Flower #B19BDB
Tints of Biloba Flower #B19BDB
RGB
CMYK
RGB Variations
Color information
#B19BDB (or 0xB19BDB) is known color: Biloba Flower. HEX triplet: B1, 9B and DB. RGB value is (177,155,219). Sum of RGB (Red+Green+Blue) = 177+155+219=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BDB is #4E6424. Grayscale: #A8A8A8. Windows color (decimal): -5137445 or 14392241. OLE color: 14392241.
HSL color Cylindrical-coordinate representation of color #B19BDB: hue angle of 260.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19BDB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 155 | 219 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.14 |
| HSL | 260.63º | 0.47% | 0.73% | - |
| HSV(B) | 260.63º | 0.29% | 0.86% | - |
| XYZ | 42.64 | 37.9 | 72.09 | - |
| YUV | 168.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 219 | 0.19 | 0.29 | 0 | 0.14 | 260.63 | 0.47 | 0.73 |
| Hex | B1 | 9B | DB | 13 | 1D | 0 | E | 105 | 2F | 49 |
| Octal | 261 | 233 | 333 | 23 | 35 | 0 | 16 | 405 | 57 | 111 |
| Binary | 10110001 | 10011011 | 11011011 | 10011 | 11101 | 0 | 1110 | 100000101 | 101111 | 1001001 |
Color Harmonies of #B19BDB
Complementary color
Monochromatic Colors of #B19BDB
Black with #B19BDB
Text Example
Text Example
White with #B19BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BDB; }
p { color: rgb(177,155,219); }
H1.HeaderClassName
{
color: #B19BDB;
}
.AnyTagClassName
{
color: #B19BDB;
}
</style>
background-color css
<style>
a { background-color: #B19BDB; }
a { background-color: rgb(177,155,219); }
div.DivClassName
{
background-color: #B19BDB;
}
.BgClassName
{
background-color: #B19BDB;
}
</style>
border-color css
<style>
span { border-color: #B19BDB; }
span { border-color: rgb(177,155,219); }
td.TdClassName
{
border-color: #B19BDB;
}
.TagClassName
{
border-color: #B19BDB;
}
</style>