Shades of Wisteria #BC88E5
Tints of Wisteria #BC88E5
RGB
CMYK
RGB Variations
Color information
#BC88E5 (or 0xBC88E5) is known color: Wisteria. HEX triplet: BC, 88 and E5. RGB value is (188,136,229). Sum of RGB (Red+Green+Blue) = 188+136+229=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC88E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC88E5 is #43771A. Grayscale: #A1A1A1. Windows color (decimal): -4421403 or 15042748. OLE color: 15042748.
HSL color Cylindrical-coordinate representation of color #BC88E5: hue angle of 273.55º degrees, saturation: 0.64, 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 #BC88E5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 136 | 229 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.10 |
| HSL | 273.55º | 0.64% | 0.72% | - |
| HSV(B) | 273.55º | 0.41% | 0.9% | - |
| XYZ | 43.69 | 33.96 | 78.38 | - |
| YUV | 162.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 229 | 0.18 | 0.41 | 0 | 0.10 | 273.55 | 0.64 | 0.72 |
| Hex | BC | 88 | E5 | 12 | 29 | 0 | A | 112 | 40 | 48 |
| Octal | 274 | 210 | 345 | 22 | 51 | 0 | 12 | 422 | 100 | 110 |
| Binary | 10111100 | 10001000 | 11100101 | 10010 | 101001 | 0 | 1010 | 100010010 | 1000000 | 1001000 |
Color Harmonies of #BC88E5
Complementary color
Monochromatic Colors of #BC88E5
Black with #BC88E5
Text Example
Text Example
White with #BC88E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88E5; }
p { color: rgb(188,136,229); }
H1.HeaderClassName
{
color: #BC88E5;
}
.AnyTagClassName
{
color: #BC88E5;
}
</style>
background-color css
<style>
a { background-color: #BC88E5; }
a { background-color: rgb(188,136,229); }
div.DivClassName
{
background-color: #BC88E5;
}
.BgClassName
{
background-color: #BC88E5;
}
</style>
border-color css
<style>
span { border-color: #BC88E5; }
span { border-color: rgb(188,136,229); }
td.TdClassName
{
border-color: #BC88E5;
}
.TagClassName
{
border-color: #BC88E5;
}
</style>