Shades of Wisteria #BD80EC
Tints of Wisteria #BD80EC
RGB
CMYK
RGB Variations
Color information
#BD80EC (or 0xBD80EC) is known color: Wisteria. HEX triplet: BD, 80 and EC. RGB value is (189,128,236). Sum of RGB (Red+Green+Blue) = 189+128+236=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD80EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80EC is #427F13. Grayscale: #9E9E9E. Windows color (decimal): -4357908 or 15499453. OLE color: 15499453.
HSL color Cylindrical-coordinate representation of color #BD80EC: hue angle of 273.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD80EC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 128 | 236 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.07 |
| HSL | 273.89º | 0.74% | 0.71% | - |
| HSV(B) | 273.89º | 0.46% | 0.93% | - |
| XYZ | 43.85 | 32.31 | 83.28 | - |
| YUV | 158.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 236 | 0.20 | 0.46 | 0 | 0.07 | 273.89 | 0.74 | 0.71 |
| Hex | BD | 80 | EC | 14 | 2E | 0 | 7 | 112 | 4A | 47 |
| Octal | 275 | 200 | 354 | 24 | 56 | 0 | 7 | 422 | 112 | 107 |
| Binary | 10111101 | 10000000 | 11101100 | 10100 | 101110 | 0 | 111 | 100010010 | 1001010 | 1000111 |
Color Harmonies of #BD80EC
Complementary color
Monochromatic Colors of #BD80EC
Black with #BD80EC
Text Example
Text Example
White with #BD80EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80EC; }
p { color: rgb(189,128,236); }
H1.HeaderClassName
{
color: #BD80EC;
}
.AnyTagClassName
{
color: #BD80EC;
}
</style>
background-color css
<style>
a { background-color: #BD80EC; }
a { background-color: rgb(189,128,236); }
div.DivClassName
{
background-color: #BD80EC;
}
.BgClassName
{
background-color: #BD80EC;
}
</style>
border-color css
<style>
span { border-color: #BD80EC; }
span { border-color: rgb(189,128,236); }
td.TdClassName
{
border-color: #BD80EC;
}
.TagClassName
{
border-color: #BD80EC;
}
</style>