Shades of Wisteria #BC82E5
Tints of Wisteria #BC82E5
RGB
CMYK
RGB Variations
Color information
#BC82E5 (or 0xBC82E5) is known color: Wisteria. HEX triplet: BC, 82 and E5. RGB value is (188,130,229). Sum of RGB (Red+Green+Blue) = 188+130+229=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82E5 is #437D1A. Grayscale: #9E9E9E. Windows color (decimal): -4422939 or 15041212. OLE color: 15041212.
HSL color Cylindrical-coordinate representation of color #BC82E5: hue angle of 275.15º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC82E5 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 130 | 229 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.10 |
| HSL | 275.15º | 0.66% | 0.7% | - |
| HSV(B) | 275.15º | 0.43% | 0.9% | - |
| XYZ | 42.86 | 32.31 | 78.11 | - |
| YUV | 158.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 229 | 0.18 | 0.43 | 0 | 0.10 | 275.15 | 0.66 | 0.7 |
| Hex | BC | 82 | E5 | 12 | 2B | 0 | A | 113 | 42 | 46 |
| Octal | 274 | 202 | 345 | 22 | 53 | 0 | 12 | 423 | 102 | 106 |
| Binary | 10111100 | 10000010 | 11100101 | 10010 | 101011 | 0 | 1010 | 100010011 | 1000010 | 1000110 |
Color Harmonies of #BC82E5
Complementary color
Monochromatic Colors of #BC82E5
Black with #BC82E5
Text Example
Text Example
White with #BC82E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82E5; }
p { color: rgb(188,130,229); }
H1.HeaderClassName
{
color: #BC82E5;
}
.AnyTagClassName
{
color: #BC82E5;
}
</style>
background-color css
<style>
a { background-color: #BC82E5; }
a { background-color: rgb(188,130,229); }
div.DivClassName
{
background-color: #BC82E5;
}
.BgClassName
{
background-color: #BC82E5;
}
</style>
border-color css
<style>
span { border-color: #BC82E5; }
span { border-color: rgb(188,130,229); }
td.TdClassName
{
border-color: #BC82E5;
}
.TagClassName
{
border-color: #BC82E5;
}
</style>