Shades of Biloba Flower #B19BE9
Tints of Biloba Flower #B19BE9
RGB
CMYK
RGB Variations
Color information
#B19BE9 (or 0xB19BE9) is known color: Biloba Flower. HEX triplet: B1, 9B and E9. RGB value is (177,155,233). Sum of RGB (Red+Green+Blue) = 177+155+233=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #B19BE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BE9 is #4E6416. Grayscale: #AAAAAA. Windows color (decimal): -5137431 or 15309745. OLE color: 15309745.
HSL color Cylindrical-coordinate representation of color #B19BE9: hue angle of 256.92º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19BE9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 155 | 233 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.09 |
| HSL | 256.92º | 0.64% | 0.76% | - |
| HSV(B) | 256.92º | 0.33% | 0.91% | - |
| XYZ | 44.56 | 38.67 | 82.21 | - |
| YUV | 170.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 233 | 0.24 | 0.33 | 0 | 0.09 | 256.92 | 0.64 | 0.76 |
| Hex | B1 | 9B | E9 | 18 | 21 | 0 | 9 | 101 | 40 | 4C |
| Octal | 261 | 233 | 351 | 30 | 41 | 0 | 11 | 401 | 100 | 114 |
| Binary | 10110001 | 10011011 | 11101001 | 11000 | 100001 | 0 | 1001 | 100000001 | 1000000 | 1001100 |
Color Harmonies of #B19BE9
Complementary color
Monochromatic Colors of #B19BE9
Black with #B19BE9
Text Example
Text Example
White with #B19BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BE9; }
p { color: rgb(177,155,233); }
H1.HeaderClassName
{
color: #B19BE9;
}
.AnyTagClassName
{
color: #B19BE9;
}
</style>
background-color css
<style>
a { background-color: #B19BE9; }
a { background-color: rgb(177,155,233); }
div.DivClassName
{
background-color: #B19BE9;
}
.BgClassName
{
background-color: #B19BE9;
}
</style>
border-color css
<style>
span { border-color: #B19BE9; }
span { border-color: rgb(177,155,233); }
td.TdClassName
{
border-color: #B19BE9;
}
.TagClassName
{
border-color: #B19BE9;
}
</style>