Shades of Biloba Flower #B991DB
Tints of Biloba Flower #B991DB
RGB
CMYK
RGB Variations
Color information
#B991DB (or 0xB991DB) is known color: Biloba Flower. HEX triplet: B9, 91 and DB. RGB value is (185,145,219). Sum of RGB (Red+Green+Blue) = 185+145+219=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B991DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B991DB is #466E24. Grayscale: #A5A5A5. Windows color (decimal): -4615717 or 14389689. OLE color: 14389689.
HSL color Cylindrical-coordinate representation of color #B991DB: hue angle of 272.43º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B991DB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 145 | 219 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.14 |
| HSL | 272.43º | 0.51% | 0.71% | - |
| HSV(B) | 272.43º | 0.34% | 0.86% | - |
| XYZ | 42.92 | 35.68 | 71.64 | - |
| YUV | 165.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 145 | 219 | 0.16 | 0.34 | 0 | 0.14 | 272.43 | 0.51 | 0.71 |
| Hex | B9 | 91 | DB | 10 | 22 | 0 | E | 110 | 33 | 47 |
| Octal | 271 | 221 | 333 | 20 | 42 | 0 | 16 | 420 | 63 | 107 |
| Binary | 10111001 | 10010001 | 11011011 | 10000 | 100010 | 0 | 1110 | 100010000 | 110011 | 1000111 |
Color Harmonies of #B991DB
Complementary color
Monochromatic Colors of #B991DB
Black with #B991DB
Text Example
Text Example
White with #B991DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B991DB; }
p { color: rgb(185,145,219); }
H1.HeaderClassName
{
color: #B991DB;
}
.AnyTagClassName
{
color: #B991DB;
}
</style>
background-color css
<style>
a { background-color: #B991DB; }
a { background-color: rgb(185,145,219); }
div.DivClassName
{
background-color: #B991DB;
}
.BgClassName
{
background-color: #B991DB;
}
</style>
border-color css
<style>
span { border-color: #B991DB; }
span { border-color: rgb(185,145,219); }
td.TdClassName
{
border-color: #B991DB;
}
.TagClassName
{
border-color: #B991DB;
}
</style>