Shades of Biloba Flower #B19FDF
Tints of Biloba Flower #B19FDF
RGB
CMYK
RGB Variations
Color information
#B19FDF (or 0xB19FDF) is known color: Biloba Flower. HEX triplet: B1, 9F and DF. RGB value is (177,159,223). Sum of RGB (Red+Green+Blue) = 177+159+223=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B19FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FDF is #4E6020. Grayscale: #ABABAB. Windows color (decimal): -5136417 or 14655409. OLE color: 14655409.
HSL color Cylindrical-coordinate representation of color #B19FDF: hue angle of 256.88º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19FDF is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 159 | 223 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.13 |
| HSL | 256.88º | 0.5% | 0.75% | - |
| HSV(B) | 256.88º | 0.29% | 0.87% | - |
| XYZ | 43.85 | 39.47 | 75.12 | - |
| YUV | 171.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 223 | 0.21 | 0.29 | 0 | 0.13 | 256.88 | 0.5 | 0.75 |
| Hex | B1 | 9F | DF | 15 | 1D | 0 | D | 101 | 32 | 4B |
| Octal | 261 | 237 | 337 | 25 | 35 | 0 | 15 | 401 | 62 | 113 |
| Binary | 10110001 | 10011111 | 11011111 | 10101 | 11101 | 0 | 1101 | 100000001 | 110010 | 1001011 |
Color Harmonies of #B19FDF
Complementary color
Monochromatic Colors of #B19FDF
Black with #B19FDF
Text Example
Text Example
White with #B19FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FDF; }
p { color: rgb(177,159,223); }
H1.HeaderClassName
{
color: #B19FDF;
}
.AnyTagClassName
{
color: #B19FDF;
}
</style>
background-color css
<style>
a { background-color: #B19FDF; }
a { background-color: rgb(177,159,223); }
div.DivClassName
{
background-color: #B19FDF;
}
.BgClassName
{
background-color: #B19FDF;
}
</style>
border-color css
<style>
span { border-color: #B19FDF; }
span { border-color: rgb(177,159,223); }
td.TdClassName
{
border-color: #B19FDF;
}
.TagClassName
{
border-color: #B19FDF;
}
</style>