Shades of Biloba Flower #B39FDB
Tints of Biloba Flower #B39FDB
RGB
CMYK
RGB Variations
Color information
#B39FDB (or 0xB39FDB) is known color: Biloba Flower. HEX triplet: B3, 9F and DB. RGB value is (179,159,219). Sum of RGB (Red+Green+Blue) = 179+159+219=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FDB is #4C6024. Grayscale: #ABABAB. Windows color (decimal): -5005349 or 14393267. OLE color: 14393267.
HSL color Cylindrical-coordinate representation of color #B39FDB: hue angle of 260º 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 #B39FDB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 159 | 219 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.14 |
| HSL | 260º | 0.45% | 0.74% | - |
| HSV(B) | 260º | 0.27% | 0.86% | - |
| XYZ | 43.77 | 39.49 | 72.33 | - |
| YUV | 171.82 | 154.63 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 219 | 0.18 | 0.27 | 0 | 0.14 | 260 | 0.45 | 0.74 |
| Hex | B3 | 9F | DB | 12 | 1B | 0 | E | 104 | 2D | 4A |
| Octal | 263 | 237 | 333 | 22 | 33 | 0 | 16 | 404 | 55 | 112 |
| Binary | 10110011 | 10011111 | 11011011 | 10010 | 11011 | 0 | 1110 | 100000100 | 101101 | 1001010 |
Color Harmonies of #B39FDB
Complementary color
Monochromatic Colors of #B39FDB
Black with #B39FDB
Text Example
Text Example
White with #B39FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39FDB; }
p { color: rgb(179,159,219); }
H1.HeaderClassName
{
color: #B39FDB;
}
.AnyTagClassName
{
color: #B39FDB;
}
</style>
background-color css
<style>
a { background-color: #B39FDB; }
a { background-color: rgb(179,159,219); }
div.DivClassName
{
background-color: #B39FDB;
}
.BgClassName
{
background-color: #B39FDB;
}
</style>
border-color css
<style>
span { border-color: #B39FDB; }
span { border-color: rgb(179,159,219); }
td.TdClassName
{
border-color: #B39FDB;
}
.TagClassName
{
border-color: #B39FDB;
}
</style>