Shades of Wisteria #BC86EF
Tints of Wisteria #BC86EF
RGB
CMYK
RGB Variations
Color information
#BC86EF (or 0xBC86EF) is known color: Wisteria. HEX triplet: BC, 86 and EF. RGB value is (188,134,239). Sum of RGB (Red+Green+Blue) = 188+134+239=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC86EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86EF is #437910. Grayscale: #A1A1A1. Windows color (decimal): -4421905 or 15697596. OLE color: 15697596.
HSL color Cylindrical-coordinate representation of color #BC86EF: hue angle of 270.86º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC86EF is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 134 | 239 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.06 |
| HSL | 270.86º | 0.77% | 0.73% | - |
| HSV(B) | 270.86º | 0.44% | 0.94% | - |
| XYZ | 44.84 | 33.97 | 85.86 | - |
| YUV | 162.12 | 171.39 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 239 | 0.21 | 0.44 | 0 | 0.06 | 270.86 | 0.77 | 0.73 |
| Hex | BC | 86 | EF | 15 | 2C | 0 | 6 | 10F | 4D | 49 |
| Octal | 274 | 206 | 357 | 25 | 54 | 0 | 6 | 417 | 115 | 111 |
| Binary | 10111100 | 10000110 | 11101111 | 10101 | 101100 | 0 | 110 | 100001111 | 1001101 | 1001001 |
Color Harmonies of #BC86EF
Complementary color
Monochromatic Colors of #BC86EF
Black with #BC86EF
Text Example
Text Example
White with #BC86EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86EF; }
p { color: rgb(188,134,239); }
H1.HeaderClassName
{
color: #BC86EF;
}
.AnyTagClassName
{
color: #BC86EF;
}
</style>
background-color css
<style>
a { background-color: #BC86EF; }
a { background-color: rgb(188,134,239); }
div.DivClassName
{
background-color: #BC86EF;
}
.BgClassName
{
background-color: #BC86EF;
}
</style>
border-color css
<style>
span { border-color: #BC86EF; }
span { border-color: rgb(188,134,239); }
td.TdClassName
{
border-color: #BC86EF;
}
.TagClassName
{
border-color: #BC86EF;
}
</style>