Shades of Wisteria #BB9ECD
Tints of Wisteria #BB9ECD
RGB
CMYK
RGB Variations
Color information
#BB9ECD (or 0xBB9ECD) is known color: Wisteria. HEX triplet: BB, 9E and CD. RGB value is (187,158,205). Sum of RGB (Red+Green+Blue) = 187+158+205=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECD is #446132. Grayscale: #ABABAB. Windows color (decimal): -4481331 or 13475515. OLE color: 13475515.
HSL color Cylindrical-coordinate representation of color #BB9ECD: hue angle of 277.02º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9ECD is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 158 | 205 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.20 |
| HSL | 277.02º | 0.32% | 0.71% | - |
| HSV(B) | 277.02º | 0.23% | 0.8% | - |
| XYZ | 43.74 | 39.43 | 63.06 | - |
| YUV | 172.03 | 146.61 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 205 | 0.09 | 0.23 | 0 | 0.20 | 277.02 | 0.32 | 0.71 |
| Hex | BB | 9E | CD | 9 | 17 | 0 | 14 | 115 | 20 | 47 |
| Octal | 273 | 236 | 315 | 11 | 27 | 0 | 24 | 425 | 40 | 107 |
| Binary | 10111011 | 10011110 | 11001101 | 1001 | 10111 | 0 | 10100 | 100010101 | 100000 | 1000111 |
Color Harmonies of #BB9ECD
Complementary color
Monochromatic Colors of #BB9ECD
Black with #BB9ECD
Text Example
Text Example
White with #BB9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ECD; }
p { color: rgb(187,158,205); }
H1.HeaderClassName
{
color: #BB9ECD;
}
.AnyTagClassName
{
color: #BB9ECD;
}
</style>
background-color css
<style>
a { background-color: #BB9ECD; }
a { background-color: rgb(187,158,205); }
div.DivClassName
{
background-color: #BB9ECD;
}
.BgClassName
{
background-color: #BB9ECD;
}
</style>
border-color css
<style>
span { border-color: #BB9ECD; }
span { border-color: rgb(187,158,205); }
td.TdClassName
{
border-color: #BB9ECD;
}
.TagClassName
{
border-color: #BB9ECD;
}
</style>