Shades of Wisteria #BC83EF
Tints of Wisteria #BC83EF
RGB
CMYK
RGB Variations
Color information
#BC83EF (or 0xBC83EF) is known color: Wisteria. HEX triplet: BC, 83 and EF. RGB value is (188,131,239). Sum of RGB (Red+Green+Blue) = 188+131+239=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83EF is #437C10. Grayscale: #9F9F9F. Windows color (decimal): -4422673 or 15696828. OLE color: 15696828.
HSL color Cylindrical-coordinate representation of color #BC83EF: hue angle of 271.67º 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 #BC83EF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 131 | 239 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.06 |
| HSL | 271.67º | 0.77% | 0.73% | - |
| HSV(B) | 271.67º | 0.45% | 0.94% | - |
| XYZ | 44.44 | 33.16 | 85.72 | - |
| YUV | 160.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 239 | 0.21 | 0.45 | 0 | 0.06 | 271.67 | 0.77 | 0.73 |
| Hex | BC | 83 | EF | 15 | 2D | 0 | 6 | 110 | 4D | 49 |
| Octal | 274 | 203 | 357 | 25 | 55 | 0 | 6 | 420 | 115 | 111 |
| Binary | 10111100 | 10000011 | 11101111 | 10101 | 101101 | 0 | 110 | 100010000 | 1001101 | 1001001 |
Color Harmonies of #BC83EF
Complementary color
Monochromatic Colors of #BC83EF
Black with #BC83EF
Text Example
Text Example
White with #BC83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83EF; }
p { color: rgb(188,131,239); }
H1.HeaderClassName
{
color: #BC83EF;
}
.AnyTagClassName
{
color: #BC83EF;
}
</style>
background-color css
<style>
a { background-color: #BC83EF; }
a { background-color: rgb(188,131,239); }
div.DivClassName
{
background-color: #BC83EF;
}
.BgClassName
{
background-color: #BC83EF;
}
</style>
border-color css
<style>
span { border-color: #BC83EF; }
span { border-color: rgb(188,131,239); }
td.TdClassName
{
border-color: #BC83EF;
}
.TagClassName
{
border-color: #BC83EF;
}
</style>