Shades of Biloba Flower #B888DB
Tints of Biloba Flower #B888DB
RGB
CMYK
RGB Variations
Color information
#B888DB (or 0xB888DB) is known color: Biloba Flower. HEX triplet: B8, 88 and DB. RGB value is (184,136,219). Sum of RGB (Red+Green+Blue) = 184+136+219=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #B888DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888DB is #477724. Grayscale: #9F9F9F. Windows color (decimal): -4683557 or 14387384. OLE color: 14387384.
HSL color Cylindrical-coordinate representation of color #B888DB: hue angle of 274.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B888DB is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 136 | 219 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.14 |
| HSL | 274.7º | 0.54% | 0.7% | - |
| HSV(B) | 274.7º | 0.38% | 0.86% | - |
| XYZ | 41.36 | 32.91 | 71.19 | - |
| YUV | 159.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 219 | 0.16 | 0.38 | 0 | 0.14 | 274.7 | 0.54 | 0.7 |
| Hex | B8 | 88 | DB | 10 | 26 | 0 | E | 113 | 36 | 46 |
| Octal | 270 | 210 | 333 | 20 | 46 | 0 | 16 | 423 | 66 | 106 |
| Binary | 10111000 | 10001000 | 11011011 | 10000 | 100110 | 0 | 1110 | 100010011 | 110110 | 1000110 |
Color Harmonies of #B888DB
Complementary color
Monochromatic Colors of #B888DB
Black with #B888DB
Text Example
Text Example
White with #B888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888DB; }
p { color: rgb(184,136,219); }
H1.HeaderClassName
{
color: #B888DB;
}
.AnyTagClassName
{
color: #B888DB;
}
</style>
background-color css
<style>
a { background-color: #B888DB; }
a { background-color: rgb(184,136,219); }
div.DivClassName
{
background-color: #B888DB;
}
.BgClassName
{
background-color: #B888DB;
}
</style>
border-color css
<style>
span { border-color: #B888DB; }
span { border-color: rgb(184,136,219); }
td.TdClassName
{
border-color: #B888DB;
}
.TagClassName
{
border-color: #B888DB;
}
</style>