Shades of Biloba Flower #B88BDB
Tints of Biloba Flower #B88BDB
RGB
CMYK
RGB Variations
Color information
#B88BDB (or 0xB88BDB) is known color: Biloba Flower. HEX triplet: B8, 8B and DB. RGB value is (184,139,219). Sum of RGB (Red+Green+Blue) = 184+139+219=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B88BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BDB is #477424. Grayscale: #A1A1A1. Windows color (decimal): -4682789 or 14388152. OLE color: 14388152.
HSL color Cylindrical-coordinate representation of color #B88BDB: hue angle of 273.75º 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 #B88BDB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 139 | 219 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.14 |
| HSL | 273.75º | 0.53% | 0.7% | - |
| HSV(B) | 273.75º | 0.37% | 0.86% | - |
| XYZ | 41.79 | 33.77 | 71.33 | - |
| YUV | 161.58 | 160.41 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 139 | 219 | 0.16 | 0.37 | 0 | 0.14 | 273.75 | 0.53 | 0.7 |
| Hex | B8 | 8B | DB | 10 | 25 | 0 | E | 112 | 35 | 46 |
| Octal | 270 | 213 | 333 | 20 | 45 | 0 | 16 | 422 | 65 | 106 |
| Binary | 10111000 | 10001011 | 11011011 | 10000 | 100101 | 0 | 1110 | 100010010 | 110101 | 1000110 |
Color Harmonies of #B88BDB
Complementary color
Monochromatic Colors of #B88BDB
Black with #B88BDB
Text Example
Text Example
White with #B88BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88BDB; }
p { color: rgb(184,139,219); }
H1.HeaderClassName
{
color: #B88BDB;
}
.AnyTagClassName
{
color: #B88BDB;
}
</style>
background-color css
<style>
a { background-color: #B88BDB; }
a { background-color: rgb(184,139,219); }
div.DivClassName
{
background-color: #B88BDB;
}
.BgClassName
{
background-color: #B88BDB;
}
</style>
border-color css
<style>
span { border-color: #B88BDB; }
span { border-color: rgb(184,139,219); }
td.TdClassName
{
border-color: #B88BDB;
}
.TagClassName
{
border-color: #B88BDB;
}
</style>