Shades of Wisteria #BD7CDF
Tints of Wisteria #BD7CDF
RGB
CMYK
RGB Variations
Color information
#BD7CDF (or 0xBD7CDF) is known color: Wisteria. HEX triplet: BD, 7C and DF. RGB value is (189,124,223). Sum of RGB (Red+Green+Blue) = 189+124+223=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDF is #428320. Grayscale: #9A9A9A. Windows color (decimal): -4358945 or 14646461. OLE color: 14646461.
HSL color Cylindrical-coordinate representation of color #BD7CDF: hue angle of 279.39º degrees, saturation: 0.61, 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 #BD7CDF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 124 | 223 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.13 |
| HSL | 279.39º | 0.61% | 0.68% | - |
| HSV(B) | 279.39º | 0.44% | 0.87% | - |
| XYZ | 41.51 | 30.56 | 73.52 | - |
| YUV | 154.72 | 166.53 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 223 | 0.15 | 0.44 | 0 | 0.13 | 279.39 | 0.61 | 0.68 |
| Hex | BD | 7C | DF | F | 2C | 0 | D | 117 | 3D | 44 |
| Octal | 275 | 174 | 337 | 17 | 54 | 0 | 15 | 427 | 75 | 104 |
| Binary | 10111101 | 1111100 | 11011111 | 1111 | 101100 | 0 | 1101 | 100010111 | 111101 | 1000100 |
Color Harmonies of #BD7CDF
Complementary color
Monochromatic Colors of #BD7CDF
Black with #BD7CDF
Text Example
Text Example
White with #BD7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CDF; }
p { color: rgb(189,124,223); }
H1.HeaderClassName
{
color: #BD7CDF;
}
.AnyTagClassName
{
color: #BD7CDF;
}
</style>
background-color css
<style>
a { background-color: #BD7CDF; }
a { background-color: rgb(189,124,223); }
div.DivClassName
{
background-color: #BD7CDF;
}
.BgClassName
{
background-color: #BD7CDF;
}
</style>
border-color css
<style>
span { border-color: #BD7CDF; }
span { border-color: rgb(189,124,223); }
td.TdClassName
{
border-color: #BD7CDF;
}
.TagClassName
{
border-color: #BD7CDF;
}
</style>