Shades of Wisteria #BB89E1
Tints of Wisteria #BB89E1
RGB
CMYK
RGB Variations
Color information
#BB89E1 (or 0xBB89E1) is known color: Wisteria. HEX triplet: BB, 89 and E1. RGB value is (187,137,225). Sum of RGB (Red+Green+Blue) = 187+137+225=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB89E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89E1 is #44761E. Grayscale: #A1A1A1. Windows color (decimal): -4486687 or 14780859. OLE color: 14780859.
HSL color Cylindrical-coordinate representation of color #BB89E1: hue angle of 274.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB89E1 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 137 | 225 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.12 |
| HSL | 274.09º | 0.59% | 0.71% | - |
| HSV(B) | 274.09º | 0.39% | 0.88% | - |
| XYZ | 43.03 | 33.89 | 75.51 | - |
| YUV | 161.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 225 | 0.17 | 0.39 | 0 | 0.12 | 274.09 | 0.59 | 0.71 |
| Hex | BB | 89 | E1 | 11 | 27 | 0 | C | 112 | 3B | 47 |
| Octal | 273 | 211 | 341 | 21 | 47 | 0 | 14 | 422 | 73 | 107 |
| Binary | 10111011 | 10001001 | 11100001 | 10001 | 100111 | 0 | 1100 | 100010010 | 111011 | 1000111 |
Color Harmonies of #BB89E1
Complementary color
Monochromatic Colors of #BB89E1
Black with #BB89E1
Text Example
Text Example
White with #BB89E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89E1; }
p { color: rgb(187,137,225); }
H1.HeaderClassName
{
color: #BB89E1;
}
.AnyTagClassName
{
color: #BB89E1;
}
</style>
background-color css
<style>
a { background-color: #BB89E1; }
a { background-color: rgb(187,137,225); }
div.DivClassName
{
background-color: #BB89E1;
}
.BgClassName
{
background-color: #BB89E1;
}
</style>
border-color css
<style>
span { border-color: #BB89E1; }
span { border-color: rgb(187,137,225); }
td.TdClassName
{
border-color: #BB89E1;
}
.TagClassName
{
border-color: #BB89E1;
}
</style>