Shades of Wisteria #BD7ADD
Tints of Wisteria #BD7ADD
RGB
CMYK
RGB Variations
Color information
#BD7ADD (or 0xBD7ADD) is known color: Wisteria. HEX triplet: BD, 7A and DD. RGB value is (189,122,221). Sum of RGB (Red+Green+Blue) = 189+122+221=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7ADD is #428522. Grayscale: #989898. Windows color (decimal): -4359459 or 14514877. OLE color: 14514877.
HSL color Cylindrical-coordinate representation of color #BD7ADD: hue angle of 280.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7ADD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 122 | 221 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 280.61º | 0.59% | 0.67% | - |
| HSV(B) | 280.61º | 0.45% | 0.87% | - |
| XYZ | 41 | 29.96 | 72.03 | - |
| YUV | 153.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 221 | 0.14 | 0.45 | 0 | 0.13 | 280.61 | 0.59 | 0.67 |
| Hex | BD | 7A | DD | E | 2D | 0 | D | 119 | 3B | 43 |
| Octal | 275 | 172 | 335 | 16 | 55 | 0 | 15 | 431 | 73 | 103 |
| Binary | 10111101 | 1111010 | 11011101 | 1110 | 101101 | 0 | 1101 | 100011001 | 111011 | 1000011 |
Color Harmonies of #BD7ADD
Complementary color
Monochromatic Colors of #BD7ADD
Black with #BD7ADD
Text Example
Text Example
White with #BD7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7ADD; }
p { color: rgb(189,122,221); }
H1.HeaderClassName
{
color: #BD7ADD;
}
.AnyTagClassName
{
color: #BD7ADD;
}
</style>
background-color css
<style>
a { background-color: #BD7ADD; }
a { background-color: rgb(189,122,221); }
div.DivClassName
{
background-color: #BD7ADD;
}
.BgClassName
{
background-color: #BD7ADD;
}
</style>
border-color css
<style>
span { border-color: #BD7ADD; }
span { border-color: rgb(189,122,221); }
td.TdClassName
{
border-color: #BD7ADD;
}
.TagClassName
{
border-color: #BD7ADD;
}
</style>