Shades of Biloba Flower #B19FD2
Tints of Biloba Flower #B19FD2
RGB
CMYK
RGB Variations
Color information
#B19FD2 (or 0xB19FD2) is known color: Biloba Flower. HEX triplet: B1, 9F and D2. RGB value is (177,159,210). Sum of RGB (Red+Green+Blue) = 177+159+210=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #B19FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FD2 is #4E602D. Grayscale: #AAAAAA. Windows color (decimal): -5136430 or 13803441. OLE color: 13803441.
HSL color Cylindrical-coordinate representation of color #B19FD2: hue angle of 261.18º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19FD2 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 159 | 210 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.18 |
| HSL | 261.18º | 0.36% | 0.72% | - |
| HSV(B) | 261.18º | 0.24% | 0.82% | - |
| XYZ | 42.16 | 38.8 | 66.24 | - |
| YUV | 170.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 210 | 0.16 | 0.24 | 0 | 0.18 | 261.18 | 0.36 | 0.72 |
| Hex | B1 | 9F | D2 | 10 | 18 | 0 | 12 | 105 | 24 | 48 |
| Octal | 261 | 237 | 322 | 20 | 30 | 0 | 22 | 405 | 44 | 110 |
| Binary | 10110001 | 10011111 | 11010010 | 10000 | 11000 | 0 | 10010 | 100000101 | 100100 | 1001000 |
Color Harmonies of #B19FD2
Complementary color
Monochromatic Colors of #B19FD2
Black with #B19FD2
Text Example
Text Example
White with #B19FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FD2; }
p { color: rgb(177,159,210); }
H1.HeaderClassName
{
color: #B19FD2;
}
.AnyTagClassName
{
color: #B19FD2;
}
</style>
background-color css
<style>
a { background-color: #B19FD2; }
a { background-color: rgb(177,159,210); }
div.DivClassName
{
background-color: #B19FD2;
}
.BgClassName
{
background-color: #B19FD2;
}
</style>
border-color css
<style>
span { border-color: #B19FD2; }
span { border-color: rgb(177,159,210); }
td.TdClassName
{
border-color: #B19FD2;
}
.TagClassName
{
border-color: #B19FD2;
}
</style>