Shades of Wisteria #BC82E6
Tints of Wisteria #BC82E6
RGB
CMYK
RGB Variations
Color information
#BC82E6 (or 0xBC82E6) is known color: Wisteria. HEX triplet: BC, 82 and E6. RGB value is (188,130,230). Sum of RGB (Red+Green+Blue) = 188+130+230=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC82E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82E6 is #437D19. Grayscale: #9E9E9E. Windows color (decimal): -4422938 or 15106748. OLE color: 15106748.
HSL color Cylindrical-coordinate representation of color #BC82E6: hue angle of 274.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC82E6 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 130 | 230 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.10 |
| HSL | 274.8º | 0.67% | 0.71% | - |
| HSV(B) | 274.8º | 0.43% | 0.9% | - |
| XYZ | 43 | 32.37 | 78.84 | - |
| YUV | 158.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 230 | 0.18 | 0.43 | 0 | 0.10 | 274.8 | 0.67 | 0.71 |
| Hex | BC | 82 | E6 | 12 | 2B | 0 | A | 113 | 43 | 47 |
| Octal | 274 | 202 | 346 | 22 | 53 | 0 | 12 | 423 | 103 | 107 |
| Binary | 10111100 | 10000010 | 11100110 | 10010 | 101011 | 0 | 1010 | 100010011 | 1000011 | 1000111 |
Color Harmonies of #BC82E6
Complementary color
Monochromatic Colors of #BC82E6
Black with #BC82E6
Text Example
Text Example
White with #BC82E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82E6; }
p { color: rgb(188,130,230); }
H1.HeaderClassName
{
color: #BC82E6;
}
.AnyTagClassName
{
color: #BC82E6;
}
</style>
background-color css
<style>
a { background-color: #BC82E6; }
a { background-color: rgb(188,130,230); }
div.DivClassName
{
background-color: #BC82E6;
}
.BgClassName
{
background-color: #BC82E6;
}
</style>
border-color css
<style>
span { border-color: #BC82E6; }
span { border-color: rgb(188,130,230); }
td.TdClassName
{
border-color: #BC82E6;
}
.TagClassName
{
border-color: #BC82E6;
}
</style>