Shades of Wisteria #BD83DB
Tints of Wisteria #BD83DB
RGB
CMYK
RGB Variations
Color information
#BD83DB (or 0xBD83DB) is known color: Wisteria. HEX triplet: BD, 83 and DB. RGB value is (189,131,219). Sum of RGB (Red+Green+Blue) = 189+131+219=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83DB is #427C24. Grayscale: #9E9E9E. Windows color (decimal): -4357157 or 14386109. OLE color: 14386109.
HSL color Cylindrical-coordinate representation of color #BD83DB: hue angle of 279.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD83DB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 131 | 219 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.14 |
| HSL | 279.55º | 0.55% | 0.69% | - |
| HSV(B) | 279.55º | 0.4% | 0.86% | - |
| XYZ | 41.89 | 32.17 | 71.02 | - |
| YUV | 158.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 219 | 0.14 | 0.40 | 0 | 0.14 | 279.55 | 0.55 | 0.69 |
| Hex | BD | 83 | DB | E | 28 | 0 | E | 118 | 37 | 45 |
| Octal | 275 | 203 | 333 | 16 | 50 | 0 | 16 | 430 | 67 | 105 |
| Binary | 10111101 | 10000011 | 11011011 | 1110 | 101000 | 0 | 1110 | 100011000 | 110111 | 1000101 |
Color Harmonies of #BD83DB
Complementary color
Monochromatic Colors of #BD83DB
Black with #BD83DB
Text Example
Text Example
White with #BD83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83DB; }
p { color: rgb(189,131,219); }
H1.HeaderClassName
{
color: #BD83DB;
}
.AnyTagClassName
{
color: #BD83DB;
}
</style>
background-color css
<style>
a { background-color: #BD83DB; }
a { background-color: rgb(189,131,219); }
div.DivClassName
{
background-color: #BD83DB;
}
.BgClassName
{
background-color: #BD83DB;
}
</style>
border-color css
<style>
span { border-color: #BD83DB; }
span { border-color: rgb(189,131,219); }
td.TdClassName
{
border-color: #BD83DB;
}
.TagClassName
{
border-color: #BD83DB;
}
</style>