Shades of Biloba Flower #B49AD1
Tints of Biloba Flower #B49AD1
RGB
CMYK
RGB Variations
Color information
#B49AD1 (or 0xB49AD1) is known color: Biloba Flower. HEX triplet: B4, 9A and D1. RGB value is (180,154,209). Sum of RGB (Red+Green+Blue) = 180+154+209=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #B49AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49AD1 is #4B652E. Grayscale: #A7A7A7. Windows color (decimal): -4941103 or 13736628. OLE color: 13736628.
HSL color Cylindrical-coordinate representation of color #B49AD1: hue angle of 268.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49AD1 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 154 | 209 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.18 |
| HSL | 268.36º | 0.37% | 0.71% | - |
| HSV(B) | 268.36º | 0.26% | 0.82% | - |
| XYZ | 41.89 | 37.42 | 65.34 | - |
| YUV | 168.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 154 | 209 | 0.14 | 0.26 | 0 | 0.18 | 268.36 | 0.37 | 0.71 |
| Hex | B4 | 9A | D1 | E | 1A | 0 | 12 | 10C | 25 | 47 |
| Octal | 264 | 232 | 321 | 16 | 32 | 0 | 22 | 414 | 45 | 107 |
| Binary | 10110100 | 10011010 | 11010001 | 1110 | 11010 | 0 | 10010 | 100001100 | 100101 | 1000111 |
Color Harmonies of #B49AD1
Complementary color
Monochromatic Colors of #B49AD1
Black with #B49AD1
Text Example
Text Example
White with #B49AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49AD1; }
p { color: rgb(180,154,209); }
H1.HeaderClassName
{
color: #B49AD1;
}
.AnyTagClassName
{
color: #B49AD1;
}
</style>
background-color css
<style>
a { background-color: #B49AD1; }
a { background-color: rgb(180,154,209); }
div.DivClassName
{
background-color: #B49AD1;
}
.BgClassName
{
background-color: #B49AD1;
}
</style>
border-color css
<style>
span { border-color: #B49AD1; }
span { border-color: rgb(180,154,209); }
td.TdClassName
{
border-color: #B49AD1;
}
.TagClassName
{
border-color: #B49AD1;
}
</style>