Shades of Biloba Flower #B08BD1
Tints of Biloba Flower #B08BD1
RGB
CMYK
RGB Variations
Color information
#B08BD1 (or 0xB08BD1) is known color: Biloba Flower. HEX triplet: B0, 8B and D1. RGB value is (176,139,209). Sum of RGB (Red+Green+Blue) = 176+139+209=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #B08BD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BD1 is #4F742E. Grayscale: #9D9D9D. Windows color (decimal): -5207087 or 13732784. OLE color: 13732784.
HSL color Cylindrical-coordinate representation of color #B08BD1: hue angle of 271.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B08BD1 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 139 | 209 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.18 |
| HSL | 271.71º | 0.43% | 0.68% | - |
| HSV(B) | 271.71º | 0.33% | 0.82% | - |
| XYZ | 38.65 | 32.3 | 64.52 | - |
| YUV | 158.04 | 156.76 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 139 | 209 | 0.16 | 0.33 | 0 | 0.18 | 271.71 | 0.43 | 0.68 |
| Hex | B0 | 8B | D1 | 10 | 21 | 0 | 12 | 110 | 2B | 44 |
| Octal | 260 | 213 | 321 | 20 | 41 | 0 | 22 | 420 | 53 | 104 |
| Binary | 10110000 | 10001011 | 11010001 | 10000 | 100001 | 0 | 10010 | 100010000 | 101011 | 1000100 |
Color Harmonies of #B08BD1
Complementary color
Monochromatic Colors of #B08BD1
Black with #B08BD1
Text Example
Text Example
White with #B08BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08BD1; }
p { color: rgb(176,139,209); }
H1.HeaderClassName
{
color: #B08BD1;
}
.AnyTagClassName
{
color: #B08BD1;
}
</style>
background-color css
<style>
a { background-color: #B08BD1; }
a { background-color: rgb(176,139,209); }
div.DivClassName
{
background-color: #B08BD1;
}
.BgClassName
{
background-color: #B08BD1;
}
</style>
border-color css
<style>
span { border-color: #B08BD1; }
span { border-color: rgb(176,139,209); }
td.TdClassName
{
border-color: #B08BD1;
}
.TagClassName
{
border-color: #B08BD1;
}
</style>