Shades of Biloba Flower #B18BDB
Tints of Biloba Flower #B18BDB
RGB
CMYK
RGB Variations
Color information
#B18BDB (or 0xB18BDB) is known color: Biloba Flower. HEX triplet: B1, 8B and DB. RGB value is (177,139,219). Sum of RGB (Red+Green+Blue) = 177+139+219=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B18BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18BDB is #4E7424. Grayscale: #9F9F9F. Windows color (decimal): -5141541 or 14388145. OLE color: 14388145.
HSL color Cylindrical-coordinate representation of color #B18BDB: hue angle of 268.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18BDB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 139 | 219 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.14 |
| HSL | 268.5º | 0.53% | 0.7% | - |
| HSV(B) | 268.5º | 0.37% | 0.86% | - |
| XYZ | 40.15 | 32.93 | 71.26 | - |
| YUV | 159.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 219 | 0.19 | 0.37 | 0 | 0.14 | 268.5 | 0.53 | 0.7 |
| Hex | B1 | 8B | DB | 13 | 25 | 0 | E | 10C | 35 | 46 |
| Octal | 261 | 213 | 333 | 23 | 45 | 0 | 16 | 414 | 65 | 106 |
| Binary | 10110001 | 10001011 | 11011011 | 10011 | 100101 | 0 | 1110 | 100001100 | 110101 | 1000110 |
Color Harmonies of #B18BDB
Complementary color
Monochromatic Colors of #B18BDB
Black with #B18BDB
Text Example
Text Example
White with #B18BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18BDB; }
p { color: rgb(177,139,219); }
H1.HeaderClassName
{
color: #B18BDB;
}
.AnyTagClassName
{
color: #B18BDB;
}
</style>
background-color css
<style>
a { background-color: #B18BDB; }
a { background-color: rgb(177,139,219); }
div.DivClassName
{
background-color: #B18BDB;
}
.BgClassName
{
background-color: #B18BDB;
}
</style>
border-color css
<style>
span { border-color: #B18BDB; }
span { border-color: rgb(177,139,219); }
td.TdClassName
{
border-color: #B18BDB;
}
.TagClassName
{
border-color: #B18BDB;
}
</style>