Shades of Wisteria #BC84ED
Tints of Wisteria #BC84ED
RGB
CMYK
RGB Variations
Color information
#BC84ED (or 0xBC84ED) is known color: Wisteria. HEX triplet: BC, 84 and ED. RGB value is (188,132,237). Sum of RGB (Red+Green+Blue) = 188+132+237=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84ED is #437B12. Grayscale: #A0A0A0. Windows color (decimal): -4422419 or 15566012. OLE color: 15566012.
HSL color Cylindrical-coordinate representation of color #BC84ED: hue angle of 272º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC84ED is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 132 | 237 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.07 |
| HSL | 272º | 0.74% | 0.72% | - |
| HSV(B) | 272º | 0.44% | 0.93% | - |
| XYZ | 44.28 | 33.31 | 84.22 | - |
| YUV | 160.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 237 | 0.21 | 0.44 | 0 | 0.07 | 272 | 0.74 | 0.72 |
| Hex | BC | 84 | ED | 15 | 2C | 0 | 7 | 110 | 4A | 48 |
| Octal | 274 | 204 | 355 | 25 | 54 | 0 | 7 | 420 | 112 | 110 |
| Binary | 10111100 | 10000100 | 11101101 | 10101 | 101100 | 0 | 111 | 100010000 | 1001010 | 1001000 |
Color Harmonies of #BC84ED
Complementary color
Monochromatic Colors of #BC84ED
Black with #BC84ED
Text Example
Text Example
White with #BC84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84ED; }
p { color: rgb(188,132,237); }
H1.HeaderClassName
{
color: #BC84ED;
}
.AnyTagClassName
{
color: #BC84ED;
}
</style>
background-color css
<style>
a { background-color: #BC84ED; }
a { background-color: rgb(188,132,237); }
div.DivClassName
{
background-color: #BC84ED;
}
.BgClassName
{
background-color: #BC84ED;
}
</style>
border-color css
<style>
span { border-color: #BC84ED; }
span { border-color: rgb(188,132,237); }
td.TdClassName
{
border-color: #BC84ED;
}
.TagClassName
{
border-color: #BC84ED;
}
</style>