Shades of Wisteria #BC87E6
Tints of Wisteria #BC87E6
RGB
CMYK
RGB Variations
Color information
#BC87E6 (or 0xBC87E6) is known color: Wisteria. HEX triplet: BC, 87 and E6. RGB value is (188,135,230). Sum of RGB (Red+Green+Blue) = 188+135+230=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87E6 is #437819. Grayscale: #A1A1A1. Windows color (decimal): -4421658 or 15108028. OLE color: 15108028.
HSL color Cylindrical-coordinate representation of color #BC87E6: hue angle of 273.47º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC87E6 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 135 | 230 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.10 |
| HSL | 273.47º | 0.66% | 0.72% | - |
| HSV(B) | 273.47º | 0.41% | 0.9% | - |
| XYZ | 43.69 | 33.73 | 79.07 | - |
| YUV | 161.68 | 166.56 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 135 | 230 | 0.18 | 0.41 | 0 | 0.10 | 273.47 | 0.66 | 0.72 |
| Hex | BC | 87 | E6 | 12 | 29 | 0 | A | 111 | 42 | 48 |
| Octal | 274 | 207 | 346 | 22 | 51 | 0 | 12 | 421 | 102 | 110 |
| Binary | 10111100 | 10000111 | 11100110 | 10010 | 101001 | 0 | 1010 | 100010001 | 1000010 | 1001000 |
Color Harmonies of #BC87E6
Complementary color
Monochromatic Colors of #BC87E6
Black with #BC87E6
Text Example
Text Example
White with #BC87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC87E6; }
p { color: rgb(188,135,230); }
H1.HeaderClassName
{
color: #BC87E6;
}
.AnyTagClassName
{
color: #BC87E6;
}
</style>
background-color css
<style>
a { background-color: #BC87E6; }
a { background-color: rgb(188,135,230); }
div.DivClassName
{
background-color: #BC87E6;
}
.BgClassName
{
background-color: #BC87E6;
}
</style>
border-color css
<style>
span { border-color: #BC87E6; }
span { border-color: rgb(188,135,230); }
td.TdClassName
{
border-color: #BC87E6;
}
.TagClassName
{
border-color: #BC87E6;
}
</style>