Shades of Biloba Flower #B19FDC
Tints of Biloba Flower #B19FDC
RGB
CMYK
RGB Variations
Color information
#B19FDC (or 0xB19FDC) is known color: Biloba Flower. HEX triplet: B1, 9F and DC. RGB value is (177,159,220). Sum of RGB (Red+Green+Blue) = 177+159+220=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #B19FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FDC is #4E6023. Grayscale: #ABABAB. Windows color (decimal): -5136420 or 14458801. OLE color: 14458801.
HSL color Cylindrical-coordinate representation of color #B19FDC: hue angle of 257.7º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19FDC is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 159 | 220 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.14 |
| HSL | 257.7º | 0.47% | 0.74% | - |
| HSV(B) | 257.7º | 0.28% | 0.86% | - |
| XYZ | 43.45 | 39.31 | 73.01 | - |
| YUV | 171.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 220 | 0.20 | 0.28 | 0 | 0.14 | 257.7 | 0.47 | 0.74 |
| Hex | B1 | 9F | DC | 14 | 1C | 0 | E | 102 | 2F | 4A |
| Octal | 261 | 237 | 334 | 24 | 34 | 0 | 16 | 402 | 57 | 112 |
| Binary | 10110001 | 10011111 | 11011100 | 10100 | 11100 | 0 | 1110 | 100000010 | 101111 | 1001010 |
Color Harmonies of #B19FDC
Complementary color
Monochromatic Colors of #B19FDC
Black with #B19FDC
Text Example
Text Example
White with #B19FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FDC; }
p { color: rgb(177,159,220); }
H1.HeaderClassName
{
color: #B19FDC;
}
.AnyTagClassName
{
color: #B19FDC;
}
</style>
background-color css
<style>
a { background-color: #B19FDC; }
a { background-color: rgb(177,159,220); }
div.DivClassName
{
background-color: #B19FDC;
}
.BgClassName
{
background-color: #B19FDC;
}
</style>
border-color css
<style>
span { border-color: #B19FDC; }
span { border-color: rgb(177,159,220); }
td.TdClassName
{
border-color: #B19FDC;
}
.TagClassName
{
border-color: #B19FDC;
}
</style>