Shades of Wisteria #BD7BDB
Tints of Wisteria #BD7BDB
RGB
CMYK
RGB Variations
Color information
#BD7BDB (or 0xBD7BDB) is known color: Wisteria. HEX triplet: BD, 7B and DB. RGB value is (189,123,219). Sum of RGB (Red+Green+Blue) = 189+123+219=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BDB is #428424. Grayscale: #999999. Windows color (decimal): -4359205 or 14384061. OLE color: 14384061.
HSL color Cylindrical-coordinate representation of color #BD7BDB: hue angle of 281.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7BDB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 123 | 219 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.14 |
| HSL | 281.25º | 0.57% | 0.67% | - |
| HSV(B) | 281.25º | 0.44% | 0.86% | - |
| XYZ | 40.86 | 30.1 | 70.67 | - |
| YUV | 153.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 219 | 0.14 | 0.44 | 0 | 0.14 | 281.25 | 0.57 | 0.67 |
| Hex | BD | 7B | DB | E | 2C | 0 | E | 119 | 39 | 43 |
| Octal | 275 | 173 | 333 | 16 | 54 | 0 | 16 | 431 | 71 | 103 |
| Binary | 10111101 | 1111011 | 11011011 | 1110 | 101100 | 0 | 1110 | 100011001 | 111001 | 1000011 |
Color Harmonies of #BD7BDB
Complementary color
Monochromatic Colors of #BD7BDB
Black with #BD7BDB
Text Example
Text Example
White with #BD7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BDB; }
p { color: rgb(189,123,219); }
H1.HeaderClassName
{
color: #BD7BDB;
}
.AnyTagClassName
{
color: #BD7BDB;
}
</style>
background-color css
<style>
a { background-color: #BD7BDB; }
a { background-color: rgb(189,123,219); }
div.DivClassName
{
background-color: #BD7BDB;
}
.BgClassName
{
background-color: #BD7BDB;
}
</style>
border-color css
<style>
span { border-color: #BD7BDB; }
span { border-color: rgb(189,123,219); }
td.TdClassName
{
border-color: #BD7BDB;
}
.TagClassName
{
border-color: #BD7BDB;
}
</style>