Shades of Wisteria #BD7FDD
Tints of Wisteria #BD7FDD
RGB
CMYK
RGB Variations
Color information
#BD7FDD (or 0xBD7FDD) is known color: Wisteria. HEX triplet: BD, 7F and DD. RGB value is (189,127,221). Sum of RGB (Red+Green+Blue) = 189+127+221=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 127 (50% from 255 or 23.65% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FDD is #428022. Grayscale: #9B9B9B. Windows color (decimal): -4358179 or 14516157. OLE color: 14516157.
HSL color Cylindrical-coordinate representation of color #BD7FDD: hue angle of 279.57º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7FDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 127 | 221 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 279.57º | 0.58% | 0.68% | - |
| HSV(B) | 279.57º | 0.43% | 0.87% | - |
| XYZ | 41.63 | 31.22 | 72.24 | - |
| YUV | 156.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 221 | 0.14 | 0.43 | 0 | 0.13 | 279.57 | 0.58 | 0.68 |
| Hex | BD | 7F | DD | E | 2B | 0 | D | 118 | 3A | 44 |
| Octal | 275 | 177 | 335 | 16 | 53 | 0 | 15 | 430 | 72 | 104 |
| Binary | 10111101 | 1111111 | 11011101 | 1110 | 101011 | 0 | 1101 | 100011000 | 111010 | 1000100 |
Color Harmonies of #BD7FDD
Complementary color
Monochromatic Colors of #BD7FDD
Black with #BD7FDD
Text Example
Text Example
White with #BD7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FDD; }
p { color: rgb(189,127,221); }
H1.HeaderClassName
{
color: #BD7FDD;
}
.AnyTagClassName
{
color: #BD7FDD;
}
</style>
background-color css
<style>
a { background-color: #BD7FDD; }
a { background-color: rgb(189,127,221); }
div.DivClassName
{
background-color: #BD7FDD;
}
.BgClassName
{
background-color: #BD7FDD;
}
</style>
border-color css
<style>
span { border-color: #BD7FDD; }
span { border-color: rgb(189,127,221); }
td.TdClassName
{
border-color: #BD7FDD;
}
.TagClassName
{
border-color: #BD7FDD;
}
</style>