Shades of Wisteria #BB91CE
Tints of Wisteria #BB91CE
RGB
CMYK
RGB Variations
Color information
#BB91CE (or 0xBB91CE) is known color: Wisteria. HEX triplet: BB, 91 and CE. RGB value is (187,145,206). Sum of RGB (Red+Green+Blue) = 187+145+206=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB91CE is #446E31. Grayscale: #A4A4A4. Windows color (decimal): -4484658 or 13537723. OLE color: 13537723.
HSL color Cylindrical-coordinate representation of color #BB91CE: hue angle of 281.31º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB91CE is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 145 | 206 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.19 |
| HSL | 281.31º | 0.38% | 0.69% | - |
| HSV(B) | 281.31º | 0.3% | 0.81% | - |
| XYZ | 41.76 | 35.27 | 63 | - |
| YUV | 164.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 206 | 0.09 | 0.30 | 0 | 0.19 | 281.31 | 0.38 | 0.69 |
| Hex | BB | 91 | CE | 9 | 1E | 0 | 13 | 119 | 26 | 45 |
| Octal | 273 | 221 | 316 | 11 | 36 | 0 | 23 | 431 | 46 | 105 |
| Binary | 10111011 | 10010001 | 11001110 | 1001 | 11110 | 0 | 10011 | 100011001 | 100110 | 1000101 |
Color Harmonies of #BB91CE
Complementary color
Monochromatic Colors of #BB91CE
Black with #BB91CE
Text Example
Text Example
White with #BB91CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91CE; }
p { color: rgb(187,145,206); }
H1.HeaderClassName
{
color: #BB91CE;
}
.AnyTagClassName
{
color: #BB91CE;
}
</style>
background-color css
<style>
a { background-color: #BB91CE; }
a { background-color: rgb(187,145,206); }
div.DivClassName
{
background-color: #BB91CE;
}
.BgClassName
{
background-color: #BB91CE;
}
</style>
border-color css
<style>
span { border-color: #BB91CE; }
span { border-color: rgb(187,145,206); }
td.TdClassName
{
border-color: #BB91CE;
}
.TagClassName
{
border-color: #BB91CE;
}
</style>