Shades of Biloba Flower #B08DE7
Tints of Biloba Flower #B08DE7
RGB
CMYK
RGB Variations
Color information
#B08DE7 (or 0xB08DE7) is known color: Biloba Flower. HEX triplet: B0, 8D and E7. RGB value is (176,141,231). Sum of RGB (Red+Green+Blue) = 176+141+231=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #B08DE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DE7 is #4F7218. Grayscale: #A1A1A1. Windows color (decimal): -5206553 or 15175088. OLE color: 15175088.
HSL color Cylindrical-coordinate representation of color #B08DE7: hue angle of 263.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B08DE7 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 141 | 231 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.09 |
| HSL | 263.33º | 0.65% | 0.73% | - |
| HSV(B) | 263.33º | 0.39% | 0.91% | - |
| XYZ | 41.85 | 34.05 | 79.97 | - |
| YUV | 161.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 231 | 0.24 | 0.39 | 0 | 0.09 | 263.33 | 0.65 | 0.73 |
| Hex | B0 | 8D | E7 | 18 | 27 | 0 | 9 | 107 | 41 | 49 |
| Octal | 260 | 215 | 347 | 30 | 47 | 0 | 11 | 407 | 101 | 111 |
| Binary | 10110000 | 10001101 | 11100111 | 11000 | 100111 | 0 | 1001 | 100000111 | 1000001 | 1001001 |
Color Harmonies of #B08DE7
Complementary color
Monochromatic Colors of #B08DE7
Black with #B08DE7
Text Example
Text Example
White with #B08DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08DE7; }
p { color: rgb(176,141,231); }
H1.HeaderClassName
{
color: #B08DE7;
}
.AnyTagClassName
{
color: #B08DE7;
}
</style>
background-color css
<style>
a { background-color: #B08DE7; }
a { background-color: rgb(176,141,231); }
div.DivClassName
{
background-color: #B08DE7;
}
.BgClassName
{
background-color: #B08DE7;
}
</style>
border-color css
<style>
span { border-color: #B08DE7; }
span { border-color: rgb(176,141,231); }
td.TdClassName
{
border-color: #B08DE7;
}
.TagClassName
{
border-color: #B08DE7;
}
</style>