Shades of Wisteria #BC84EF
Tints of Wisteria #BC84EF
RGB
CMYK
RGB Variations
Color information
#BC84EF (or 0xBC84EF) is known color: Wisteria. HEX triplet: BC, 84 and EF. RGB value is (188,132,239). Sum of RGB (Red+Green+Blue) = 188+132+239=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 239 (93.75% from 255 or 42.75% from 559); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC84EF is #437B10. Grayscale: #A0A0A0. Windows color (decimal): -4422417 or 15697084. OLE color: 15697084.
HSL color Cylindrical-coordinate representation of color #BC84EF: hue angle of 271.4º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC84EF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 132 | 239 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.06 |
| HSL | 271.4º | 0.77% | 0.73% | - |
| HSV(B) | 271.4º | 0.45% | 0.94% | - |
| XYZ | 44.57 | 33.43 | 85.76 | - |
| YUV | 160.94 | 172.05 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 132 | 239 | 0.21 | 0.45 | 0 | 0.06 | 271.4 | 0.77 | 0.73 |
| Hex | BC | 84 | EF | 15 | 2D | 0 | 6 | 10F | 4D | 49 |
| Octal | 274 | 204 | 357 | 25 | 55 | 0 | 6 | 417 | 115 | 111 |
| Binary | 10111100 | 10000100 | 11101111 | 10101 | 101101 | 0 | 110 | 100001111 | 1001101 | 1001001 |
Color Harmonies of #BC84EF
Complementary color
Monochromatic Colors of #BC84EF
Black with #BC84EF
Text Example
Text Example
White with #BC84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC84EF; }
p { color: rgb(188,132,239); }
H1.HeaderClassName
{
color: #BC84EF;
}
.AnyTagClassName
{
color: #BC84EF;
}
</style>
background-color css
<style>
a { background-color: #BC84EF; }
a { background-color: rgb(188,132,239); }
div.DivClassName
{
background-color: #BC84EF;
}
.BgClassName
{
background-color: #BC84EF;
}
</style>
border-color css
<style>
span { border-color: #BC84EF; }
span { border-color: rgb(188,132,239); }
td.TdClassName
{
border-color: #BC84EF;
}
.TagClassName
{
border-color: #BC84EF;
}
</style>