Shades of Biloba Flower #B19BE6
Tints of Biloba Flower #B19BE6
RGB
CMYK
RGB Variations
Color information
#B19BE6 (or 0xB19BE6) is known color: Biloba Flower. HEX triplet: B1, 9B and E6. RGB value is (177,155,230). Sum of RGB (Red+Green+Blue) = 177+155+230=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #B19BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BE6 is #4E6419. Grayscale: #A9A9A9. Windows color (decimal): -5137434 or 15113137. OLE color: 15113137.
HSL color Cylindrical-coordinate representation of color #B19BE6: hue angle of 257.6º degrees, saturation: 0.6, 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 #B19BE6 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 155 | 230 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.10 |
| HSL | 257.6º | 0.6% | 0.75% | - |
| HSV(B) | 257.6º | 0.33% | 0.9% | - |
| XYZ | 44.14 | 38.5 | 79.97 | - |
| YUV | 170.13 | 161.79 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 230 | 0.23 | 0.33 | 0 | 0.10 | 257.6 | 0.6 | 0.75 |
| Hex | B1 | 9B | E6 | 17 | 21 | 0 | A | 102 | 3C | 4B |
| Octal | 261 | 233 | 346 | 27 | 41 | 0 | 12 | 402 | 74 | 113 |
| Binary | 10110001 | 10011011 | 11100110 | 10111 | 100001 | 0 | 1010 | 100000010 | 111100 | 1001011 |
Color Harmonies of #B19BE6
Complementary color
Monochromatic Colors of #B19BE6
Black with #B19BE6
Text Example
Text Example
White with #B19BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BE6; }
p { color: rgb(177,155,230); }
H1.HeaderClassName
{
color: #B19BE6;
}
.AnyTagClassName
{
color: #B19BE6;
}
</style>
background-color css
<style>
a { background-color: #B19BE6; }
a { background-color: rgb(177,155,230); }
div.DivClassName
{
background-color: #B19BE6;
}
.BgClassName
{
background-color: #B19BE6;
}
</style>
border-color css
<style>
span { border-color: #B19BE6; }
span { border-color: rgb(177,155,230); }
td.TdClassName
{
border-color: #B19BE6;
}
.TagClassName
{
border-color: #B19BE6;
}
</style>