Shades of Wisteria #BC80DD
Tints of Wisteria #BC80DD
RGB
CMYK
RGB Variations
Color information
#BC80DD (or 0xBC80DD) is known color: Wisteria. HEX triplet: BC, 80 and DD. RGB value is (188,128,221). Sum of RGB (Red+Green+Blue) = 188+128+221=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DD is #437F22. Grayscale: #9C9C9C. Windows color (decimal): -4423459 or 14516412. OLE color: 14516412.
HSL color Cylindrical-coordinate representation of color #BC80DD: hue angle of 278.71º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC80DD is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 128 | 221 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.13 |
| HSL | 278.71º | 0.58% | 0.68% | - |
| HSV(B) | 278.71º | 0.42% | 0.87% | - |
| XYZ | 41.51 | 31.35 | 72.27 | - |
| YUV | 156.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 221 | 0.15 | 0.42 | 0 | 0.13 | 278.71 | 0.58 | 0.68 |
| Hex | BC | 80 | DD | F | 2A | 0 | D | 117 | 3A | 44 |
| Octal | 274 | 200 | 335 | 17 | 52 | 0 | 15 | 427 | 72 | 104 |
| Binary | 10111100 | 10000000 | 11011101 | 1111 | 101010 | 0 | 1101 | 100010111 | 111010 | 1000100 |
Color Harmonies of #BC80DD
Complementary color
Monochromatic Colors of #BC80DD
Black with #BC80DD
Text Example
Text Example
White with #BC80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80DD; }
p { color: rgb(188,128,221); }
H1.HeaderClassName
{
color: #BC80DD;
}
.AnyTagClassName
{
color: #BC80DD;
}
</style>
background-color css
<style>
a { background-color: #BC80DD; }
a { background-color: rgb(188,128,221); }
div.DivClassName
{
background-color: #BC80DD;
}
.BgClassName
{
background-color: #BC80DD;
}
</style>
border-color css
<style>
span { border-color: #BC80DD; }
span { border-color: rgb(188,128,221); }
td.TdClassName
{
border-color: #BC80DD;
}
.TagClassName
{
border-color: #BC80DD;
}
</style>