Shades of Wisteria #BD95DD
Tints of Wisteria #BD95DD
RGB
CMYK
RGB Variations
Color information
#BD95DD (or 0xBD95DD) is known color: Wisteria. HEX triplet: BD, 95 and DD. RGB value is (189,149,221). Sum of RGB (Red+Green+Blue) = 189+149+221=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95DD is #426A22. Grayscale: #A8A8A8. Windows color (decimal): -4352547 or 14521789. OLE color: 14521789.
HSL color Cylindrical-coordinate representation of color #BD95DD: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD95DD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 149 | 221 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.13 |
| HSL | 273.33º | 0.51% | 0.73% | - |
| HSV(B) | 273.33º | 0.33% | 0.87% | - |
| XYZ | 44.78 | 37.53 | 73.29 | - |
| YUV | 169.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 221 | 0.14 | 0.33 | 0 | 0.13 | 273.33 | 0.51 | 0.73 |
| Hex | BD | 95 | DD | E | 21 | 0 | D | 111 | 33 | 49 |
| Octal | 275 | 225 | 335 | 16 | 41 | 0 | 15 | 421 | 63 | 111 |
| Binary | 10111101 | 10010101 | 11011101 | 1110 | 100001 | 0 | 1101 | 100010001 | 110011 | 1001001 |
Color Harmonies of #BD95DD
Complementary color
Monochromatic Colors of #BD95DD
Black with #BD95DD
Text Example
Text Example
White with #BD95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95DD; }
p { color: rgb(189,149,221); }
H1.HeaderClassName
{
color: #BD95DD;
}
.AnyTagClassName
{
color: #BD95DD;
}
</style>
background-color css
<style>
a { background-color: #BD95DD; }
a { background-color: rgb(189,149,221); }
div.DivClassName
{
background-color: #BD95DD;
}
.BgClassName
{
background-color: #BD95DD;
}
</style>
border-color css
<style>
span { border-color: #BD95DD; }
span { border-color: rgb(189,149,221); }
td.TdClassName
{
border-color: #BD95DD;
}
.TagClassName
{
border-color: #BD95DD;
}
</style>