Shades of Wisteria #BD80DB
Tints of Wisteria #BD80DB
RGB
CMYK
RGB Variations
Color information
#BD80DB (or 0xBD80DB) is known color: Wisteria. HEX triplet: BD, 80 and DB. RGB value is (189,128,219). Sum of RGB (Red+Green+Blue) = 189+128+219=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80DB is #427F24. Grayscale: #9C9C9C. Windows color (decimal): -4357925 or 14385341. OLE color: 14385341.
HSL color Cylindrical-coordinate representation of color #BD80DB: hue angle of 280.22º 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 #BD80DB is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 128 | 219 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 280.22º | 0.56% | 0.68% | - |
| HSV(B) | 280.22º | 0.42% | 0.86% | - |
| XYZ | 41.49 | 31.37 | 70.89 | - |
| YUV | 156.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 219 | 0.14 | 0.42 | 0 | 0.14 | 280.22 | 0.56 | 0.68 |
| Hex | BD | 80 | DB | E | 2A | 0 | E | 118 | 38 | 44 |
| Octal | 275 | 200 | 333 | 16 | 52 | 0 | 16 | 430 | 70 | 104 |
| Binary | 10111101 | 10000000 | 11011011 | 1110 | 101010 | 0 | 1110 | 100011000 | 111000 | 1000100 |
Color Harmonies of #BD80DB
Complementary color
Monochromatic Colors of #BD80DB
Black with #BD80DB
Text Example
Text Example
White with #BD80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80DB; }
p { color: rgb(189,128,219); }
H1.HeaderClassName
{
color: #BD80DB;
}
.AnyTagClassName
{
color: #BD80DB;
}
</style>
background-color css
<style>
a { background-color: #BD80DB; }
a { background-color: rgb(189,128,219); }
div.DivClassName
{
background-color: #BD80DB;
}
.BgClassName
{
background-color: #BD80DB;
}
</style>
border-color css
<style>
span { border-color: #BD80DB; }
span { border-color: rgb(189,128,219); }
td.TdClassName
{
border-color: #BD80DB;
}
.TagClassName
{
border-color: #BD80DB;
}
</style>