Shades of Biloba Flower #B19ADB
Tints of Biloba Flower #B19ADB
RGB
CMYK
RGB Variations
Color information
#B19ADB (or 0xB19ADB) is known color: Biloba Flower. HEX triplet: B1, 9A and DB. RGB value is (177,154,219). Sum of RGB (Red+Green+Blue) = 177+154+219=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ADB is #4E6524. Grayscale: #A8A8A8. Windows color (decimal): -5137701 or 14391985. OLE color: 14391985.
HSL color Cylindrical-coordinate representation of color #B19ADB: hue angle of 261.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19ADB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 154 | 219 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.14 |
| HSL | 261.23º | 0.47% | 0.73% | - |
| HSV(B) | 261.23º | 0.3% | 0.86% | - |
| XYZ | 42.47 | 37.57 | 72.03 | - |
| YUV | 168.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 219 | 0.19 | 0.30 | 0 | 0.14 | 261.23 | 0.47 | 0.73 |
| Hex | B1 | 9A | DB | 13 | 1E | 0 | E | 105 | 2F | 49 |
| Octal | 261 | 232 | 333 | 23 | 36 | 0 | 16 | 405 | 57 | 111 |
| Binary | 10110001 | 10011010 | 11011011 | 10011 | 11110 | 0 | 1110 | 100000101 | 101111 | 1001001 |
Color Harmonies of #B19ADB
Complementary color
Monochromatic Colors of #B19ADB
Black with #B19ADB
Text Example
Text Example
White with #B19ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19ADB; }
p { color: rgb(177,154,219); }
H1.HeaderClassName
{
color: #B19ADB;
}
.AnyTagClassName
{
color: #B19ADB;
}
</style>
background-color css
<style>
a { background-color: #B19ADB; }
a { background-color: rgb(177,154,219); }
div.DivClassName
{
background-color: #B19ADB;
}
.BgClassName
{
background-color: #B19ADB;
}
</style>
border-color css
<style>
span { border-color: #B19ADB; }
span { border-color: rgb(177,154,219); }
td.TdClassName
{
border-color: #B19ADB;
}
.TagClassName
{
border-color: #B19ADB;
}
</style>