Shades of Biloba Flower #B19FD3
Tints of Biloba Flower #B19FD3
RGB
CMYK
RGB Variations
Color information
#B19FD3 (or 0xB19FD3) is known color: Biloba Flower. HEX triplet: B1, 9F and D3. RGB value is (177,159,211). Sum of RGB (Red+Green+Blue) = 177+159+211=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 211 - color contains mainly: blue. Hex color #B19FD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FD3 is #4E602C. Grayscale: #AAAAAA. Windows color (decimal): -5136429 or 13868977. OLE color: 13868977.
HSL color Cylindrical-coordinate representation of color #B19FD3: hue angle of 260.77º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19FD3 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 159 | 211 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.17 |
| HSL | 260.77º | 0.37% | 0.73% | - |
| HSV(B) | 260.77º | 0.25% | 0.83% | - |
| XYZ | 42.29 | 38.85 | 66.9 | - |
| YUV | 170.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 211 | 0.16 | 0.25 | 0 | 0.17 | 260.77 | 0.37 | 0.73 |
| Hex | B1 | 9F | D3 | 10 | 19 | 0 | 11 | 105 | 25 | 49 |
| Octal | 261 | 237 | 323 | 20 | 31 | 0 | 21 | 405 | 45 | 111 |
| Binary | 10110001 | 10011111 | 11010011 | 10000 | 11001 | 0 | 10001 | 100000101 | 100101 | 1001001 |
Color Harmonies of #B19FD3
Complementary color
Monochromatic Colors of #B19FD3
Black with #B19FD3
Text Example
Text Example
White with #B19FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FD3; }
p { color: rgb(177,159,211); }
H1.HeaderClassName
{
color: #B19FD3;
}
.AnyTagClassName
{
color: #B19FD3;
}
</style>
background-color css
<style>
a { background-color: #B19FD3; }
a { background-color: rgb(177,159,211); }
div.DivClassName
{
background-color: #B19FD3;
}
.BgClassName
{
background-color: #B19FD3;
}
</style>
border-color css
<style>
span { border-color: #B19FD3; }
span { border-color: rgb(177,159,211); }
td.TdClassName
{
border-color: #B19FD3;
}
.TagClassName
{
border-color: #B19FD3;
}
</style>