Shades of Wisteria #BC82DD
Tints of Wisteria #BC82DD
RGB
CMYK
RGB Variations
Color information
#BC82DD (or 0xBC82DD) is known color: Wisteria. HEX triplet: BC, 82 and DD. RGB value is (188,130,221). Sum of RGB (Red+Green+Blue) = 188+130+221=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC82DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82DD is #437D22. Grayscale: #9D9D9D. Windows color (decimal): -4422947 or 14516924. OLE color: 14516924.
HSL color Cylindrical-coordinate representation of color #BC82DD: hue angle of 278.24º 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 #BC82DD is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 130 | 221 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.13 |
| HSL | 278.24º | 0.57% | 0.69% | - |
| HSV(B) | 278.24º | 0.41% | 0.87% | - |
| XYZ | 41.77 | 31.88 | 72.36 | - |
| YUV | 157.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 221 | 0.15 | 0.41 | 0 | 0.13 | 278.24 | 0.57 | 0.69 |
| Hex | BC | 82 | DD | F | 29 | 0 | D | 116 | 39 | 45 |
| Octal | 274 | 202 | 335 | 17 | 51 | 0 | 15 | 426 | 71 | 105 |
| Binary | 10111100 | 10000010 | 11011101 | 1111 | 101001 | 0 | 1101 | 100010110 | 111001 | 1000101 |
Color Harmonies of #BC82DD
Complementary color
Monochromatic Colors of #BC82DD
Black with #BC82DD
Text Example
Text Example
White with #BC82DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82DD; }
p { color: rgb(188,130,221); }
H1.HeaderClassName
{
color: #BC82DD;
}
.AnyTagClassName
{
color: #BC82DD;
}
</style>
background-color css
<style>
a { background-color: #BC82DD; }
a { background-color: rgb(188,130,221); }
div.DivClassName
{
background-color: #BC82DD;
}
.BgClassName
{
background-color: #BC82DD;
}
</style>
border-color css
<style>
span { border-color: #BC82DD; }
span { border-color: rgb(188,130,221); }
td.TdClassName
{
border-color: #BC82DD;
}
.TagClassName
{
border-color: #BC82DD;
}
</style>