Shades of Wisteria #BD98D0
Tints of Wisteria #BD98D0
RGB
CMYK
RGB Variations
Color information
#BD98D0 (or 0xBD98D0) is known color: Wisteria. HEX triplet: BD, 98 and D0. RGB value is (189,152,208). Sum of RGB (Red+Green+Blue) = 189+152+208=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD98D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D0 is #42672F. Grayscale: #A9A9A9. Windows color (decimal): -4351792 or 13670589. OLE color: 13670589.
HSL color Cylindrical-coordinate representation of color #BD98D0: hue angle of 279.64º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BD98D0 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 152 | 208 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.18 |
| HSL | 279.64º | 0.37% | 0.71% | - |
| HSV(B) | 279.64º | 0.27% | 0.82% | - |
| XYZ | 43.6 | 37.83 | 64.68 | - |
| YUV | 169.45 | 149.76 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 208 | 0.09 | 0.27 | 0 | 0.18 | 279.64 | 0.37 | 0.71 |
| Hex | BD | 98 | D0 | 9 | 1B | 0 | 12 | 118 | 25 | 47 |
| Octal | 275 | 230 | 320 | 11 | 33 | 0 | 22 | 430 | 45 | 107 |
| Binary | 10111101 | 10011000 | 11010000 | 1001 | 11011 | 0 | 10010 | 100011000 | 100101 | 1000111 |
Color Harmonies of #BD98D0
Complementary color
Monochromatic Colors of #BD98D0
Black with #BD98D0
Text Example
Text Example
White with #BD98D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98D0; }
p { color: rgb(189,152,208); }
H1.HeaderClassName
{
color: #BD98D0;
}
.AnyTagClassName
{
color: #BD98D0;
}
</style>
background-color css
<style>
a { background-color: #BD98D0; }
a { background-color: rgb(189,152,208); }
div.DivClassName
{
background-color: #BD98D0;
}
.BgClassName
{
background-color: #BD98D0;
}
</style>
border-color css
<style>
span { border-color: #BD98D0; }
span { border-color: rgb(189,152,208); }
td.TdClassName
{
border-color: #BD98D0;
}
.TagClassName
{
border-color: #BD98D0;
}
</style>