Shades of Wisteria #BD8DDD
Tints of Wisteria #BD8DDD
RGB
CMYK
RGB Variations
Color information
#BD8DDD (or 0xBD8DDD) is known color: Wisteria. HEX triplet: BD, 8D and DD. RGB value is (189,141,221). Sum of RGB (Red+Green+Blue) = 189+141+221=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 141 (55.47% from 255 or 25.59% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8DDD is #427222. Grayscale: #A4A4A4. Windows color (decimal): -4354595 or 14519741. OLE color: 14519741.
HSL color Cylindrical-coordinate representation of color #BD8DDD: hue angle of 276º 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 #BD8DDD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 141 | 221 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.13 |
| HSL | 276º | 0.54% | 0.71% | - |
| HSV(B) | 276º | 0.36% | 0.87% | - |
| XYZ | 43.56 | 35.09 | 72.88 | - |
| YUV | 164.47 | 159.9 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 221 | 0.14 | 0.36 | 0 | 0.13 | 276 | 0.54 | 0.71 |
| Hex | BD | 8D | DD | E | 24 | 0 | D | 114 | 36 | 47 |
| Octal | 275 | 215 | 335 | 16 | 44 | 0 | 15 | 424 | 66 | 107 |
| Binary | 10111101 | 10001101 | 11011101 | 1110 | 100100 | 0 | 1101 | 100010100 | 110110 | 1000111 |
Color Harmonies of #BD8DDD
Complementary color
Monochromatic Colors of #BD8DDD
Black with #BD8DDD
Text Example
Text Example
White with #BD8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DDD; }
p { color: rgb(189,141,221); }
H1.HeaderClassName
{
color: #BD8DDD;
}
.AnyTagClassName
{
color: #BD8DDD;
}
</style>
background-color css
<style>
a { background-color: #BD8DDD; }
a { background-color: rgb(189,141,221); }
div.DivClassName
{
background-color: #BD8DDD;
}
.BgClassName
{
background-color: #BD8DDD;
}
</style>
border-color css
<style>
span { border-color: #BD8DDD; }
span { border-color: rgb(189,141,221); }
td.TdClassName
{
border-color: #BD8DDD;
}
.TagClassName
{
border-color: #BD8DDD;
}
</style>