Shades of Biloba Flower #B09FDB
Tints of Biloba Flower #B09FDB
RGB
CMYK
RGB Variations
Color information
#B09FDB (or 0xB09FDB) is known color: Biloba Flower. HEX triplet: B0, 9F and DB. RGB value is (176,159,219). Sum of RGB (Red+Green+Blue) = 176+159+219=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 159 (62.5% from 255 or 28.70% 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 #B09FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FDB is #4F6024. Grayscale: #AAAAAA. Windows color (decimal): -5201957 or 14393264. OLE color: 14393264.
HSL color Cylindrical-coordinate representation of color #B09FDB: hue angle of 257º 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 #B09FDB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 159 | 219 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.14 |
| HSL | 257º | 0.45% | 0.74% | - |
| HSV(B) | 257º | 0.27% | 0.86% | - |
| XYZ | 43.09 | 39.14 | 72.3 | - |
| YUV | 170.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 219 | 0.20 | 0.27 | 0 | 0.14 | 257 | 0.45 | 0.74 |
| Hex | B0 | 9F | DB | 14 | 1B | 0 | E | 101 | 2D | 4A |
| Octal | 260 | 237 | 333 | 24 | 33 | 0 | 16 | 401 | 55 | 112 |
| Binary | 10110000 | 10011111 | 11011011 | 10100 | 11011 | 0 | 1110 | 100000001 | 101101 | 1001010 |
Color Harmonies of #B09FDB
Complementary color
Monochromatic Colors of #B09FDB
Black with #B09FDB
Text Example
Text Example
White with #B09FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FDB; }
p { color: rgb(176,159,219); }
H1.HeaderClassName
{
color: #B09FDB;
}
.AnyTagClassName
{
color: #B09FDB;
}
</style>
background-color css
<style>
a { background-color: #B09FDB; }
a { background-color: rgb(176,159,219); }
div.DivClassName
{
background-color: #B09FDB;
}
.BgClassName
{
background-color: #B09FDB;
}
</style>
border-color css
<style>
span { border-color: #B09FDB; }
span { border-color: rgb(176,159,219); }
td.TdClassName
{
border-color: #B09FDB;
}
.TagClassName
{
border-color: #B09FDB;
}
</style>