Shades of Biloba Flower #B888DD
Tints of Biloba Flower #B888DD
RGB
CMYK
RGB Variations
Color information
#B888DD (or 0xB888DD) is known color: Biloba Flower. HEX triplet: B8, 88 and DD. RGB value is (184,136,221). Sum of RGB (Red+Green+Blue) = 184+136+221=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B888DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888DD is #477722. Grayscale: #9F9F9F. Windows color (decimal): -4683555 or 14518456. OLE color: 14518456.
HSL color Cylindrical-coordinate representation of color #B888DD: hue angle of 273.88º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B888DD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 136 | 221 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.13 |
| HSL | 273.88º | 0.56% | 0.7% | - |
| HSV(B) | 273.88º | 0.38% | 0.87% | - |
| XYZ | 41.62 | 33.02 | 72.59 | - |
| YUV | 160.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 221 | 0.17 | 0.38 | 0 | 0.13 | 273.88 | 0.56 | 0.7 |
| Hex | B8 | 88 | DD | 11 | 26 | 0 | D | 112 | 38 | 46 |
| Octal | 270 | 210 | 335 | 21 | 46 | 0 | 15 | 422 | 70 | 106 |
| Binary | 10111000 | 10001000 | 11011101 | 10001 | 100110 | 0 | 1101 | 100010010 | 111000 | 1000110 |
Color Harmonies of #B888DD
Complementary color
Monochromatic Colors of #B888DD
Black with #B888DD
Text Example
Text Example
White with #B888DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888DD; }
p { color: rgb(184,136,221); }
H1.HeaderClassName
{
color: #B888DD;
}
.AnyTagClassName
{
color: #B888DD;
}
</style>
background-color css
<style>
a { background-color: #B888DD; }
a { background-color: rgb(184,136,221); }
div.DivClassName
{
background-color: #B888DD;
}
.BgClassName
{
background-color: #B888DD;
}
</style>
border-color css
<style>
span { border-color: #B888DD; }
span { border-color: rgb(184,136,221); }
td.TdClassName
{
border-color: #B888DD;
}
.TagClassName
{
border-color: #B888DD;
}
</style>