Shades of Wisteria #BB91DB
Tints of Wisteria #BB91DB
RGB
CMYK
RGB Variations
Color information
#BB91DB (or 0xBB91DB) is known color: Wisteria. HEX triplet: BB, 91 and DB. RGB value is (187,145,219). Sum of RGB (Red+Green+Blue) = 187+145+219=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DB is #446E24. Grayscale: #A5A5A5. Windows color (decimal): -4484645 or 14389691. OLE color: 14389691.
HSL color Cylindrical-coordinate representation of color #BB91DB: hue angle of 274.05º 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 #BB91DB is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 145 | 219 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.14 |
| HSL | 274.05º | 0.51% | 0.71% | - |
| HSV(B) | 274.05º | 0.34% | 0.86% | - |
| XYZ | 43.41 | 35.93 | 71.67 | - |
| YUV | 165.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 219 | 0.15 | 0.34 | 0 | 0.14 | 274.05 | 0.51 | 0.71 |
| Hex | BB | 91 | DB | F | 22 | 0 | E | 112 | 33 | 47 |
| Octal | 273 | 221 | 333 | 17 | 42 | 0 | 16 | 422 | 63 | 107 |
| Binary | 10111011 | 10010001 | 11011011 | 1111 | 100010 | 0 | 1110 | 100010010 | 110011 | 1000111 |
Color Harmonies of #BB91DB
Complementary color
Monochromatic Colors of #BB91DB
Black with #BB91DB
Text Example
Text Example
White with #BB91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91DB; }
p { color: rgb(187,145,219); }
H1.HeaderClassName
{
color: #BB91DB;
}
.AnyTagClassName
{
color: #BB91DB;
}
</style>
background-color css
<style>
a { background-color: #BB91DB; }
a { background-color: rgb(187,145,219); }
div.DivClassName
{
background-color: #BB91DB;
}
.BgClassName
{
background-color: #BB91DB;
}
</style>
border-color css
<style>
span { border-color: #BB91DB; }
span { border-color: rgb(187,145,219); }
td.TdClassName
{
border-color: #BB91DB;
}
.TagClassName
{
border-color: #BB91DB;
}
</style>