Shades of Wisteria #BD96D0
Tints of Wisteria #BD96D0
RGB
CMYK
RGB Variations
Color information
#BD96D0 (or 0xBD96D0) is known color: Wisteria. HEX triplet: BD, 96 and D0. RGB value is (189,150,208). Sum of RGB (Red+Green+Blue) = 189+150+208=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD96D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96D0 is #42692F. Grayscale: #A8A8A8. Windows color (decimal): -4352304 or 13670077. OLE color: 13670077.
HSL color Cylindrical-coordinate representation of color #BD96D0: hue angle of 280.34º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD96D0 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 150 | 208 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.18 |
| HSL | 280.34º | 0.38% | 0.7% | - |
| HSV(B) | 280.34º | 0.28% | 0.82% | - |
| XYZ | 43.28 | 37.19 | 64.57 | - |
| YUV | 168.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 208 | 0.09 | 0.28 | 0 | 0.18 | 280.34 | 0.38 | 0.7 |
| Hex | BD | 96 | D0 | 9 | 1C | 0 | 12 | 118 | 26 | 46 |
| Octal | 275 | 226 | 320 | 11 | 34 | 0 | 22 | 430 | 46 | 106 |
| Binary | 10111101 | 10010110 | 11010000 | 1001 | 11100 | 0 | 10010 | 100011000 | 100110 | 1000110 |
Color Harmonies of #BD96D0
Complementary color
Monochromatic Colors of #BD96D0
Black with #BD96D0
Text Example
Text Example
White with #BD96D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96D0; }
p { color: rgb(189,150,208); }
H1.HeaderClassName
{
color: #BD96D0;
}
.AnyTagClassName
{
color: #BD96D0;
}
</style>
background-color css
<style>
a { background-color: #BD96D0; }
a { background-color: rgb(189,150,208); }
div.DivClassName
{
background-color: #BD96D0;
}
.BgClassName
{
background-color: #BD96D0;
}
</style>
border-color css
<style>
span { border-color: #BD96D0; }
span { border-color: rgb(189,150,208); }
td.TdClassName
{
border-color: #BD96D0;
}
.TagClassName
{
border-color: #BD96D0;
}
</style>