Shades of Biloba Flower #B49EDB
Tints of Biloba Flower #B49EDB
RGB
CMYK
RGB Variations
Color information
#B49EDB (or 0xB49EDB) is known color: Biloba Flower. HEX triplet: B4, 9E and DB. RGB value is (180,158,219). Sum of RGB (Red+Green+Blue) = 180+158+219=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 158 (62.11% from 255 or 28.37% 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 #B49EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49EDB is #4B6124. Grayscale: #ABABAB. Windows color (decimal): -4940069 or 14393012. OLE color: 14393012.
HSL color Cylindrical-coordinate representation of color #B49EDB: hue angle of 261.64º 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 #B49EDB is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 158 | 219 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.14 |
| HSL | 261.64º | 0.46% | 0.74% | - |
| HSV(B) | 261.64º | 0.28% | 0.86% | - |
| XYZ | 43.84 | 39.27 | 72.29 | - |
| YUV | 171.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 158 | 219 | 0.18 | 0.28 | 0 | 0.14 | 261.64 | 0.46 | 0.74 |
| Hex | B4 | 9E | DB | 12 | 1C | 0 | E | 106 | 2E | 4A |
| Octal | 264 | 236 | 333 | 22 | 34 | 0 | 16 | 406 | 56 | 112 |
| Binary | 10110100 | 10011110 | 11011011 | 10010 | 11100 | 0 | 1110 | 100000110 | 101110 | 1001010 |
Color Harmonies of #B49EDB
Complementary color
Monochromatic Colors of #B49EDB
Black with #B49EDB
Text Example
Text Example
White with #B49EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49EDB; }
p { color: rgb(180,158,219); }
H1.HeaderClassName
{
color: #B49EDB;
}
.AnyTagClassName
{
color: #B49EDB;
}
</style>
background-color css
<style>
a { background-color: #B49EDB; }
a { background-color: rgb(180,158,219); }
div.DivClassName
{
background-color: #B49EDB;
}
.BgClassName
{
background-color: #B49EDB;
}
</style>
border-color css
<style>
span { border-color: #B49EDB; }
span { border-color: rgb(180,158,219); }
td.TdClassName
{
border-color: #B49EDB;
}
.TagClassName
{
border-color: #B49EDB;
}
</style>