Shades of Wisteria #BD83D5
Tints of Wisteria #BD83D5
RGB
CMYK
RGB Variations
Color information
#BD83D5 (or 0xBD83D5) is known color: Wisteria. HEX triplet: BD, 83 and D5. RGB value is (189,131,213). Sum of RGB (Red+Green+Blue) = 189+131+213=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD83D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD83D5 is #427C2A. Grayscale: #9D9D9D. Windows color (decimal): -4357163 or 13992893. OLE color: 13992893.
HSL color Cylindrical-coordinate representation of color #BD83D5: hue angle of 282.44º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD83D5 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 131 | 213 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.16 |
| HSL | 282.44º | 0.49% | 0.67% | - |
| HSV(B) | 282.44º | 0.38% | 0.84% | - |
| XYZ | 41.11 | 31.86 | 66.93 | - |
| YUV | 157.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 213 | 0.11 | 0.38 | 0 | 0.16 | 282.44 | 0.49 | 0.67 |
| Hex | BD | 83 | D5 | B | 26 | 0 | 10 | 11A | 31 | 43 |
| Octal | 275 | 203 | 325 | 13 | 46 | 0 | 20 | 432 | 61 | 103 |
| Binary | 10111101 | 10000011 | 11010101 | 1011 | 100110 | 0 | 10000 | 100011010 | 110001 | 1000011 |
Color Harmonies of #BD83D5
Complementary color
Monochromatic Colors of #BD83D5
Black with #BD83D5
Text Example
Text Example
White with #BD83D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83D5; }
p { color: rgb(189,131,213); }
H1.HeaderClassName
{
color: #BD83D5;
}
.AnyTagClassName
{
color: #BD83D5;
}
</style>
background-color css
<style>
a { background-color: #BD83D5; }
a { background-color: rgb(189,131,213); }
div.DivClassName
{
background-color: #BD83D5;
}
.BgClassName
{
background-color: #BD83D5;
}
</style>
border-color css
<style>
span { border-color: #BD83D5; }
span { border-color: rgb(189,131,213); }
td.TdClassName
{
border-color: #BD83D5;
}
.TagClassName
{
border-color: #BD83D5;
}
</style>