Shades of Biloba Flower #B49ADD
Tints of Biloba Flower #B49ADD
RGB
CMYK
RGB Variations
Color information
#B49ADD (or 0xB49ADD) is known color: Biloba Flower. HEX triplet: B4, 9A and DD. RGB value is (180,154,221). Sum of RGB (Red+Green+Blue) = 180+154+221=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #B49ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49ADD is #4B6522. Grayscale: #A9A9A9. Windows color (decimal): -4941091 or 14523060. OLE color: 14523060.
HSL color Cylindrical-coordinate representation of color #B49ADD: hue angle of 263.28º 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 #B49ADD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 154 | 221 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.13 |
| HSL | 263.28º | 0.5% | 0.74% | - |
| HSV(B) | 263.28º | 0.3% | 0.87% | - |
| XYZ | 43.43 | 38.03 | 73.46 | - |
| YUV | 169.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 221 | 0.19 | 0.30 | 0 | 0.13 | 263.28 | 0.5 | 0.74 |
| Hex | B4 | 9A | DD | 13 | 1E | 0 | D | 107 | 32 | 4A |
| Octal | 264 | 232 | 335 | 23 | 36 | 0 | 15 | 407 | 62 | 112 |
| Binary | 10110100 | 10011010 | 11011101 | 10011 | 11110 | 0 | 1101 | 100000111 | 110010 | 1001010 |
Color Harmonies of #B49ADD
Complementary color
Monochromatic Colors of #B49ADD
Black with #B49ADD
Text Example
Text Example
White with #B49ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49ADD; }
p { color: rgb(180,154,221); }
H1.HeaderClassName
{
color: #B49ADD;
}
.AnyTagClassName
{
color: #B49ADD;
}
</style>
background-color css
<style>
a { background-color: #B49ADD; }
a { background-color: rgb(180,154,221); }
div.DivClassName
{
background-color: #B49ADD;
}
.BgClassName
{
background-color: #B49ADD;
}
</style>
border-color css
<style>
span { border-color: #B49ADD; }
span { border-color: rgb(180,154,221); }
td.TdClassName
{
border-color: #B49ADD;
}
.TagClassName
{
border-color: #B49ADD;
}
</style>