Shades of Wisteria #BD83EC
Tints of Wisteria #BD83EC
RGB
CMYK
RGB Variations
Color information
#BD83EC (or 0xBD83EC) is known color: Wisteria. HEX triplet: BD, 83 and EC. RGB value is (189,131,236). Sum of RGB (Red+Green+Blue) = 189+131+236=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD83EC is #427C13. Grayscale: #9F9F9F. Windows color (decimal): -4357140 or 15500221. OLE color: 15500221.
HSL color Cylindrical-coordinate representation of color #BD83EC: hue angle of 273.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD83EC is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 131 | 236 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.07 |
| HSL | 273.14º | 0.73% | 0.72% | - |
| HSV(B) | 273.14º | 0.44% | 0.93% | - |
| XYZ | 44.24 | 33.11 | 83.42 | - |
| YUV | 160.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 236 | 0.20 | 0.44 | 0 | 0.07 | 273.14 | 0.73 | 0.72 |
| Hex | BD | 83 | EC | 14 | 2C | 0 | 7 | 111 | 49 | 48 |
| Octal | 275 | 203 | 354 | 24 | 54 | 0 | 7 | 421 | 111 | 110 |
| Binary | 10111101 | 10000011 | 11101100 | 10100 | 101100 | 0 | 111 | 100010001 | 1001001 | 1001000 |
Color Harmonies of #BD83EC
Complementary color
Monochromatic Colors of #BD83EC
Black with #BD83EC
Text Example
Text Example
White with #BD83EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83EC; }
p { color: rgb(189,131,236); }
H1.HeaderClassName
{
color: #BD83EC;
}
.AnyTagClassName
{
color: #BD83EC;
}
</style>
background-color css
<style>
a { background-color: #BD83EC; }
a { background-color: rgb(189,131,236); }
div.DivClassName
{
background-color: #BD83EC;
}
.BgClassName
{
background-color: #BD83EC;
}
</style>
border-color css
<style>
span { border-color: #BD83EC; }
span { border-color: rgb(189,131,236); }
td.TdClassName
{
border-color: #BD83EC;
}
.TagClassName
{
border-color: #BD83EC;
}
</style>