Shades of Biloba Flower #B19BF0
Tints of Biloba Flower #B19BF0
RGB
CMYK
RGB Variations
Color information
#B19BF0 (or 0xB19BF0) is known color: Biloba Flower. HEX triplet: B1, 9B and F0. RGB value is (177,155,240). Sum of RGB (Red+Green+Blue) = 177+155+240=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #B19BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BF0 is #4E640F. Grayscale: #AAAAAA. Windows color (decimal): -5137424 or 15768497. OLE color: 15768497.
HSL color Cylindrical-coordinate representation of color #B19BF0: hue angle of 255.53º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19BF0 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 155 | 240 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.06 |
| HSL | 255.53º | 0.74% | 0.77% | - |
| HSV(B) | 255.53º | 0.35% | 0.94% | - |
| XYZ | 45.58 | 39.08 | 87.58 | - |
| YUV | 171.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 240 | 0.26 | 0.35 | 0 | 0.06 | 255.53 | 0.74 | 0.77 |
| Hex | B1 | 9B | F0 | 1A | 23 | 0 | 6 | 100 | 4A | 4D |
| Octal | 261 | 233 | 360 | 32 | 43 | 0 | 6 | 400 | 112 | 115 |
| Binary | 10110001 | 10011011 | 11110000 | 11010 | 100011 | 0 | 110 | 100000000 | 1001010 | 1001101 |
Color Harmonies of #B19BF0
Complementary color
Monochromatic Colors of #B19BF0
Black with #B19BF0
Text Example
Text Example
White with #B19BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BF0; }
p { color: rgb(177,155,240); }
H1.HeaderClassName
{
color: #B19BF0;
}
.AnyTagClassName
{
color: #B19BF0;
}
</style>
background-color css
<style>
a { background-color: #B19BF0; }
a { background-color: rgb(177,155,240); }
div.DivClassName
{
background-color: #B19BF0;
}
.BgClassName
{
background-color: #B19BF0;
}
</style>
border-color css
<style>
span { border-color: #B19BF0; }
span { border-color: rgb(177,155,240); }
td.TdClassName
{
border-color: #B19BF0;
}
.TagClassName
{
border-color: #B19BF0;
}
</style>