Shades of Biloba Flower #B19AE5
Tints of Biloba Flower #B19AE5
RGB
CMYK
RGB Variations
Color information
#B19AE5 (or 0xB19AE5) is known color: Biloba Flower. HEX triplet: B1, 9A and E5. RGB value is (177,154,229). Sum of RGB (Red+Green+Blue) = 177+154+229=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #B19AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AE5 is #4E651A. Grayscale: #A9A9A9. Windows color (decimal): -5137691 or 15047345. OLE color: 15047345.
HSL color Cylindrical-coordinate representation of color #B19AE5: hue angle of 258.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B19AE5 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 154 | 229 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.10 |
| HSL | 258.4º | 0.59% | 0.75% | - |
| HSV(B) | 258.4º | 0.33% | 0.9% | - |
| XYZ | 43.83 | 38.12 | 79.18 | - |
| YUV | 169.43 | 161.62 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 229 | 0.23 | 0.33 | 0 | 0.10 | 258.4 | 0.59 | 0.75 |
| Hex | B1 | 9A | E5 | 17 | 21 | 0 | A | 102 | 3B | 4B |
| Octal | 261 | 232 | 345 | 27 | 41 | 0 | 12 | 402 | 73 | 113 |
| Binary | 10110001 | 10011010 | 11100101 | 10111 | 100001 | 0 | 1010 | 100000010 | 111011 | 1001011 |
Color Harmonies of #B19AE5
Complementary color
Monochromatic Colors of #B19AE5
Black with #B19AE5
Text Example
Text Example
White with #B19AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19AE5; }
p { color: rgb(177,154,229); }
H1.HeaderClassName
{
color: #B19AE5;
}
.AnyTagClassName
{
color: #B19AE5;
}
</style>
background-color css
<style>
a { background-color: #B19AE5; }
a { background-color: rgb(177,154,229); }
div.DivClassName
{
background-color: #B19AE5;
}
.BgClassName
{
background-color: #B19AE5;
}
</style>
border-color css
<style>
span { border-color: #B19AE5; }
span { border-color: rgb(177,154,229); }
td.TdClassName
{
border-color: #B19AE5;
}
.TagClassName
{
border-color: #B19AE5;
}
</style>