Shades of Wisteria #BD80DC
Tints of Wisteria #BD80DC
RGB
CMYK
RGB Variations
Color information
#BD80DC (or 0xBD80DC) is known color: Wisteria. HEX triplet: BD, 80 and DC. RGB value is (189,128,220). Sum of RGB (Red+Green+Blue) = 189+128+220=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80DC is #427F23. Grayscale: #9C9C9C. Windows color (decimal): -4357924 or 14450877. OLE color: 14450877.
HSL color Cylindrical-coordinate representation of color #BD80DC: hue angle of 279.78º degrees, saturation: 0.57, 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 #BD80DC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 128 | 220 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 279.78º | 0.57% | 0.68% | - |
| HSV(B) | 279.78º | 0.42% | 0.86% | - |
| XYZ | 41.62 | 31.42 | 71.58 | - |
| YUV | 156.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 220 | 0.14 | 0.42 | 0 | 0.14 | 279.78 | 0.57 | 0.68 |
| Hex | BD | 80 | DC | E | 2A | 0 | E | 118 | 39 | 44 |
| Octal | 275 | 200 | 334 | 16 | 52 | 0 | 16 | 430 | 71 | 104 |
| Binary | 10111101 | 10000000 | 11011100 | 1110 | 101010 | 0 | 1110 | 100011000 | 111001 | 1000100 |
Color Harmonies of #BD80DC
Complementary color
Monochromatic Colors of #BD80DC
Black with #BD80DC
Text Example
Text Example
White with #BD80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80DC; }
p { color: rgb(189,128,220); }
H1.HeaderClassName
{
color: #BD80DC;
}
.AnyTagClassName
{
color: #BD80DC;
}
</style>
background-color css
<style>
a { background-color: #BD80DC; }
a { background-color: rgb(189,128,220); }
div.DivClassName
{
background-color: #BD80DC;
}
.BgClassName
{
background-color: #BD80DC;
}
</style>
border-color css
<style>
span { border-color: #BD80DC; }
span { border-color: rgb(189,128,220); }
td.TdClassName
{
border-color: #BD80DC;
}
.TagClassName
{
border-color: #BD80DC;
}
</style>