Shades of Wisteria #BD96D2
Tints of Wisteria #BD96D2
RGB
CMYK
RGB Variations
Color information
#BD96D2 (or 0xBD96D2) is known color: Wisteria. HEX triplet: BD, 96 and D2. RGB value is (189,150,210). Sum of RGB (Red+Green+Blue) = 189+150+210=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD96D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96D2 is #42692D. Grayscale: #A8A8A8. Windows color (decimal): -4352302 or 13801149. OLE color: 13801149.
HSL color Cylindrical-coordinate representation of color #BD96D2: hue angle of 279º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD96D2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 150 | 210 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.18 |
| HSL | 279º | 0.4% | 0.71% | - |
| HSV(B) | 279º | 0.29% | 0.82% | - |
| XYZ | 43.53 | 37.28 | 65.88 | - |
| YUV | 168.5 | 151.42 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 210 | 0.10 | 0.29 | 0 | 0.18 | 279 | 0.4 | 0.71 |
| Hex | BD | 96 | D2 | A | 1D | 0 | 12 | 117 | 28 | 47 |
| Octal | 275 | 226 | 322 | 12 | 35 | 0 | 22 | 427 | 50 | 107 |
| Binary | 10111101 | 10010110 | 11010010 | 1010 | 11101 | 0 | 10010 | 100010111 | 101000 | 1000111 |
Color Harmonies of #BD96D2
Complementary color
Monochromatic Colors of #BD96D2
Black with #BD96D2
Text Example
Text Example
White with #BD96D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96D2; }
p { color: rgb(189,150,210); }
H1.HeaderClassName
{
color: #BD96D2;
}
.AnyTagClassName
{
color: #BD96D2;
}
</style>
background-color css
<style>
a { background-color: #BD96D2; }
a { background-color: rgb(189,150,210); }
div.DivClassName
{
background-color: #BD96D2;
}
.BgClassName
{
background-color: #BD96D2;
}
</style>
border-color css
<style>
span { border-color: #BD96D2; }
span { border-color: rgb(189,150,210); }
td.TdClassName
{
border-color: #BD96D2;
}
.TagClassName
{
border-color: #BD96D2;
}
</style>