Shades of Biloba Flower #B791DB
Tints of Biloba Flower #B791DB
RGB
CMYK
RGB Variations
Color information
#B791DB (or 0xB791DB) is known color: Biloba Flower. HEX triplet: B7, 91 and DB. RGB value is (183,145,219). Sum of RGB (Red+Green+Blue) = 183+145+219=547 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.46% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B791DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B791DB is #486E24. Grayscale: #A4A4A4. Windows color (decimal): -4746789 or 14389687. OLE color: 14389687.
HSL color Cylindrical-coordinate representation of color #B791DB: hue angle of 270.81º 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 #B791DB is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 145 | 219 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.14 |
| HSL | 270.81º | 0.51% | 0.71% | - |
| HSV(B) | 270.81º | 0.34% | 0.86% | - |
| XYZ | 42.44 | 35.43 | 71.62 | - |
| YUV | 164.8 | 158.59 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 219 | 0.16 | 0.34 | 0 | 0.14 | 270.81 | 0.51 | 0.71 |
| Hex | B7 | 91 | DB | 10 | 22 | 0 | E | 10F | 33 | 47 |
| Octal | 267 | 221 | 333 | 20 | 42 | 0 | 16 | 417 | 63 | 107 |
| Binary | 10110111 | 10010001 | 11011011 | 10000 | 100010 | 0 | 1110 | 100001111 | 110011 | 1000111 |
Color Harmonies of #B791DB
Complementary color
Monochromatic Colors of #B791DB
Black with #B791DB
Text Example
Text Example
White with #B791DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B791DB; }
p { color: rgb(183,145,219); }
H1.HeaderClassName
{
color: #B791DB;
}
.AnyTagClassName
{
color: #B791DB;
}
</style>
background-color css
<style>
a { background-color: #B791DB; }
a { background-color: rgb(183,145,219); }
div.DivClassName
{
background-color: #B791DB;
}
.BgClassName
{
background-color: #B791DB;
}
</style>
border-color css
<style>
span { border-color: #B791DB; }
span { border-color: rgb(183,145,219); }
td.TdClassName
{
border-color: #B791DB;
}
.TagClassName
{
border-color: #B791DB;
}
</style>