Shades of Wisteria #BC83EE
Tints of Wisteria #BC83EE
RGB
CMYK
RGB Variations
Color information
#BC83EE (or 0xBC83EE) is known color: Wisteria. HEX triplet: BC, 83 and EE. RGB value is (188,131,238). Sum of RGB (Red+Green+Blue) = 188+131+238=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83EE is #437C11. Grayscale: #9F9F9F. Windows color (decimal): -4422674 or 15631292. OLE color: 15631292.
HSL color Cylindrical-coordinate representation of color #BC83EE: hue angle of 271.96º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC83EE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 131 | 238 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.07 |
| HSL | 271.96º | 0.76% | 0.72% | - |
| HSV(B) | 271.96º | 0.45% | 0.93% | - |
| XYZ | 44.29 | 33.1 | 84.94 | - |
| YUV | 160.24 | 171.88 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 238 | 0.21 | 0.45 | 0 | 0.07 | 271.96 | 0.76 | 0.72 |
| Hex | BC | 83 | EE | 15 | 2D | 0 | 7 | 110 | 4C | 48 |
| Octal | 274 | 203 | 356 | 25 | 55 | 0 | 7 | 420 | 114 | 110 |
| Binary | 10111100 | 10000011 | 11101110 | 10101 | 101101 | 0 | 111 | 100010000 | 1001100 | 1001000 |
Color Harmonies of #BC83EE
Complementary color
Monochromatic Colors of #BC83EE
Black with #BC83EE
Text Example
Text Example
White with #BC83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83EE; }
p { color: rgb(188,131,238); }
H1.HeaderClassName
{
color: #BC83EE;
}
.AnyTagClassName
{
color: #BC83EE;
}
</style>
background-color css
<style>
a { background-color: #BC83EE; }
a { background-color: rgb(188,131,238); }
div.DivClassName
{
background-color: #BC83EE;
}
.BgClassName
{
background-color: #BC83EE;
}
</style>
border-color css
<style>
span { border-color: #BC83EE; }
span { border-color: rgb(188,131,238); }
td.TdClassName
{
border-color: #BC83EE;
}
.TagClassName
{
border-color: #BC83EE;
}
</style>