Shades of Biloba Flower #B19CE5
Tints of Biloba Flower #B19CE5
RGB
CMYK
RGB Variations
Color information
#B19CE5 (or 0xB19CE5) is known color: Biloba Flower. HEX triplet: B1, 9C and E5. RGB value is (177,156,229). Sum of RGB (Red+Green+Blue) = 177+156+229=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 156 (61.33% from 255 or 27.76% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #B19CE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CE5 is #4E631A. Grayscale: #AAAAAA. Windows color (decimal): -5137179 or 15047857. OLE color: 15047857.
HSL color Cylindrical-coordinate representation of color #B19CE5: hue angle of 257.26º degrees, saturation: 0.58, 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 #B19CE5 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 156 | 229 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.10 |
| HSL | 257.26º | 0.58% | 0.75% | - |
| HSV(B) | 257.26º | 0.32% | 0.9% | - |
| XYZ | 44.16 | 38.78 | 79.29 | - |
| YUV | 170.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 229 | 0.23 | 0.32 | 0 | 0.10 | 257.26 | 0.58 | 0.75 |
| Hex | B1 | 9C | E5 | 17 | 20 | 0 | A | 101 | 3A | 4B |
| Octal | 261 | 234 | 345 | 27 | 40 | 0 | 12 | 401 | 72 | 113 |
| Binary | 10110001 | 10011100 | 11100101 | 10111 | 100000 | 0 | 1010 | 100000001 | 111010 | 1001011 |
Color Harmonies of #B19CE5
Complementary color
Monochromatic Colors of #B19CE5
Black with #B19CE5
Text Example
Text Example
White with #B19CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CE5; }
p { color: rgb(177,156,229); }
H1.HeaderClassName
{
color: #B19CE5;
}
.AnyTagClassName
{
color: #B19CE5;
}
</style>
background-color css
<style>
a { background-color: #B19CE5; }
a { background-color: rgb(177,156,229); }
div.DivClassName
{
background-color: #B19CE5;
}
.BgClassName
{
background-color: #B19CE5;
}
</style>
border-color css
<style>
span { border-color: #B19CE5; }
span { border-color: rgb(177,156,229); }
td.TdClassName
{
border-color: #B19CE5;
}
.TagClassName
{
border-color: #B19CE5;
}
</style>