Shades of Biloba Flower #B17EE2
Tints of Biloba Flower #B17EE2
RGB
CMYK
RGB Variations
Color information
#B17EE2 (or 0xB17EE2) is known color: Biloba Flower. HEX triplet: B1, 7E and E2. RGB value is (177,126,226). Sum of RGB (Red+Green+Blue) = 177+126+226=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 226 (88.67% from 255 or 42.72% from 529); Max value from RGB is 226 - color contains mainly: blue. Hex color #B17EE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17EE2 is #4E811D. Grayscale: #989898. Windows color (decimal): -5144862 or 14843569. OLE color: 14843569.
HSL color Cylindrical-coordinate representation of color #B17EE2: hue angle of 270.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17EE2 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 126 | 226 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.11 |
| HSL | 270.6º | 0.63% | 0.69% | - |
| HSV(B) | 270.6º | 0.44% | 0.89% | - |
| XYZ | 39.32 | 29.76 | 75.62 | - |
| YUV | 152.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 226 | 0.22 | 0.44 | 0 | 0.11 | 270.6 | 0.63 | 0.69 |
| Hex | B1 | 7E | E2 | 16 | 2C | 0 | B | 10F | 3F | 45 |
| Octal | 261 | 176 | 342 | 26 | 54 | 0 | 13 | 417 | 77 | 105 |
| Binary | 10110001 | 1111110 | 11100010 | 10110 | 101100 | 0 | 1011 | 100001111 | 111111 | 1000101 |
Color Harmonies of #B17EE2
Complementary color
Monochromatic Colors of #B17EE2
Black with #B17EE2
Text Example
Text Example
White with #B17EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17EE2; }
p { color: rgb(177,126,226); }
H1.HeaderClassName
{
color: #B17EE2;
}
.AnyTagClassName
{
color: #B17EE2;
}
</style>
background-color css
<style>
a { background-color: #B17EE2; }
a { background-color: rgb(177,126,226); }
div.DivClassName
{
background-color: #B17EE2;
}
.BgClassName
{
background-color: #B17EE2;
}
</style>
border-color css
<style>
span { border-color: #B17EE2; }
span { border-color: rgb(177,126,226); }
td.TdClassName
{
border-color: #B17EE2;
}
.TagClassName
{
border-color: #B17EE2;
}
</style>