Shades of Biloba Flower #B17DE0
Tints of Biloba Flower #B17DE0
RGB
CMYK
RGB Variations
Color information
#B17DE0 (or 0xB17DE0) is known color: Biloba Flower. HEX triplet: B1, 7D and E0. RGB value is (177,125,224). Sum of RGB (Red+Green+Blue) = 177+125+224=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #B17DE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17DE0 is #4E821F. Grayscale: #979797. Windows color (decimal): -5145120 or 14712241. OLE color: 14712241.
HSL color Cylindrical-coordinate representation of color #B17DE0: hue angle of 271.52º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17DE0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 125 | 224 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.12 |
| HSL | 271.52º | 0.61% | 0.68% | - |
| HSV(B) | 271.52º | 0.44% | 0.88% | - |
| XYZ | 38.92 | 29.4 | 74.14 | - |
| YUV | 151.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 224 | 0.21 | 0.44 | 0 | 0.12 | 271.52 | 0.61 | 0.68 |
| Hex | B1 | 7D | E0 | 15 | 2C | 0 | C | 110 | 3D | 44 |
| Octal | 261 | 175 | 340 | 25 | 54 | 0 | 14 | 420 | 75 | 104 |
| Binary | 10110001 | 1111101 | 11100000 | 10101 | 101100 | 0 | 1100 | 100010000 | 111101 | 1000100 |
Color Harmonies of #B17DE0
Complementary color
Monochromatic Colors of #B17DE0
Black with #B17DE0
Text Example
Text Example
White with #B17DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17DE0; }
p { color: rgb(177,125,224); }
H1.HeaderClassName
{
color: #B17DE0;
}
.AnyTagClassName
{
color: #B17DE0;
}
</style>
background-color css
<style>
a { background-color: #B17DE0; }
a { background-color: rgb(177,125,224); }
div.DivClassName
{
background-color: #B17DE0;
}
.BgClassName
{
background-color: #B17DE0;
}
</style>
border-color css
<style>
span { border-color: #B17DE0; }
span { border-color: rgb(177,125,224); }
td.TdClassName
{
border-color: #B17DE0;
}
.TagClassName
{
border-color: #B17DE0;
}
</style>