Shades of Wisteria #BD98D2
Tints of Wisteria #BD98D2
RGB
CMYK
RGB Variations
Color information
#BD98D2 (or 0xBD98D2) is known color: Wisteria. HEX triplet: BD, 98 and D2. RGB value is (189,152,210). Sum of RGB (Red+Green+Blue) = 189+152+210=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D2 is #42672D. Grayscale: #A9A9A9. Windows color (decimal): -4351790 or 13801661. OLE color: 13801661.
HSL color Cylindrical-coordinate representation of color #BD98D2: hue angle of 278.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD98D2 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 152 | 210 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.18 |
| HSL | 278.28º | 0.39% | 0.71% | - |
| HSV(B) | 278.28º | 0.28% | 0.82% | - |
| XYZ | 43.85 | 37.93 | 65.98 | - |
| YUV | 169.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 210 | 0.10 | 0.28 | 0 | 0.18 | 278.28 | 0.39 | 0.71 |
| Hex | BD | 98 | D2 | A | 1C | 0 | 12 | 116 | 27 | 47 |
| Octal | 275 | 230 | 322 | 12 | 34 | 0 | 22 | 426 | 47 | 107 |
| Binary | 10111101 | 10011000 | 11010010 | 1010 | 11100 | 0 | 10010 | 100010110 | 100111 | 1000111 |
Color Harmonies of #BD98D2
Complementary color
Monochromatic Colors of #BD98D2
Black with #BD98D2
Text Example
Text Example
White with #BD98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98D2; }
p { color: rgb(189,152,210); }
H1.HeaderClassName
{
color: #BD98D2;
}
.AnyTagClassName
{
color: #BD98D2;
}
</style>
background-color css
<style>
a { background-color: #BD98D2; }
a { background-color: rgb(189,152,210); }
div.DivClassName
{
background-color: #BD98D2;
}
.BgClassName
{
background-color: #BD98D2;
}
</style>
border-color css
<style>
span { border-color: #BD98D2; }
span { border-color: rgb(189,152,210); }
td.TdClassName
{
border-color: #BD98D2;
}
.TagClassName
{
border-color: #BD98D2;
}
</style>