Shades of Wisteria #BD7CDD
Tints of Wisteria #BD7CDD
RGB
CMYK
RGB Variations
Color information
#BD7CDD (or 0xBD7CDD) is known color: Wisteria. HEX triplet: BD, 7C and DD. RGB value is (189,124,221). Sum of RGB (Red+Green+Blue) = 189+124+221=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD7CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDD is #428322. Grayscale: #9A9A9A. Windows color (decimal): -4358947 or 14515389. OLE color: 14515389.
HSL color Cylindrical-coordinate representation of color #BD7CDD: hue angle of 280.21º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7CDD is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 124 | 221 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.13 |
| HSL | 280.21º | 0.59% | 0.68% | - |
| HSV(B) | 280.21º | 0.44% | 0.87% | - |
| XYZ | 41.25 | 30.45 | 72.11 | - |
| YUV | 154.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 221 | 0.14 | 0.44 | 0 | 0.13 | 280.21 | 0.59 | 0.68 |
| Hex | BD | 7C | DD | E | 2C | 0 | D | 118 | 3B | 44 |
| Octal | 275 | 174 | 335 | 16 | 54 | 0 | 15 | 430 | 73 | 104 |
| Binary | 10111101 | 1111100 | 11011101 | 1110 | 101100 | 0 | 1101 | 100011000 | 111011 | 1000100 |
Color Harmonies of #BD7CDD
Complementary color
Monochromatic Colors of #BD7CDD
Black with #BD7CDD
Text Example
Text Example
White with #BD7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CDD; }
p { color: rgb(189,124,221); }
H1.HeaderClassName
{
color: #BD7CDD;
}
.AnyTagClassName
{
color: #BD7CDD;
}
</style>
background-color css
<style>
a { background-color: #BD7CDD; }
a { background-color: rgb(189,124,221); }
div.DivClassName
{
background-color: #BD7CDD;
}
.BgClassName
{
background-color: #BD7CDD;
}
</style>
border-color css
<style>
span { border-color: #BD7CDD; }
span { border-color: rgb(189,124,221); }
td.TdClassName
{
border-color: #BD7CDD;
}
.TagClassName
{
border-color: #BD7CDD;
}
</style>