Shades of Biloba Flower #B19DCD
Tints of Biloba Flower #B19DCD
RGB
CMYK
RGB Variations
Color information
#B19DCD (or 0xB19DCD) is known color: Biloba Flower. HEX triplet: B1, 9D and CD. RGB value is (177,157,205). Sum of RGB (Red+Green+Blue) = 177+157+205=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #B19DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DCD is #4E6232. Grayscale: #A8A8A8. Windows color (decimal): -5136947 or 13475249. OLE color: 13475249.
HSL color Cylindrical-coordinate representation of color #B19DCD: hue angle of 265º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19DCD is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 157 | 205 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.20 |
| HSL | 265º | 0.32% | 0.71% | - |
| HSV(B) | 265º | 0.23% | 0.8% | - |
| XYZ | 41.21 | 37.87 | 62.9 | - |
| YUV | 168.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 205 | 0.14 | 0.23 | 0 | 0.20 | 265 | 0.32 | 0.71 |
| Hex | B1 | 9D | CD | E | 17 | 0 | 14 | 109 | 20 | 47 |
| Octal | 261 | 235 | 315 | 16 | 27 | 0 | 24 | 411 | 40 | 107 |
| Binary | 10110001 | 10011101 | 11001101 | 1110 | 10111 | 0 | 10100 | 100001001 | 100000 | 1000111 |
Color Harmonies of #B19DCD
Complementary color
Monochromatic Colors of #B19DCD
Black with #B19DCD
Text Example
Text Example
White with #B19DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DCD; }
p { color: rgb(177,157,205); }
H1.HeaderClassName
{
color: #B19DCD;
}
.AnyTagClassName
{
color: #B19DCD;
}
</style>
background-color css
<style>
a { background-color: #B19DCD; }
a { background-color: rgb(177,157,205); }
div.DivClassName
{
background-color: #B19DCD;
}
.BgClassName
{
background-color: #B19DCD;
}
</style>
border-color css
<style>
span { border-color: #B19DCD; }
span { border-color: rgb(177,157,205); }
td.TdClassName
{
border-color: #B19DCD;
}
.TagClassName
{
border-color: #B19DCD;
}
</style>