Shades of Biloba Flower #B19CE9
Tints of Biloba Flower #B19CE9
RGB
CMYK
RGB Variations
Color information
#B19CE9 (or 0xB19CE9) is known color: Biloba Flower. HEX triplet: B1, 9C and E9. RGB value is (177,156,233). Sum of RGB (Red+Green+Blue) = 177+156+233=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 156 (61.33% from 255 or 27.56% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #B19CE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19CE9 is #4E6316. Grayscale: #AAAAAA. Windows color (decimal): -5137175 or 15310001. OLE color: 15310001.
HSL color Cylindrical-coordinate representation of color #B19CE9: hue angle of 256.36º 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 #B19CE9 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 156 | 233 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.09 |
| HSL | 256.36º | 0.64% | 0.76% | - |
| HSV(B) | 256.36º | 0.33% | 0.91% | - |
| XYZ | 44.73 | 39.01 | 82.26 | - |
| YUV | 171.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 233 | 0.24 | 0.33 | 0 | 0.09 | 256.36 | 0.64 | 0.76 |
| Hex | B1 | 9C | E9 | 18 | 21 | 0 | 9 | 100 | 40 | 4C |
| Octal | 261 | 234 | 351 | 30 | 41 | 0 | 11 | 400 | 100 | 114 |
| Binary | 10110001 | 10011100 | 11101001 | 11000 | 100001 | 0 | 1001 | 100000000 | 1000000 | 1001100 |
Color Harmonies of #B19CE9
Complementary color
Monochromatic Colors of #B19CE9
Black with #B19CE9
Text Example
Text Example
White with #B19CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CE9; }
p { color: rgb(177,156,233); }
H1.HeaderClassName
{
color: #B19CE9;
}
.AnyTagClassName
{
color: #B19CE9;
}
</style>
background-color css
<style>
a { background-color: #B19CE9; }
a { background-color: rgb(177,156,233); }
div.DivClassName
{
background-color: #B19CE9;
}
.BgClassName
{
background-color: #B19CE9;
}
</style>
border-color css
<style>
span { border-color: #B19CE9; }
span { border-color: rgb(177,156,233); }
td.TdClassName
{
border-color: #B19CE9;
}
.TagClassName
{
border-color: #B19CE9;
}
</style>