Shades of Wisteria #BF91DB
Tints of Wisteria #BF91DB
RGB
CMYK
RGB Variations
Color information
#BF91DB (or 0xBF91DB) is known color: Wisteria. HEX triplet: BF, 91 and DB. RGB value is (191,145,219). Sum of RGB (Red+Green+Blue) = 191+145+219=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF91DB is #406E24. Grayscale: #A6A6A6. Windows color (decimal): -4222501 or 14389695. OLE color: 14389695.
HSL color Cylindrical-coordinate representation of color #BF91DB: hue angle of 277.3º 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 #BF91DB is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 145 | 219 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.14 |
| HSL | 277.3º | 0.51% | 0.71% | - |
| HSV(B) | 277.3º | 0.34% | 0.86% | - |
| XYZ | 44.4 | 36.44 | 71.71 | - |
| YUV | 167.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 145 | 219 | 0.13 | 0.34 | 0 | 0.14 | 277.3 | 0.51 | 0.71 |
| Hex | BF | 91 | DB | D | 22 | 0 | E | 115 | 33 | 47 |
| Octal | 277 | 221 | 333 | 15 | 42 | 0 | 16 | 425 | 63 | 107 |
| Binary | 10111111 | 10010001 | 11011011 | 1101 | 100010 | 0 | 1110 | 100010101 | 110011 | 1000111 |
Color Harmonies of #BF91DB
Complementary color
Monochromatic Colors of #BF91DB
Black with #BF91DB
Text Example
Text Example
White with #BF91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF91DB; }
p { color: rgb(191,145,219); }
H1.HeaderClassName
{
color: #BF91DB;
}
.AnyTagClassName
{
color: #BF91DB;
}
</style>
background-color css
<style>
a { background-color: #BF91DB; }
a { background-color: rgb(191,145,219); }
div.DivClassName
{
background-color: #BF91DB;
}
.BgClassName
{
background-color: #BF91DB;
}
</style>
border-color css
<style>
span { border-color: #BF91DB; }
span { border-color: rgb(191,145,219); }
td.TdClassName
{
border-color: #BF91DB;
}
.TagClassName
{
border-color: #BF91DB;
}
</style>