Shades of Wisteria #BD82DB
Tints of Wisteria #BD82DB
RGB
CMYK
RGB Variations
Color information
#BD82DB (or 0xBD82DB) is known color: Wisteria. HEX triplet: BD, 82 and DB. RGB value is (189,130,219). Sum of RGB (Red+Green+Blue) = 189+130+219=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82DB is #427D24. Grayscale: #9D9D9D. Windows color (decimal): -4357413 or 14385853. OLE color: 14385853.
HSL color Cylindrical-coordinate representation of color #BD82DB: hue angle of 279.78º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD82DB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 130 | 219 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.14 |
| HSL | 279.78º | 0.55% | 0.68% | - |
| HSV(B) | 279.78º | 0.41% | 0.86% | - |
| XYZ | 41.76 | 31.9 | 70.97 | - |
| YUV | 157.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 219 | 0.14 | 0.41 | 0 | 0.14 | 279.78 | 0.55 | 0.68 |
| Hex | BD | 82 | DB | E | 29 | 0 | E | 118 | 37 | 44 |
| Octal | 275 | 202 | 333 | 16 | 51 | 0 | 16 | 430 | 67 | 104 |
| Binary | 10111101 | 10000010 | 11011011 | 1110 | 101001 | 0 | 1110 | 100011000 | 110111 | 1000100 |
Color Harmonies of #BD82DB
Complementary color
Monochromatic Colors of #BD82DB
Black with #BD82DB
Text Example
Text Example
White with #BD82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82DB; }
p { color: rgb(189,130,219); }
H1.HeaderClassName
{
color: #BD82DB;
}
.AnyTagClassName
{
color: #BD82DB;
}
</style>
background-color css
<style>
a { background-color: #BD82DB; }
a { background-color: rgb(189,130,219); }
div.DivClassName
{
background-color: #BD82DB;
}
.BgClassName
{
background-color: #BD82DB;
}
</style>
border-color css
<style>
span { border-color: #BD82DB; }
span { border-color: rgb(189,130,219); }
td.TdClassName
{
border-color: #BD82DB;
}
.TagClassName
{
border-color: #BD82DB;
}
</style>