Shades of Wisteria #BD7CDE
Tints of Wisteria #BD7CDE
RGB
CMYK
RGB Variations
Color information
#BD7CDE (or 0xBD7CDE) is known color: Wisteria. HEX triplet: BD, 7C and DE. RGB value is (189,124,222). Sum of RGB (Red+Green+Blue) = 189+124+222=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDE is #428321. Grayscale: #9A9A9A. Windows color (decimal): -4358946 or 14580925. OLE color: 14580925.
HSL color Cylindrical-coordinate representation of color #BD7CDE: hue angle of 279.8º degrees, saturation: 0.6, 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 #BD7CDE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 124 | 222 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.13 |
| HSL | 279.8º | 0.6% | 0.68% | - |
| HSV(B) | 279.8º | 0.44% | 0.87% | - |
| XYZ | 41.38 | 30.51 | 72.81 | - |
| YUV | 154.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 222 | 0.15 | 0.44 | 0 | 0.13 | 279.8 | 0.6 | 0.68 |
| Hex | BD | 7C | DE | F | 2C | 0 | D | 118 | 3C | 44 |
| Octal | 275 | 174 | 336 | 17 | 54 | 0 | 15 | 430 | 74 | 104 |
| Binary | 10111101 | 1111100 | 11011110 | 1111 | 101100 | 0 | 1101 | 100011000 | 111100 | 1000100 |
Color Harmonies of #BD7CDE
Complementary color
Monochromatic Colors of #BD7CDE
Black with #BD7CDE
Text Example
Text Example
White with #BD7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CDE; }
p { color: rgb(189,124,222); }
H1.HeaderClassName
{
color: #BD7CDE;
}
.AnyTagClassName
{
color: #BD7CDE;
}
</style>
background-color css
<style>
a { background-color: #BD7CDE; }
a { background-color: rgb(189,124,222); }
div.DivClassName
{
background-color: #BD7CDE;
}
.BgClassName
{
background-color: #BD7CDE;
}
</style>
border-color css
<style>
span { border-color: #BD7CDE; }
span { border-color: rgb(189,124,222); }
td.TdClassName
{
border-color: #BD7CDE;
}
.TagClassName
{
border-color: #BD7CDE;
}
</style>