Shades of Biloba Flower #B19BFF
Tints of Biloba Flower #B19BFF
RGB
CMYK
RGB Variations
Color information
#B19BFF (or 0xB19BFF) is known color: Biloba Flower. HEX triplet: B1, 9B and FF. RGB value is (177,155,255). Sum of RGB (Red+Green+Blue) = 177+155+255=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 155 (60.94% from 255 or 26.41% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B19BFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19BFF is #4E6400. Grayscale: #ACACAC. Windows color (decimal): -5137409 or 16751537. OLE color: 16751537.
HSL color Cylindrical-coordinate representation of color #B19BFF: hue angle of 253.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B19BFF is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 155 | 255 | - |
| CMYK | 0.31 | 0.39 | 0 | 0 |
| HSL | 253.2º | 1% | 0.8% | - |
| HSV(B) | 253.2º | 0.39% | 1% | - |
| XYZ | 47.9 | 40.01 | 99.81 | - |
| YUV | 172.98 | 174.29 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 255 | 0.31 | 0.39 | 0 | 0 | 253.2 | 1 | 0.8 |
| Hex | B1 | 9B | FF | 1F | 27 | 0 | 0 | FD | 64 | 50 |
| Octal | 261 | 233 | 377 | 37 | 47 | 0 | 0 | 375 | 144 | 120 |
| Binary | 10110001 | 10011011 | 11111111 | 11111 | 100111 | 0 | 0 | 11111101 | 1100100 | 1010000 |
Color Harmonies of #B19BFF
Complementary color
Monochromatic Colors of #B19BFF
Black with #B19BFF
Text Example
Text Example
White with #B19BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BFF; }
p { color: rgb(177,155,255); }
H1.HeaderClassName
{
color: #B19BFF;
}
.AnyTagClassName
{
color: #B19BFF;
}
</style>
background-color css
<style>
a { background-color: #B19BFF; }
a { background-color: rgb(177,155,255); }
div.DivClassName
{
background-color: #B19BFF;
}
.BgClassName
{
background-color: #B19BFF;
}
</style>
border-color css
<style>
span { border-color: #B19BFF; }
span { border-color: rgb(177,155,255); }
td.TdClassName
{
border-color: #B19BFF;
}
.TagClassName
{
border-color: #B19BFF;
}
</style>