Shades of Wisteria #BD7DE0
Tints of Wisteria #BD7DE0
RGB
CMYK
RGB Variations
Color information
#BD7DE0 (or 0xBD7DE0) is known color: Wisteria. HEX triplet: BD, 7D and E0. RGB value is (189,125,224). Sum of RGB (Red+Green+Blue) = 189+125+224=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD7DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DE0 is #42821F. Grayscale: #9B9B9B. Windows color (decimal): -4358688 or 14712253. OLE color: 14712253.
HSL color Cylindrical-coordinate representation of color #BD7DE0: hue angle of 278.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7DE0 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 125 | 224 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.12 |
| HSL | 278.79º | 0.61% | 0.68% | - |
| HSV(B) | 278.79º | 0.44% | 0.88% | - |
| XYZ | 41.77 | 30.87 | 74.28 | - |
| YUV | 155.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 224 | 0.16 | 0.44 | 0 | 0.12 | 278.79 | 0.61 | 0.68 |
| Hex | BD | 7D | E0 | 10 | 2C | 0 | C | 117 | 3D | 44 |
| Octal | 275 | 175 | 340 | 20 | 54 | 0 | 14 | 427 | 75 | 104 |
| Binary | 10111101 | 1111101 | 11100000 | 10000 | 101100 | 0 | 1100 | 100010111 | 111101 | 1000100 |
Color Harmonies of #BD7DE0
Complementary color
Monochromatic Colors of #BD7DE0
Black with #BD7DE0
Text Example
Text Example
White with #BD7DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DE0; }
p { color: rgb(189,125,224); }
H1.HeaderClassName
{
color: #BD7DE0;
}
.AnyTagClassName
{
color: #BD7DE0;
}
</style>
background-color css
<style>
a { background-color: #BD7DE0; }
a { background-color: rgb(189,125,224); }
div.DivClassName
{
background-color: #BD7DE0;
}
.BgClassName
{
background-color: #BD7DE0;
}
</style>
border-color css
<style>
span { border-color: #BD7DE0; }
span { border-color: rgb(189,125,224); }
td.TdClassName
{
border-color: #BD7DE0;
}
.TagClassName
{
border-color: #BD7DE0;
}
</style>