Shades of Wisteria #BB89D5
Tints of Wisteria #BB89D5
RGB
CMYK
RGB Variations
Color information
#BB89D5 (or 0xBB89D5) is known color: Wisteria. HEX triplet: BB, 89 and D5. RGB value is (187,137,213). Sum of RGB (Red+Green+Blue) = 187+137+213=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89D5 is #44762A. Grayscale: #A0A0A0. Windows color (decimal): -4486699 or 13994427. OLE color: 13994427.
HSL color Cylindrical-coordinate representation of color #BB89D5: hue angle of 279.47º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB89D5 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 137 | 213 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.16 |
| HSL | 279.47º | 0.48% | 0.69% | - |
| HSV(B) | 279.47º | 0.36% | 0.84% | - |
| XYZ | 41.45 | 33.26 | 67.19 | - |
| YUV | 160.61 | 157.57 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 137 | 213 | 0.12 | 0.36 | 0 | 0.16 | 279.47 | 0.48 | 0.69 |
| Hex | BB | 89 | D5 | C | 24 | 0 | 10 | 117 | 30 | 45 |
| Octal | 273 | 211 | 325 | 14 | 44 | 0 | 20 | 427 | 60 | 105 |
| Binary | 10111011 | 10001001 | 11010101 | 1100 | 100100 | 0 | 10000 | 100010111 | 110000 | 1000101 |
Color Harmonies of #BB89D5
Complementary color
Monochromatic Colors of #BB89D5
Black with #BB89D5
Text Example
Text Example
White with #BB89D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB89D5; }
p { color: rgb(187,137,213); }
H1.HeaderClassName
{
color: #BB89D5;
}
.AnyTagClassName
{
color: #BB89D5;
}
</style>
background-color css
<style>
a { background-color: #BB89D5; }
a { background-color: rgb(187,137,213); }
div.DivClassName
{
background-color: #BB89D5;
}
.BgClassName
{
background-color: #BB89D5;
}
</style>
border-color css
<style>
span { border-color: #BB89D5; }
span { border-color: rgb(187,137,213); }
td.TdClassName
{
border-color: #BB89D5;
}
.TagClassName
{
border-color: #BB89D5;
}
</style>