Shades of Biloba Flower #B19BDA
Tints of Biloba Flower #B19BDA
RGB
CMYK
RGB Variations
Color information
#B19BDA (or 0xB19BDA) is known color: Biloba Flower. HEX triplet: B1, 9B and DA. RGB value is (177,155,218). Sum of RGB (Red+Green+Blue) = 177+155+218=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B19BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BDA is #4E6425. Grayscale: #A8A8A8. Windows color (decimal): -5137446 or 14326705. OLE color: 14326705.
HSL color Cylindrical-coordinate representation of color #B19BDA: hue angle of 260.95º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B19BDA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 155 | 218 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.15 |
| HSL | 260.95º | 0.46% | 0.73% | - |
| HSV(B) | 260.95º | 0.29% | 0.85% | - |
| XYZ | 42.51 | 37.85 | 71.4 | - |
| YUV | 168.76 | 155.79 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 218 | 0.19 | 0.29 | 0 | 0.15 | 260.95 | 0.46 | 0.73 |
| Hex | B1 | 9B | DA | 13 | 1D | 0 | F | 105 | 2E | 49 |
| Octal | 261 | 233 | 332 | 23 | 35 | 0 | 17 | 405 | 56 | 111 |
| Binary | 10110001 | 10011011 | 11011010 | 10011 | 11101 | 0 | 1111 | 100000101 | 101110 | 1001001 |
Color Harmonies of #B19BDA
Complementary color
Monochromatic Colors of #B19BDA
Black with #B19BDA
Text Example
Text Example
White with #B19BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BDA; }
p { color: rgb(177,155,218); }
H1.HeaderClassName
{
color: #B19BDA;
}
.AnyTagClassName
{
color: #B19BDA;
}
</style>
background-color css
<style>
a { background-color: #B19BDA; }
a { background-color: rgb(177,155,218); }
div.DivClassName
{
background-color: #B19BDA;
}
.BgClassName
{
background-color: #B19BDA;
}
</style>
border-color css
<style>
span { border-color: #B19BDA; }
span { border-color: rgb(177,155,218); }
td.TdClassName
{
border-color: #B19BDA;
}
.TagClassName
{
border-color: #B19BDA;
}
</style>