Shades of Wisteria #BD93D9
Tints of Wisteria #BD93D9
RGB
CMYK
RGB Variations
Color information
#BD93D9 (or 0xBD93D9) is known color: Wisteria. HEX triplet: BD, 93 and D9. RGB value is (189,147,217). Sum of RGB (Red+Green+Blue) = 189+147+217=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93D9 is #426C26. Grayscale: #A7A7A7. Windows color (decimal): -4353063 or 14259133. OLE color: 14259133.
HSL color Cylindrical-coordinate representation of color #BD93D9: hue angle of 276º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD93D9 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 147 | 217 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.15 |
| HSL | 276º | 0.48% | 0.71% | - |
| HSV(B) | 276º | 0.32% | 0.85% | - |
| XYZ | 43.94 | 36.7 | 70.41 | - |
| YUV | 167.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 217 | 0.13 | 0.32 | 0 | 0.15 | 276 | 0.48 | 0.71 |
| Hex | BD | 93 | D9 | D | 20 | 0 | F | 114 | 30 | 47 |
| Octal | 275 | 223 | 331 | 15 | 40 | 0 | 17 | 424 | 60 | 107 |
| Binary | 10111101 | 10010011 | 11011001 | 1101 | 100000 | 0 | 1111 | 100010100 | 110000 | 1000111 |
Color Harmonies of #BD93D9
Complementary color
Monochromatic Colors of #BD93D9
Black with #BD93D9
Text Example
Text Example
White with #BD93D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93D9; }
p { color: rgb(189,147,217); }
H1.HeaderClassName
{
color: #BD93D9;
}
.AnyTagClassName
{
color: #BD93D9;
}
</style>
background-color css
<style>
a { background-color: #BD93D9; }
a { background-color: rgb(189,147,217); }
div.DivClassName
{
background-color: #BD93D9;
}
.BgClassName
{
background-color: #BD93D9;
}
</style>
border-color css
<style>
span { border-color: #BD93D9; }
span { border-color: rgb(189,147,217); }
td.TdClassName
{
border-color: #BD93D9;
}
.TagClassName
{
border-color: #BD93D9;
}
</style>