Shades of Biloba Flower #B59EDB
Tints of Biloba Flower #B59EDB
RGB
CMYK
RGB Variations
Color information
#B59EDB (or 0xB59EDB) is known color: Biloba Flower. HEX triplet: B5, 9E and DB. RGB value is (181,158,219). Sum of RGB (Red+Green+Blue) = 181+158+219=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 158 (62.11% from 255 or 28.32% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #B59EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EDB is #4A6124. Grayscale: #ABABAB. Windows color (decimal): -4874533 or 14393013. OLE color: 14393013.
HSL color Cylindrical-coordinate representation of color #B59EDB: hue angle of 262.62º 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 #B59EDB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 158 | 219 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.14 |
| HSL | 262.62º | 0.46% | 0.74% | - |
| HSV(B) | 262.62º | 0.28% | 0.86% | - |
| XYZ | 44.07 | 39.39 | 72.3 | - |
| YUV | 171.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 158 | 219 | 0.17 | 0.28 | 0 | 0.14 | 262.62 | 0.46 | 0.74 |
| Hex | B5 | 9E | DB | 11 | 1C | 0 | E | 107 | 2E | 4A |
| Octal | 265 | 236 | 333 | 21 | 34 | 0 | 16 | 407 | 56 | 112 |
| Binary | 10110101 | 10011110 | 11011011 | 10001 | 11100 | 0 | 1110 | 100000111 | 101110 | 1001010 |
Color Harmonies of #B59EDB
Complementary color
Monochromatic Colors of #B59EDB
Black with #B59EDB
Text Example
Text Example
White with #B59EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59EDB; }
p { color: rgb(181,158,219); }
H1.HeaderClassName
{
color: #B59EDB;
}
.AnyTagClassName
{
color: #B59EDB;
}
</style>
background-color css
<style>
a { background-color: #B59EDB; }
a { background-color: rgb(181,158,219); }
div.DivClassName
{
background-color: #B59EDB;
}
.BgClassName
{
background-color: #B59EDB;
}
</style>
border-color css
<style>
span { border-color: #B59EDB; }
span { border-color: rgb(181,158,219); }
td.TdClassName
{
border-color: #B59EDB;
}
.TagClassName
{
border-color: #B59EDB;
}
</style>