Shades of Biloba Flower #B18DD0
Tints of Biloba Flower #B18DD0
RGB
CMYK
RGB Variations
Color information
#B18DD0 (or 0xB18DD0) is known color: Biloba Flower. HEX triplet: B1, 8D and D0. RGB value is (177,141,208). Sum of RGB (Red+Green+Blue) = 177+141+208=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #B18DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18DD0 is #4E722F. Grayscale: #9F9F9F. Windows color (decimal): -5141040 or 13667761. OLE color: 13667761.
HSL color Cylindrical-coordinate representation of color #B18DD0: hue angle of 272.24º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18DD0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 141 | 208 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.18 |
| HSL | 272.24º | 0.42% | 0.68% | - |
| HSV(B) | 272.24º | 0.32% | 0.82% | - |
| XYZ | 39.04 | 32.95 | 63.98 | - |
| YUV | 159.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 208 | 0.15 | 0.32 | 0 | 0.18 | 272.24 | 0.42 | 0.68 |
| Hex | B1 | 8D | D0 | F | 20 | 0 | 12 | 110 | 2A | 44 |
| Octal | 261 | 215 | 320 | 17 | 40 | 0 | 22 | 420 | 52 | 104 |
| Binary | 10110001 | 10001101 | 11010000 | 1111 | 100000 | 0 | 10010 | 100010000 | 101010 | 1000100 |
Color Harmonies of #B18DD0
Complementary color
Monochromatic Colors of #B18DD0
Black with #B18DD0
Text Example
Text Example
White with #B18DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18DD0; }
p { color: rgb(177,141,208); }
H1.HeaderClassName
{
color: #B18DD0;
}
.AnyTagClassName
{
color: #B18DD0;
}
</style>
background-color css
<style>
a { background-color: #B18DD0; }
a { background-color: rgb(177,141,208); }
div.DivClassName
{
background-color: #B18DD0;
}
.BgClassName
{
background-color: #B18DD0;
}
</style>
border-color css
<style>
span { border-color: #B18DD0; }
span { border-color: rgb(177,141,208); }
td.TdClassName
{
border-color: #B18DD0;
}
.TagClassName
{
border-color: #B18DD0;
}
</style>