Shades of Wisteria #BD94D9
Tints of Wisteria #BD94D9
RGB
CMYK
RGB Variations
Color information
#BD94D9 (or 0xBD94D9) is known color: Wisteria. HEX triplet: BD, 94 and D9. RGB value is (189,148,217). Sum of RGB (Red+Green+Blue) = 189+148+217=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94D9 is #426B26. Grayscale: #A7A7A7. Windows color (decimal): -4352807 or 14259389. OLE color: 14259389.
HSL color Cylindrical-coordinate representation of color #BD94D9: hue angle of 275.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD94D9 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 148 | 217 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.15 |
| HSL | 275.65º | 0.48% | 0.72% | - |
| HSV(B) | 275.65º | 0.32% | 0.85% | - |
| XYZ | 44.1 | 37.01 | 70.46 | - |
| YUV | 168.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 217 | 0.13 | 0.32 | 0 | 0.15 | 275.65 | 0.48 | 0.72 |
| Hex | BD | 94 | D9 | D | 20 | 0 | F | 114 | 30 | 48 |
| Octal | 275 | 224 | 331 | 15 | 40 | 0 | 17 | 424 | 60 | 110 |
| Binary | 10111101 | 10010100 | 11011001 | 1101 | 100000 | 0 | 1111 | 100010100 | 110000 | 1001000 |
Color Harmonies of #BD94D9
Complementary color
Monochromatic Colors of #BD94D9
Black with #BD94D9
Text Example
Text Example
White with #BD94D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94D9; }
p { color: rgb(189,148,217); }
H1.HeaderClassName
{
color: #BD94D9;
}
.AnyTagClassName
{
color: #BD94D9;
}
</style>
background-color css
<style>
a { background-color: #BD94D9; }
a { background-color: rgb(189,148,217); }
div.DivClassName
{
background-color: #BD94D9;
}
.BgClassName
{
background-color: #BD94D9;
}
</style>
border-color css
<style>
span { border-color: #BD94D9; }
span { border-color: rgb(189,148,217); }
td.TdClassName
{
border-color: #BD94D9;
}
.TagClassName
{
border-color: #BD94D9;
}
</style>