Shades of Wisteria #BC83E8
Tints of Wisteria #BC83E8
RGB
CMYK
RGB Variations
Color information
#BC83E8 (or 0xBC83E8) is known color: Wisteria. HEX triplet: BC, 83 and E8. RGB value is (188,131,232). Sum of RGB (Red+Green+Blue) = 188+131+232=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC83E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83E8 is #437C17. Grayscale: #9F9F9F. Windows color (decimal): -4422680 or 15238076. OLE color: 15238076.
HSL color Cylindrical-coordinate representation of color #BC83E8: hue angle of 273.86º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC83E8 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 131 | 232 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.09 |
| HSL | 273.86º | 0.69% | 0.71% | - |
| HSV(B) | 273.86º | 0.44% | 0.91% | - |
| XYZ | 43.42 | 32.75 | 80.38 | - |
| YUV | 159.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 232 | 0.19 | 0.44 | 0 | 0.09 | 273.86 | 0.69 | 0.71 |
| Hex | BC | 83 | E8 | 13 | 2C | 0 | 9 | 112 | 45 | 47 |
| Octal | 274 | 203 | 350 | 23 | 54 | 0 | 11 | 422 | 105 | 107 |
| Binary | 10111100 | 10000011 | 11101000 | 10011 | 101100 | 0 | 1001 | 100010010 | 1000101 | 1000111 |
Color Harmonies of #BC83E8
Complementary color
Monochromatic Colors of #BC83E8
Black with #BC83E8
Text Example
Text Example
White with #BC83E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83E8; }
p { color: rgb(188,131,232); }
H1.HeaderClassName
{
color: #BC83E8;
}
.AnyTagClassName
{
color: #BC83E8;
}
</style>
background-color css
<style>
a { background-color: #BC83E8; }
a { background-color: rgb(188,131,232); }
div.DivClassName
{
background-color: #BC83E8;
}
.BgClassName
{
background-color: #BC83E8;
}
</style>
border-color css
<style>
span { border-color: #BC83E8; }
span { border-color: rgb(188,131,232); }
td.TdClassName
{
border-color: #BC83E8;
}
.TagClassName
{
border-color: #BC83E8;
}
</style>