Shades of Biloba Flower #B19EDB
Tints of Biloba Flower #B19EDB
RGB
CMYK
RGB Variations
Color information
#B19EDB (or 0xB19EDB) is known color: Biloba Flower. HEX triplet: B1, 9E and DB. RGB value is (177,158,219). Sum of RGB (Red+Green+Blue) = 177+158+219=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EDB is #4E6124. Grayscale: #AAAAAA. Windows color (decimal): -5136677 or 14393009. OLE color: 14393009.
HSL color Cylindrical-coordinate representation of color #B19EDB: hue angle of 258.69º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19EDB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 158 | 219 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.14 |
| HSL | 258.69º | 0.46% | 0.74% | - |
| HSV(B) | 258.69º | 0.28% | 0.86% | - |
| XYZ | 43.14 | 38.92 | 72.26 | - |
| YUV | 170.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 219 | 0.19 | 0.28 | 0 | 0.14 | 258.69 | 0.46 | 0.74 |
| Hex | B1 | 9E | DB | 13 | 1C | 0 | E | 103 | 2E | 4A |
| Octal | 261 | 236 | 333 | 23 | 34 | 0 | 16 | 403 | 56 | 112 |
| Binary | 10110001 | 10011110 | 11011011 | 10011 | 11100 | 0 | 1110 | 100000011 | 101110 | 1001010 |
Color Harmonies of #B19EDB
Complementary color
Monochromatic Colors of #B19EDB
Black with #B19EDB
Text Example
Text Example
White with #B19EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EDB; }
p { color: rgb(177,158,219); }
H1.HeaderClassName
{
color: #B19EDB;
}
.AnyTagClassName
{
color: #B19EDB;
}
</style>
background-color css
<style>
a { background-color: #B19EDB; }
a { background-color: rgb(177,158,219); }
div.DivClassName
{
background-color: #B19EDB;
}
.BgClassName
{
background-color: #B19EDB;
}
</style>
border-color css
<style>
span { border-color: #B19EDB; }
span { border-color: rgb(177,158,219); }
td.TdClassName
{
border-color: #B19EDB;
}
.TagClassName
{
border-color: #B19EDB;
}
</style>