Shades of Wisteria #BB91DD
Tints of Wisteria #BB91DD
RGB
CMYK
RGB Variations
Color information
#BB91DD (or 0xBB91DD) is known color: Wisteria. HEX triplet: BB, 91 and DD. RGB value is (187,145,221). Sum of RGB (Red+Green+Blue) = 187+145+221=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91DD is #446E22. Grayscale: #A5A5A5. Windows color (decimal): -4484643 or 14520763. OLE color: 14520763.
HSL color Cylindrical-coordinate representation of color #BB91DD: hue angle of 273.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB91DD is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 145 | 221 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.13 |
| HSL | 273.16º | 0.53% | 0.72% | - |
| HSV(B) | 273.16º | 0.34% | 0.87% | - |
| XYZ | 43.67 | 36.04 | 73.06 | - |
| YUV | 166.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 221 | 0.15 | 0.34 | 0 | 0.13 | 273.16 | 0.53 | 0.72 |
| Hex | BB | 91 | DD | F | 22 | 0 | D | 111 | 35 | 48 |
| Octal | 273 | 221 | 335 | 17 | 42 | 0 | 15 | 421 | 65 | 110 |
| Binary | 10111011 | 10010001 | 11011101 | 1111 | 100010 | 0 | 1101 | 100010001 | 110101 | 1001000 |
Color Harmonies of #BB91DD
Complementary color
Monochromatic Colors of #BB91DD
Black with #BB91DD
Text Example
Text Example
White with #BB91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91DD; }
p { color: rgb(187,145,221); }
H1.HeaderClassName
{
color: #BB91DD;
}
.AnyTagClassName
{
color: #BB91DD;
}
</style>
background-color css
<style>
a { background-color: #BB91DD; }
a { background-color: rgb(187,145,221); }
div.DivClassName
{
background-color: #BB91DD;
}
.BgClassName
{
background-color: #BB91DD;
}
</style>
border-color css
<style>
span { border-color: #BB91DD; }
span { border-color: rgb(187,145,221); }
td.TdClassName
{
border-color: #BB91DD;
}
.TagClassName
{
border-color: #BB91DD;
}
</style>