Shades of Biloba Flower #B19FFB
Tints of Biloba Flower #B19FFB
RGB
CMYK
RGB Variations
Color information
#B19FFB (or 0xB19FFB) is known color: Biloba Flower. HEX triplet: B1, 9F and FB. RGB value is (177,159,251). Sum of RGB (Red+Green+Blue) = 177+159+251=587 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.15% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #B19FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19FFB is #4E6004. Grayscale: #AEAEAE. Windows color (decimal): -5136389 or 16490417. OLE color: 16490417.
HSL color Cylindrical-coordinate representation of color #B19FFB: hue angle of 251.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B19FFB is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 159 | 251 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.02 |
| HSL | 251.74º | 0.92% | 0.8% | - |
| HSV(B) | 251.74º | 0.37% | 0.98% | - |
| XYZ | 47.94 | 41.11 | 96.67 | - |
| YUV | 174.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 251 | 0.29 | 0.37 | 0 | 0.02 | 251.74 | 0.92 | 0.8 |
| Hex | B1 | 9F | FB | 1D | 25 | 0 | 2 | FC | 5C | 50 |
| Octal | 261 | 237 | 373 | 35 | 45 | 0 | 2 | 374 | 134 | 120 |
| Binary | 10110001 | 10011111 | 11111011 | 11101 | 100101 | 0 | 10 | 11111100 | 1011100 | 1010000 |
Color Harmonies of #B19FFB
Complementary color
Monochromatic Colors of #B19FFB
Black with #B19FFB
Text Example
Text Example
White with #B19FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FFB; }
p { color: rgb(177,159,251); }
H1.HeaderClassName
{
color: #B19FFB;
}
.AnyTagClassName
{
color: #B19FFB;
}
</style>
background-color css
<style>
a { background-color: #B19FFB; }
a { background-color: rgb(177,159,251); }
div.DivClassName
{
background-color: #B19FFB;
}
.BgClassName
{
background-color: #B19FFB;
}
</style>
border-color css
<style>
span { border-color: #B19FFB; }
span { border-color: rgb(177,159,251); }
td.TdClassName
{
border-color: #B19FFB;
}
.TagClassName
{
border-color: #B19FFB;
}
</style>