Shades of Wisteria #BD96D6
Tints of Wisteria #BD96D6
RGB
CMYK
RGB Variations
Color information
#BD96D6 (or 0xBD96D6) is known color: Wisteria. HEX triplet: BD, 96 and D6. RGB value is (189,150,214). Sum of RGB (Red+Green+Blue) = 189+150+214=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 150 (58.98% from 255 or 27.12% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD96D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96D6 is #426929. Grayscale: #A8A8A8. Windows color (decimal): -4352298 or 14063293. OLE color: 14063293.
HSL color Cylindrical-coordinate representation of color #BD96D6: hue angle of 276.56º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD96D6 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 150 | 214 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.16 |
| HSL | 276.56º | 0.44% | 0.71% | - |
| HSV(B) | 276.56º | 0.3% | 0.84% | - |
| XYZ | 44.03 | 37.49 | 68.53 | - |
| YUV | 168.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 214 | 0.12 | 0.30 | 0 | 0.16 | 276.56 | 0.44 | 0.71 |
| Hex | BD | 96 | D6 | C | 1E | 0 | 10 | 115 | 2C | 47 |
| Octal | 275 | 226 | 326 | 14 | 36 | 0 | 20 | 425 | 54 | 107 |
| Binary | 10111101 | 10010110 | 11010110 | 1100 | 11110 | 0 | 10000 | 100010101 | 101100 | 1000111 |
Color Harmonies of #BD96D6
Complementary color
Monochromatic Colors of #BD96D6
Black with #BD96D6
Text Example
Text Example
White with #BD96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96D6; }
p { color: rgb(189,150,214); }
H1.HeaderClassName
{
color: #BD96D6;
}
.AnyTagClassName
{
color: #BD96D6;
}
</style>
background-color css
<style>
a { background-color: #BD96D6; }
a { background-color: rgb(189,150,214); }
div.DivClassName
{
background-color: #BD96D6;
}
.BgClassName
{
background-color: #BD96D6;
}
</style>
border-color css
<style>
span { border-color: #BD96D6; }
span { border-color: rgb(189,150,214); }
td.TdClassName
{
border-color: #BD96D6;
}
.TagClassName
{
border-color: #BD96D6;
}
</style>