Shades of Wisteria #BC84DD
Tints of Wisteria #BC84DD
RGB
CMYK
RGB Variations
Color information
#BC84DD (or 0xBC84DD) is known color: Wisteria. HEX triplet: BC, 84 and DD. RGB value is (188,132,221). Sum of RGB (Red+Green+Blue) = 188+132+221=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84DD is #437B22. Grayscale: #9E9E9E. Windows color (decimal): -4422435 or 14517436. OLE color: 14517436.
HSL color Cylindrical-coordinate representation of color #BC84DD: hue angle of 277.75º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC84DD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 132 | 221 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.13 |
| HSL | 277.75º | 0.57% | 0.69% | - |
| HSV(B) | 277.75º | 0.4% | 0.87% | - |
| XYZ | 42.04 | 32.41 | 72.45 | - |
| YUV | 158.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 221 | 0.15 | 0.40 | 0 | 0.13 | 277.75 | 0.57 | 0.69 |
| Hex | BC | 84 | DD | F | 28 | 0 | D | 116 | 39 | 45 |
| Octal | 274 | 204 | 335 | 17 | 50 | 0 | 15 | 426 | 71 | 105 |
| Binary | 10111100 | 10000100 | 11011101 | 1111 | 101000 | 0 | 1101 | 100010110 | 111001 | 1000101 |
Color Harmonies of #BC84DD
Complementary color
Monochromatic Colors of #BC84DD
Black with #BC84DD
Text Example
Text Example
White with #BC84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84DD; }
p { color: rgb(188,132,221); }
H1.HeaderClassName
{
color: #BC84DD;
}
.AnyTagClassName
{
color: #BC84DD;
}
</style>
background-color css
<style>
a { background-color: #BC84DD; }
a { background-color: rgb(188,132,221); }
div.DivClassName
{
background-color: #BC84DD;
}
.BgClassName
{
background-color: #BC84DD;
}
</style>
border-color css
<style>
span { border-color: #BC84DD; }
span { border-color: rgb(188,132,221); }
td.TdClassName
{
border-color: #BC84DD;
}
.TagClassName
{
border-color: #BC84DD;
}
</style>