Shades of Wisteria #BB89E5
Tints of Wisteria #BB89E5
RGB
CMYK
RGB Variations
Color information
#BB89E5 (or 0xBB89E5) is known color: Wisteria. HEX triplet: BB, 89 and E5. RGB value is (187,137,229). Sum of RGB (Red+Green+Blue) = 187+137+229=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB89E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89E5 is #44761A. Grayscale: #A2A2A2. Windows color (decimal): -4486683 or 15043003. OLE color: 15043003.
HSL color Cylindrical-coordinate representation of color #BB89E5: hue angle of 272.61º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB89E5 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 137 | 229 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.10 |
| HSL | 272.61º | 0.64% | 0.72% | - |
| HSV(B) | 272.61º | 0.4% | 0.9% | - |
| XYZ | 43.58 | 34.11 | 78.42 | - |
| YUV | 162.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 229 | 0.18 | 0.40 | 0 | 0.10 | 272.61 | 0.64 | 0.72 |
| Hex | BB | 89 | E5 | 12 | 28 | 0 | A | 111 | 40 | 48 |
| Octal | 273 | 211 | 345 | 22 | 50 | 0 | 12 | 421 | 100 | 110 |
| Binary | 10111011 | 10001001 | 11100101 | 10010 | 101000 | 0 | 1010 | 100010001 | 1000000 | 1001000 |
Color Harmonies of #BB89E5
Complementary color
Monochromatic Colors of #BB89E5
Black with #BB89E5
Text Example
Text Example
White with #BB89E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89E5; }
p { color: rgb(187,137,229); }
H1.HeaderClassName
{
color: #BB89E5;
}
.AnyTagClassName
{
color: #BB89E5;
}
</style>
background-color css
<style>
a { background-color: #BB89E5; }
a { background-color: rgb(187,137,229); }
div.DivClassName
{
background-color: #BB89E5;
}
.BgClassName
{
background-color: #BB89E5;
}
</style>
border-color css
<style>
span { border-color: #BB89E5; }
span { border-color: rgb(187,137,229); }
td.TdClassName
{
border-color: #BB89E5;
}
.TagClassName
{
border-color: #BB89E5;
}
</style>