Shades of Biloba Flower #B49BD1
Tints of Biloba Flower #B49BD1
RGB
CMYK
RGB Variations
Color information
#B49BD1 (or 0xB49BD1) is known color: Biloba Flower. HEX triplet: B4, 9B and D1. RGB value is (180,155,209). Sum of RGB (Red+Green+Blue) = 180+155+209=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #B49BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BD1 is #4B642E. Grayscale: #A8A8A8. Windows color (decimal): -4940847 or 13736884. OLE color: 13736884.
HSL color Cylindrical-coordinate representation of color #B49BD1: hue angle of 267.78º 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 #B49BD1 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 155 | 209 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.18 |
| HSL | 267.78º | 0.37% | 0.71% | - |
| HSV(B) | 267.78º | 0.26% | 0.82% | - |
| XYZ | 42.05 | 37.75 | 65.39 | - |
| YUV | 168.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 209 | 0.14 | 0.26 | 0 | 0.18 | 267.78 | 0.37 | 0.71 |
| Hex | B4 | 9B | D1 | E | 1A | 0 | 12 | 10C | 25 | 47 |
| Octal | 264 | 233 | 321 | 16 | 32 | 0 | 22 | 414 | 45 | 107 |
| Binary | 10110100 | 10011011 | 11010001 | 1110 | 11010 | 0 | 10010 | 100001100 | 100101 | 1000111 |
Color Harmonies of #B49BD1
Complementary color
Monochromatic Colors of #B49BD1
Black with #B49BD1
Text Example
Text Example
White with #B49BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BD1; }
p { color: rgb(180,155,209); }
H1.HeaderClassName
{
color: #B49BD1;
}
.AnyTagClassName
{
color: #B49BD1;
}
</style>
background-color css
<style>
a { background-color: #B49BD1; }
a { background-color: rgb(180,155,209); }
div.DivClassName
{
background-color: #B49BD1;
}
.BgClassName
{
background-color: #B49BD1;
}
</style>
border-color css
<style>
span { border-color: #B49BD1; }
span { border-color: rgb(180,155,209); }
td.TdClassName
{
border-color: #B49BD1;
}
.TagClassName
{
border-color: #B49BD1;
}
</style>