Shades of Biloba Flower #B08DD0
Tints of Biloba Flower #B08DD0
RGB
CMYK
RGB Variations
Color information
#B08DD0 (or 0xB08DD0) is known color: Biloba Flower. HEX triplet: B0, 8D and D0. RGB value is (176,141,208). Sum of RGB (Red+Green+Blue) = 176+141+208=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #B08DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DD0 is #4F722F. Grayscale: #9E9E9E. Windows color (decimal): -5206576 or 13667760. OLE color: 13667760.
HSL color Cylindrical-coordinate representation of color #B08DD0: hue angle of 271.34º 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 #B08DD0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 141 | 208 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.18 |
| HSL | 271.34º | 0.42% | 0.68% | - |
| HSV(B) | 271.34º | 0.32% | 0.82% | - |
| XYZ | 38.81 | 32.83 | 63.97 | - |
| YUV | 159.1 | 155.6 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 208 | 0.15 | 0.32 | 0 | 0.18 | 271.34 | 0.42 | 0.68 |
| Hex | B0 | 8D | D0 | F | 20 | 0 | 12 | 10F | 2A | 44 |
| Octal | 260 | 215 | 320 | 17 | 40 | 0 | 22 | 417 | 52 | 104 |
| Binary | 10110000 | 10001101 | 11010000 | 1111 | 100000 | 0 | 10010 | 100001111 | 101010 | 1000100 |
Color Harmonies of #B08DD0
Complementary color
Monochromatic Colors of #B08DD0
Black with #B08DD0
Text Example
Text Example
White with #B08DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DD0; }
p { color: rgb(176,141,208); }
H1.HeaderClassName
{
color: #B08DD0;
}
.AnyTagClassName
{
color: #B08DD0;
}
</style>
background-color css
<style>
a { background-color: #B08DD0; }
a { background-color: rgb(176,141,208); }
div.DivClassName
{
background-color: #B08DD0;
}
.BgClassName
{
background-color: #B08DD0;
}
</style>
border-color css
<style>
span { border-color: #B08DD0; }
span { border-color: rgb(176,141,208); }
td.TdClassName
{
border-color: #B08DD0;
}
.TagClassName
{
border-color: #B08DD0;
}
</style>