Shades of Wisteria #BD98D3
Tints of Wisteria #BD98D3
RGB
CMYK
RGB Variations
Color information
#BD98D3 (or 0xBD98D3) is known color: Wisteria. HEX triplet: BD, 98 and D3. RGB value is (189,152,211). Sum of RGB (Red+Green+Blue) = 189+152+211=552 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.24% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 211 (82.81% from 255 or 38.22% from 552); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D3 is #42672C. Grayscale: #A9A9A9. Windows color (decimal): -4351789 or 13867197. OLE color: 13867197.
HSL color Cylindrical-coordinate representation of color #BD98D3: hue angle of 277.63º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD98D3 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 152 | 211 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.17 |
| HSL | 277.63º | 0.4% | 0.71% | - |
| HSV(B) | 277.63º | 0.28% | 0.83% | - |
| XYZ | 43.97 | 37.98 | 66.64 | - |
| YUV | 169.79 | 151.26 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 211 | 0.10 | 0.28 | 0 | 0.17 | 277.63 | 0.4 | 0.71 |
| Hex | BD | 98 | D3 | A | 1C | 0 | 11 | 116 | 28 | 47 |
| Octal | 275 | 230 | 323 | 12 | 34 | 0 | 21 | 426 | 50 | 107 |
| Binary | 10111101 | 10011000 | 11010011 | 1010 | 11100 | 0 | 10001 | 100010110 | 101000 | 1000111 |
Color Harmonies of #BD98D3
Complementary color
Monochromatic Colors of #BD98D3
Black with #BD98D3
Text Example
Text Example
White with #BD98D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98D3; }
p { color: rgb(189,152,211); }
H1.HeaderClassName
{
color: #BD98D3;
}
.AnyTagClassName
{
color: #BD98D3;
}
</style>
background-color css
<style>
a { background-color: #BD98D3; }
a { background-color: rgb(189,152,211); }
div.DivClassName
{
background-color: #BD98D3;
}
.BgClassName
{
background-color: #BD98D3;
}
</style>
border-color css
<style>
span { border-color: #BD98D3; }
span { border-color: rgb(189,152,211); }
td.TdClassName
{
border-color: #BD98D3;
}
.TagClassName
{
border-color: #BD98D3;
}
</style>