Shades of Biloba Flower #B19EE9
Tints of Biloba Flower #B19EE9
RGB
CMYK
RGB Variations
Color information
#B19EE9 (or 0xB19EE9) is known color: Biloba Flower. HEX triplet: B1, 9E and E9. RGB value is (177,158,233). Sum of RGB (Red+Green+Blue) = 177+158+233=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 233 (91.41% from 255 or 41.02% from 568); Max value from RGB is 233 - color contains mainly: blue. Hex color #B19EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19EE9 is #4E6116. Grayscale: #ABABAB. Windows color (decimal): -5136663 or 15310513. OLE color: 15310513.
HSL color Cylindrical-coordinate representation of color #B19EE9: hue angle of 255.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B19EE9 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 158 | 233 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.09 |
| HSL | 255.2º | 0.63% | 0.77% | - |
| HSV(B) | 255.2º | 0.32% | 0.91% | - |
| XYZ | 45.07 | 39.68 | 82.38 | - |
| YUV | 172.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 158 | 233 | 0.24 | 0.32 | 0 | 0.09 | 255.2 | 0.63 | 0.77 |
| Hex | B1 | 9E | E9 | 18 | 20 | 0 | 9 | FF | 3F | 4D |
| Octal | 261 | 236 | 351 | 30 | 40 | 0 | 11 | 377 | 77 | 115 |
| Binary | 10110001 | 10011110 | 11101001 | 11000 | 100000 | 0 | 1001 | 11111111 | 111111 | 1001101 |
Color Harmonies of #B19EE9
Complementary color
Monochromatic Colors of #B19EE9
Black with #B19EE9
Text Example
Text Example
White with #B19EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EE9; }
p { color: rgb(177,158,233); }
H1.HeaderClassName
{
color: #B19EE9;
}
.AnyTagClassName
{
color: #B19EE9;
}
</style>
background-color css
<style>
a { background-color: #B19EE9; }
a { background-color: rgb(177,158,233); }
div.DivClassName
{
background-color: #B19EE9;
}
.BgClassName
{
background-color: #B19EE9;
}
</style>
border-color css
<style>
span { border-color: #B19EE9; }
span { border-color: rgb(177,158,233); }
td.TdClassName
{
border-color: #B19EE9;
}
.TagClassName
{
border-color: #B19EE9;
}
</style>