Shades of Biloba Flower #B17ED9
Tints of Biloba Flower #B17ED9
RGB
CMYK
RGB Variations
Color information
#B17ED9 (or 0xB17ED9) is known color: Biloba Flower. HEX triplet: B1, 7E and D9. RGB value is (177,126,217). Sum of RGB (Red+Green+Blue) = 177+126+217=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #B17ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ED9 is #4E8126. Grayscale: #979797. Windows color (decimal): -5144871 or 14253745. OLE color: 14253745.
HSL color Cylindrical-coordinate representation of color #B17ED9: hue angle of 273.63º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B17ED9 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 126 | 217 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.15 |
| HSL | 273.63º | 0.54% | 0.67% | - |
| HSV(B) | 273.63º | 0.42% | 0.85% | - |
| XYZ | 38.12 | 29.28 | 69.29 | - |
| YUV | 151.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 217 | 0.18 | 0.42 | 0 | 0.15 | 273.63 | 0.54 | 0.67 |
| Hex | B1 | 7E | D9 | 12 | 2A | 0 | F | 112 | 36 | 43 |
| Octal | 261 | 176 | 331 | 22 | 52 | 0 | 17 | 422 | 66 | 103 |
| Binary | 10110001 | 1111110 | 11011001 | 10010 | 101010 | 0 | 1111 | 100010010 | 110110 | 1000011 |
Color Harmonies of #B17ED9
Complementary color
Monochromatic Colors of #B17ED9
Black with #B17ED9
Text Example
Text Example
White with #B17ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17ED9; }
p { color: rgb(177,126,217); }
H1.HeaderClassName
{
color: #B17ED9;
}
.AnyTagClassName
{
color: #B17ED9;
}
</style>
background-color css
<style>
a { background-color: #B17ED9; }
a { background-color: rgb(177,126,217); }
div.DivClassName
{
background-color: #B17ED9;
}
.BgClassName
{
background-color: #B17ED9;
}
</style>
border-color css
<style>
span { border-color: #B17ED9; }
span { border-color: rgb(177,126,217); }
td.TdClassName
{
border-color: #B17ED9;
}
.TagClassName
{
border-color: #B17ED9;
}
</style>