Shades of Biloba Flower #B19BE5
Tints of Biloba Flower #B19BE5
RGB
CMYK
RGB Variations
Color information
#B19BE5 (or 0xB19BE5) is known color: Biloba Flower. HEX triplet: B1, 9B and E5. RGB value is (177,155,229). Sum of RGB (Red+Green+Blue) = 177+155+229=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #B19BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BE5 is #4E641A. Grayscale: #A9A9A9. Windows color (decimal): -5137435 or 15047601. OLE color: 15047601.
HSL color Cylindrical-coordinate representation of color #B19BE5: hue angle of 257.84º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B19BE5 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 155 | 229 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.10 |
| HSL | 257.84º | 0.59% | 0.75% | - |
| HSV(B) | 257.84º | 0.32% | 0.9% | - |
| XYZ | 44 | 38.45 | 79.23 | - |
| YUV | 170.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 229 | 0.23 | 0.32 | 0 | 0.10 | 257.84 | 0.59 | 0.75 |
| Hex | B1 | 9B | E5 | 17 | 20 | 0 | A | 102 | 3B | 4B |
| Octal | 261 | 233 | 345 | 27 | 40 | 0 | 12 | 402 | 73 | 113 |
| Binary | 10110001 | 10011011 | 11100101 | 10111 | 100000 | 0 | 1010 | 100000010 | 111011 | 1001011 |
Color Harmonies of #B19BE5
Complementary color
Monochromatic Colors of #B19BE5
Black with #B19BE5
Text Example
Text Example
White with #B19BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BE5; }
p { color: rgb(177,155,229); }
H1.HeaderClassName
{
color: #B19BE5;
}
.AnyTagClassName
{
color: #B19BE5;
}
</style>
background-color css
<style>
a { background-color: #B19BE5; }
a { background-color: rgb(177,155,229); }
div.DivClassName
{
background-color: #B19BE5;
}
.BgClassName
{
background-color: #B19BE5;
}
</style>
border-color css
<style>
span { border-color: #B19BE5; }
span { border-color: rgb(177,155,229); }
td.TdClassName
{
border-color: #B19BE5;
}
.TagClassName
{
border-color: #B19BE5;
}
</style>