Shades of Wisteria #BD7DDF
Tints of Wisteria #BD7DDF
RGB
CMYK
RGB Variations
Color information
#BD7DDF (or 0xBD7DDF) is known color: Wisteria. HEX triplet: BD, 7D and DF. RGB value is (189,125,223). Sum of RGB (Red+Green+Blue) = 189+125+223=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DDF is #428220. Grayscale: #9A9A9A. Windows color (decimal): -4358689 or 14646717. OLE color: 14646717.
HSL color Cylindrical-coordinate representation of color #BD7DDF: hue angle of 279.18º 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 #BD7DDF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 125 | 223 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.13 |
| HSL | 279.18º | 0.6% | 0.68% | - |
| HSV(B) | 279.18º | 0.44% | 0.87% | - |
| XYZ | 41.64 | 30.81 | 73.57 | - |
| YUV | 155.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 125 | 223 | 0.15 | 0.44 | 0 | 0.13 | 279.18 | 0.6 | 0.68 |
| Hex | BD | 7D | DF | F | 2C | 0 | D | 117 | 3C | 44 |
| Octal | 275 | 175 | 337 | 17 | 54 | 0 | 15 | 427 | 74 | 104 |
| Binary | 10111101 | 1111101 | 11011111 | 1111 | 101100 | 0 | 1101 | 100010111 | 111100 | 1000100 |
Color Harmonies of #BD7DDF
Complementary color
Monochromatic Colors of #BD7DDF
Black with #BD7DDF
Text Example
Text Example
White with #BD7DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7DDF; }
p { color: rgb(189,125,223); }
H1.HeaderClassName
{
color: #BD7DDF;
}
.AnyTagClassName
{
color: #BD7DDF;
}
</style>
background-color css
<style>
a { background-color: #BD7DDF; }
a { background-color: rgb(189,125,223); }
div.DivClassName
{
background-color: #BD7DDF;
}
.BgClassName
{
background-color: #BD7DDF;
}
</style>
border-color css
<style>
span { border-color: #BD7DDF; }
span { border-color: rgb(189,125,223); }
td.TdClassName
{
border-color: #BD7DDF;
}
.TagClassName
{
border-color: #BD7DDF;
}
</style>