Shades of Wisteria #BC82E7
Tints of Wisteria #BC82E7
RGB
CMYK
RGB Variations
Color information
#BC82E7 (or 0xBC82E7) is known color: Wisteria. HEX triplet: BC, 82 and E7. RGB value is (188,130,231). Sum of RGB (Red+Green+Blue) = 188+130+231=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC82E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82E7 is #437D18. Grayscale: #9E9E9E. Windows color (decimal): -4422937 or 15172284. OLE color: 15172284.
HSL color Cylindrical-coordinate representation of color #BC82E7: hue angle of 274.46º degrees, saturation: 0.68, 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 #BC82E7 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 130 | 231 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.09 |
| HSL | 274.46º | 0.68% | 0.71% | - |
| HSV(B) | 274.46º | 0.44% | 0.91% | - |
| XYZ | 43.15 | 32.43 | 79.59 | - |
| YUV | 158.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 231 | 0.19 | 0.44 | 0 | 0.09 | 274.46 | 0.68 | 0.71 |
| Hex | BC | 82 | E7 | 13 | 2C | 0 | 9 | 112 | 44 | 47 |
| Octal | 274 | 202 | 347 | 23 | 54 | 0 | 11 | 422 | 104 | 107 |
| Binary | 10111100 | 10000010 | 11100111 | 10011 | 101100 | 0 | 1001 | 100010010 | 1000100 | 1000111 |
Color Harmonies of #BC82E7
Complementary color
Monochromatic Colors of #BC82E7
Black with #BC82E7
Text Example
Text Example
White with #BC82E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82E7; }
p { color: rgb(188,130,231); }
H1.HeaderClassName
{
color: #BC82E7;
}
.AnyTagClassName
{
color: #BC82E7;
}
</style>
background-color css
<style>
a { background-color: #BC82E7; }
a { background-color: rgb(188,130,231); }
div.DivClassName
{
background-color: #BC82E7;
}
.BgClassName
{
background-color: #BC82E7;
}
</style>
border-color css
<style>
span { border-color: #BC82E7; }
span { border-color: rgb(188,130,231); }
td.TdClassName
{
border-color: #BC82E7;
}
.TagClassName
{
border-color: #BC82E7;
}
</style>