Shades of Biloba Flower #B491D9
Tints of Biloba Flower #B491D9
RGB
CMYK
RGB Variations
Color information
#B491D9 (or 0xB491D9) is known color: Biloba Flower. HEX triplet: B4, 91 and D9. RGB value is (180,145,217). Sum of RGB (Red+Green+Blue) = 180+145+217=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B491D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491D9 is #4B6E26. Grayscale: #A3A3A3. Windows color (decimal): -4943399 or 14258612. OLE color: 14258612.
HSL color Cylindrical-coordinate representation of color #B491D9: hue angle of 269.17º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B491D9 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 145 | 217 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.15 |
| HSL | 269.17º | 0.49% | 0.71% | - |
| HSV(B) | 269.17º | 0.33% | 0.85% | - |
| XYZ | 41.47 | 34.96 | 70.21 | - |
| YUV | 163.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 217 | 0.17 | 0.33 | 0 | 0.15 | 269.17 | 0.49 | 0.71 |
| Hex | B4 | 91 | D9 | 11 | 21 | 0 | F | 10D | 31 | 47 |
| Octal | 264 | 221 | 331 | 21 | 41 | 0 | 17 | 415 | 61 | 107 |
| Binary | 10110100 | 10010001 | 11011001 | 10001 | 100001 | 0 | 1111 | 100001101 | 110001 | 1000111 |
Color Harmonies of #B491D9
Complementary color
Monochromatic Colors of #B491D9
Black with #B491D9
Text Example
Text Example
White with #B491D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B491D9; }
p { color: rgb(180,145,217); }
H1.HeaderClassName
{
color: #B491D9;
}
.AnyTagClassName
{
color: #B491D9;
}
</style>
background-color css
<style>
a { background-color: #B491D9; }
a { background-color: rgb(180,145,217); }
div.DivClassName
{
background-color: #B491D9;
}
.BgClassName
{
background-color: #B491D9;
}
</style>
border-color css
<style>
span { border-color: #B491D9; }
span { border-color: rgb(180,145,217); }
td.TdClassName
{
border-color: #B491D9;
}
.TagClassName
{
border-color: #B491D9;
}
</style>