Shades of Wisteria #BD7EDB
Tints of Wisteria #BD7EDB
RGB
CMYK
RGB Variations
Color information
#BD7EDB (or 0xBD7EDB) is known color: Wisteria. HEX triplet: BD, 7E and DB. RGB value is (189,126,219). Sum of RGB (Red+Green+Blue) = 189+126+219=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7EDB is #428124. Grayscale: #9B9B9B. Windows color (decimal): -4358437 or 14384829. OLE color: 14384829.
HSL color Cylindrical-coordinate representation of color #BD7EDB: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD7EDB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 126 | 219 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 280.65º | 0.56% | 0.68% | - |
| HSV(B) | 280.65º | 0.42% | 0.86% | - |
| XYZ | 41.23 | 30.86 | 70.8 | - |
| YUV | 155.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 219 | 0.14 | 0.42 | 0 | 0.14 | 280.65 | 0.56 | 0.68 |
| Hex | BD | 7E | DB | E | 2A | 0 | E | 119 | 38 | 44 |
| Octal | 275 | 176 | 333 | 16 | 52 | 0 | 16 | 431 | 70 | 104 |
| Binary | 10111101 | 1111110 | 11011011 | 1110 | 101010 | 0 | 1110 | 100011001 | 111000 | 1000100 |
Color Harmonies of #BD7EDB
Complementary color
Monochromatic Colors of #BD7EDB
Black with #BD7EDB
Text Example
Text Example
White with #BD7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7EDB; }
p { color: rgb(189,126,219); }
H1.HeaderClassName
{
color: #BD7EDB;
}
.AnyTagClassName
{
color: #BD7EDB;
}
</style>
background-color css
<style>
a { background-color: #BD7EDB; }
a { background-color: rgb(189,126,219); }
div.DivClassName
{
background-color: #BD7EDB;
}
.BgClassName
{
background-color: #BD7EDB;
}
</style>
border-color css
<style>
span { border-color: #BD7EDB; }
span { border-color: rgb(189,126,219); }
td.TdClassName
{
border-color: #BD7EDB;
}
.TagClassName
{
border-color: #BD7EDB;
}
</style>