Shades of Wisteria #BD7DDC
Tints of Wisteria #BD7DDC
RGB
CMYK
RGB Variations
Color information
#BD7DDC (or 0xBD7DDC) is known color: Wisteria. HEX triplet: BD, 7D and DC. RGB value is (189,125,220). Sum of RGB (Red+Green+Blue) = 189+125+220=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DDC is #428223. Grayscale: #9A9A9A. Windows color (decimal): -4358692 or 14450109. OLE color: 14450109.
HSL color Cylindrical-coordinate representation of color #BD7DDC: hue angle of 280.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7DDC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 125 | 220 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.14 |
| HSL | 280.42º | 0.58% | 0.68% | - |
| HSV(B) | 280.42º | 0.43% | 0.86% | - |
| XYZ | 41.24 | 30.65 | 71.45 | - |
| YUV | 154.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 220 | 0.14 | 0.43 | 0 | 0.14 | 280.42 | 0.58 | 0.68 |
| Hex | BD | 7D | DC | E | 2B | 0 | E | 118 | 3A | 44 |
| Octal | 275 | 175 | 334 | 16 | 53 | 0 | 16 | 430 | 72 | 104 |
| Binary | 10111101 | 1111101 | 11011100 | 1110 | 101011 | 0 | 1110 | 100011000 | 111010 | 1000100 |
Color Harmonies of #BD7DDC
Complementary color
Monochromatic Colors of #BD7DDC
Black with #BD7DDC
Text Example
Text Example
White with #BD7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DDC; }
p { color: rgb(189,125,220); }
H1.HeaderClassName
{
color: #BD7DDC;
}
.AnyTagClassName
{
color: #BD7DDC;
}
</style>
background-color css
<style>
a { background-color: #BD7DDC; }
a { background-color: rgb(189,125,220); }
div.DivClassName
{
background-color: #BD7DDC;
}
.BgClassName
{
background-color: #BD7DDC;
}
</style>
border-color css
<style>
span { border-color: #BD7DDC; }
span { border-color: rgb(189,125,220); }
td.TdClassName
{
border-color: #BD7DDC;
}
.TagClassName
{
border-color: #BD7DDC;
}
</style>