Shades of Biloba Flower #B39EDB
Tints of Biloba Flower #B39EDB
RGB
CMYK
RGB Variations
Color information
#B39EDB (or 0xB39EDB) is known color: Biloba Flower. HEX triplet: B3, 9E and DB. RGB value is (179,158,219). Sum of RGB (Red+Green+Blue) = 179+158+219=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #B39EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39EDB is #4C6124. Grayscale: #ABABAB. Windows color (decimal): -5005605 or 14393011. OLE color: 14393011.
HSL color Cylindrical-coordinate representation of color #B39EDB: hue angle of 260.66º 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 #B39EDB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 158 | 219 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.14 |
| HSL | 260.66º | 0.46% | 0.74% | - |
| HSV(B) | 260.66º | 0.28% | 0.86% | - |
| XYZ | 43.6 | 39.15 | 72.28 | - |
| YUV | 171.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 158 | 219 | 0.18 | 0.28 | 0 | 0.14 | 260.66 | 0.46 | 0.74 |
| Hex | B3 | 9E | DB | 12 | 1C | 0 | E | 105 | 2E | 4A |
| Octal | 263 | 236 | 333 | 22 | 34 | 0 | 16 | 405 | 56 | 112 |
| Binary | 10110011 | 10011110 | 11011011 | 10010 | 11100 | 0 | 1110 | 100000101 | 101110 | 1001010 |
Color Harmonies of #B39EDB
Complementary color
Monochromatic Colors of #B39EDB
Black with #B39EDB
Text Example
Text Example
White with #B39EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39EDB; }
p { color: rgb(179,158,219); }
H1.HeaderClassName
{
color: #B39EDB;
}
.AnyTagClassName
{
color: #B39EDB;
}
</style>
background-color css
<style>
a { background-color: #B39EDB; }
a { background-color: rgb(179,158,219); }
div.DivClassName
{
background-color: #B39EDB;
}
.BgClassName
{
background-color: #B39EDB;
}
</style>
border-color css
<style>
span { border-color: #B39EDB; }
span { border-color: rgb(179,158,219); }
td.TdClassName
{
border-color: #B39EDB;
}
.TagClassName
{
border-color: #B39EDB;
}
</style>