Shades of Wisteria #BD82DD
Tints of Wisteria #BD82DD
RGB
CMYK
RGB Variations
Color information
#BD82DD (or 0xBD82DD) is known color: Wisteria. HEX triplet: BD, 82 and DD. RGB value is (189,130,221). Sum of RGB (Red+Green+Blue) = 189+130+221=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD82DD is #427D22. Grayscale: #9D9D9D. Windows color (decimal): -4357411 or 14516925. OLE color: 14516925.
HSL color Cylindrical-coordinate representation of color #BD82DD: hue angle of 278.9º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD82DD is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 130 | 221 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.13 |
| HSL | 278.9º | 0.57% | 0.69% | - |
| HSV(B) | 278.9º | 0.41% | 0.87% | - |
| XYZ | 42.02 | 32 | 72.37 | - |
| YUV | 158.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 221 | 0.14 | 0.41 | 0 | 0.13 | 278.9 | 0.57 | 0.69 |
| Hex | BD | 82 | DD | E | 29 | 0 | D | 117 | 39 | 45 |
| Octal | 275 | 202 | 335 | 16 | 51 | 0 | 15 | 427 | 71 | 105 |
| Binary | 10111101 | 10000010 | 11011101 | 1110 | 101001 | 0 | 1101 | 100010111 | 111001 | 1000101 |
Color Harmonies of #BD82DD
Complementary color
Monochromatic Colors of #BD82DD
Black with #BD82DD
Text Example
Text Example
White with #BD82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82DD; }
p { color: rgb(189,130,221); }
H1.HeaderClassName
{
color: #BD82DD;
}
.AnyTagClassName
{
color: #BD82DD;
}
</style>
background-color css
<style>
a { background-color: #BD82DD; }
a { background-color: rgb(189,130,221); }
div.DivClassName
{
background-color: #BD82DD;
}
.BgClassName
{
background-color: #BD82DD;
}
</style>
border-color css
<style>
span { border-color: #BD82DD; }
span { border-color: rgb(189,130,221); }
td.TdClassName
{
border-color: #BD82DD;
}
.TagClassName
{
border-color: #BD82DD;
}
</style>