Shades of Wisteria #BD94DD
Tints of Wisteria #BD94DD
RGB
CMYK
RGB Variations
Color information
#BD94DD (or 0xBD94DD) is known color: Wisteria. HEX triplet: BD, 94 and DD. RGB value is (189,148,221). Sum of RGB (Red+Green+Blue) = 189+148+221=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD94DD is #426B22. Grayscale: #A8A8A8. Windows color (decimal): -4352803 or 14521533. OLE color: 14521533.
HSL color Cylindrical-coordinate representation of color #BD94DD: hue angle of 273.7º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD94DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 148 | 221 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.13 |
| HSL | 273.7º | 0.52% | 0.72% | - |
| HSV(B) | 273.7º | 0.33% | 0.87% | - |
| XYZ | 44.63 | 37.22 | 73.24 | - |
| YUV | 168.58 | 157.58 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 221 | 0.14 | 0.33 | 0 | 0.13 | 273.7 | 0.52 | 0.72 |
| Hex | BD | 94 | DD | E | 21 | 0 | D | 112 | 34 | 48 |
| Octal | 275 | 224 | 335 | 16 | 41 | 0 | 15 | 422 | 64 | 110 |
| Binary | 10111101 | 10010100 | 11011101 | 1110 | 100001 | 0 | 1101 | 100010010 | 110100 | 1001000 |
Color Harmonies of #BD94DD
Complementary color
Monochromatic Colors of #BD94DD
Black with #BD94DD
Text Example
Text Example
White with #BD94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94DD; }
p { color: rgb(189,148,221); }
H1.HeaderClassName
{
color: #BD94DD;
}
.AnyTagClassName
{
color: #BD94DD;
}
</style>
background-color css
<style>
a { background-color: #BD94DD; }
a { background-color: rgb(189,148,221); }
div.DivClassName
{
background-color: #BD94DD;
}
.BgClassName
{
background-color: #BD94DD;
}
</style>
border-color css
<style>
span { border-color: #BD94DD; }
span { border-color: rgb(189,148,221); }
td.TdClassName
{
border-color: #BD94DD;
}
.TagClassName
{
border-color: #BD94DD;
}
</style>