Shades of Biloba Flower #B19ADD
Tints of Biloba Flower #B19ADD
RGB
CMYK
RGB Variations
Color information
#B19ADD (or 0xB19ADD) is known color: Biloba Flower. HEX triplet: B1, 9A and DD. RGB value is (177,154,221). Sum of RGB (Red+Green+Blue) = 177+154+221=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B19ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ADD is #4E6522. Grayscale: #A8A8A8. Windows color (decimal): -5137699 or 14523057. OLE color: 14523057.
HSL color Cylindrical-coordinate representation of color #B19ADD: hue angle of 260.6º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19ADD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 154 | 221 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.13 |
| HSL | 260.6º | 0.5% | 0.74% | - |
| HSV(B) | 260.6º | 0.3% | 0.87% | - |
| XYZ | 42.74 | 37.68 | 73.43 | - |
| YUV | 168.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 154 | 221 | 0.20 | 0.30 | 0 | 0.13 | 260.6 | 0.5 | 0.74 |
| Hex | B1 | 9A | DD | 14 | 1E | 0 | D | 105 | 32 | 4A |
| Octal | 261 | 232 | 335 | 24 | 36 | 0 | 15 | 405 | 62 | 112 |
| Binary | 10110001 | 10011010 | 11011101 | 10100 | 11110 | 0 | 1101 | 100000101 | 110010 | 1001010 |
Color Harmonies of #B19ADD
Complementary color
Monochromatic Colors of #B19ADD
Black with #B19ADD
Text Example
Text Example
White with #B19ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19ADD; }
p { color: rgb(177,154,221); }
H1.HeaderClassName
{
color: #B19ADD;
}
.AnyTagClassName
{
color: #B19ADD;
}
</style>
background-color css
<style>
a { background-color: #B19ADD; }
a { background-color: rgb(177,154,221); }
div.DivClassName
{
background-color: #B19ADD;
}
.BgClassName
{
background-color: #B19ADD;
}
</style>
border-color css
<style>
span { border-color: #B19ADD; }
span { border-color: rgb(177,154,221); }
td.TdClassName
{
border-color: #B19ADD;
}
.TagClassName
{
border-color: #B19ADD;
}
</style>