Shades of Biloba Flower #B888DC
Tints of Biloba Flower #B888DC
RGB
CMYK
RGB Variations
Color information
#B888DC (or 0xB888DC) is known color: Biloba Flower. HEX triplet: B8, 88 and DC. RGB value is (184,136,220). Sum of RGB (Red+Green+Blue) = 184+136+220=540 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.07% from 540); Green value is 136 (53.52% from 255 or 25.19% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #B888DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888DC is #477723. Grayscale: #9F9F9F. Windows color (decimal): -4683556 or 14452920. OLE color: 14452920.
HSL color Cylindrical-coordinate representation of color #B888DC: hue angle of 274.29º degrees, saturation: 0.55, 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 #B888DC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 136 | 220 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.14 |
| HSL | 274.29º | 0.55% | 0.7% | - |
| HSV(B) | 274.29º | 0.38% | 0.86% | - |
| XYZ | 41.49 | 32.97 | 71.89 | - |
| YUV | 159.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 136 | 220 | 0.16 | 0.38 | 0 | 0.14 | 274.29 | 0.55 | 0.7 |
| Hex | B8 | 88 | DC | 10 | 26 | 0 | E | 112 | 37 | 46 |
| Octal | 270 | 210 | 334 | 20 | 46 | 0 | 16 | 422 | 67 | 106 |
| Binary | 10111000 | 10001000 | 11011100 | 10000 | 100110 | 0 | 1110 | 100010010 | 110111 | 1000110 |
Color Harmonies of #B888DC
Complementary color
Monochromatic Colors of #B888DC
Black with #B888DC
Text Example
Text Example
White with #B888DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B888DC; }
p { color: rgb(184,136,220); }
H1.HeaderClassName
{
color: #B888DC;
}
.AnyTagClassName
{
color: #B888DC;
}
</style>
background-color css
<style>
a { background-color: #B888DC; }
a { background-color: rgb(184,136,220); }
div.DivClassName
{
background-color: #B888DC;
}
.BgClassName
{
background-color: #B888DC;
}
</style>
border-color css
<style>
span { border-color: #B888DC; }
span { border-color: rgb(184,136,220); }
td.TdClassName
{
border-color: #B888DC;
}
.TagClassName
{
border-color: #B888DC;
}
</style>