Shades of Wisteria #BB8DDD
Tints of Wisteria #BB8DDD
RGB
CMYK
RGB Variations
Color information
#BB8DDD (or 0xBB8DDD) is known color: Wisteria. HEX triplet: BB, 8D and DD. RGB value is (187,141,221). Sum of RGB (Red+Green+Blue) = 187+141+221=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DDD is #447222. Grayscale: #A3A3A3. Windows color (decimal): -4485667 or 14519739. OLE color: 14519739.
HSL color Cylindrical-coordinate representation of color #BB8DDD: hue angle of 274.5º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8DDD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 141 | 221 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.13 |
| HSL | 274.5º | 0.54% | 0.71% | - |
| HSV(B) | 274.5º | 0.36% | 0.87% | - |
| XYZ | 43.07 | 34.84 | 72.86 | - |
| YUV | 163.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 221 | 0.15 | 0.36 | 0 | 0.13 | 274.5 | 0.54 | 0.71 |
| Hex | BB | 8D | DD | F | 24 | 0 | D | 112 | 36 | 47 |
| Octal | 273 | 215 | 335 | 17 | 44 | 0 | 15 | 422 | 66 | 107 |
| Binary | 10111011 | 10001101 | 11011101 | 1111 | 100100 | 0 | 1101 | 100010010 | 110110 | 1000111 |
Color Harmonies of #BB8DDD
Complementary color
Monochromatic Colors of #BB8DDD
Black with #BB8DDD
Text Example
Text Example
White with #BB8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DDD; }
p { color: rgb(187,141,221); }
H1.HeaderClassName
{
color: #BB8DDD;
}
.AnyTagClassName
{
color: #BB8DDD;
}
</style>
background-color css
<style>
a { background-color: #BB8DDD; }
a { background-color: rgb(187,141,221); }
div.DivClassName
{
background-color: #BB8DDD;
}
.BgClassName
{
background-color: #BB8DDD;
}
</style>
border-color css
<style>
span { border-color: #BB8DDD; }
span { border-color: rgb(187,141,221); }
td.TdClassName
{
border-color: #BB8DDD;
}
.TagClassName
{
border-color: #BB8DDD;
}
</style>