Shades of Wisteria #BD7CDB
Tints of Wisteria #BD7CDB
RGB
CMYK
RGB Variations
Color information
#BD7CDB (or 0xBD7CDB) is known color: Wisteria. HEX triplet: BD, 7C and DB. RGB value is (189,124,219). Sum of RGB (Red+Green+Blue) = 189+124+219=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDB is #428324. Grayscale: #999999. Windows color (decimal): -4358949 or 14384317. OLE color: 14384317.
HSL color Cylindrical-coordinate representation of color #BD7CDB: hue angle of 281.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7CDB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 124 | 219 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.14 |
| HSL | 281.05º | 0.57% | 0.67% | - |
| HSV(B) | 281.05º | 0.43% | 0.86% | - |
| XYZ | 40.98 | 30.35 | 70.72 | - |
| YUV | 154.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 124 | 219 | 0.14 | 0.43 | 0 | 0.14 | 281.05 | 0.57 | 0.67 |
| Hex | BD | 7C | DB | E | 2B | 0 | E | 119 | 39 | 43 |
| Octal | 275 | 174 | 333 | 16 | 53 | 0 | 16 | 431 | 71 | 103 |
| Binary | 10111101 | 1111100 | 11011011 | 1110 | 101011 | 0 | 1110 | 100011001 | 111001 | 1000011 |
Color Harmonies of #BD7CDB
Complementary color
Monochromatic Colors of #BD7CDB
Black with #BD7CDB
Text Example
Text Example
White with #BD7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7CDB; }
p { color: rgb(189,124,219); }
H1.HeaderClassName
{
color: #BD7CDB;
}
.AnyTagClassName
{
color: #BD7CDB;
}
</style>
background-color css
<style>
a { background-color: #BD7CDB; }
a { background-color: rgb(189,124,219); }
div.DivClassName
{
background-color: #BD7CDB;
}
.BgClassName
{
background-color: #BD7CDB;
}
</style>
border-color css
<style>
span { border-color: #BD7CDB; }
span { border-color: rgb(189,124,219); }
td.TdClassName
{
border-color: #BD7CDB;
}
.TagClassName
{
border-color: #BD7CDB;
}
</style>