Shades of Wisteria #BC8EE5
Tints of Wisteria #BC8EE5
RGB
CMYK
RGB Variations
Color information
#BC8EE5 (or 0xBC8EE5) is known color: Wisteria. HEX triplet: BC, 8E and E5. RGB value is (188,142,229). Sum of RGB (Red+Green+Blue) = 188+142+229=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 142 (55.86% from 255 or 25.40% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC8EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EE5 is #43711A. Grayscale: #A5A5A5. Windows color (decimal): -4419867 or 15044284. OLE color: 15044284.
HSL color Cylindrical-coordinate representation of color #BC8EE5: hue angle of 271.72º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8EE5 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 142 | 229 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.10 |
| HSL | 271.72º | 0.63% | 0.73% | - |
| HSV(B) | 271.72º | 0.38% | 0.9% | - |
| XYZ | 44.55 | 35.69 | 78.67 | - |
| YUV | 165.67 | 163.74 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 229 | 0.18 | 0.38 | 0 | 0.10 | 271.72 | 0.63 | 0.73 |
| Hex | BC | 8E | E5 | 12 | 26 | 0 | A | 110 | 3F | 49 |
| Octal | 274 | 216 | 345 | 22 | 46 | 0 | 12 | 420 | 77 | 111 |
| Binary | 10111100 | 10001110 | 11100101 | 10010 | 100110 | 0 | 1010 | 100010000 | 111111 | 1001001 |
Color Harmonies of #BC8EE5
Complementary color
Monochromatic Colors of #BC8EE5
Black with #BC8EE5
Text Example
Text Example
White with #BC8EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8EE5; }
p { color: rgb(188,142,229); }
H1.HeaderClassName
{
color: #BC8EE5;
}
.AnyTagClassName
{
color: #BC8EE5;
}
</style>
background-color css
<style>
a { background-color: #BC8EE5; }
a { background-color: rgb(188,142,229); }
div.DivClassName
{
background-color: #BC8EE5;
}
.BgClassName
{
background-color: #BC8EE5;
}
</style>
border-color css
<style>
span { border-color: #BC8EE5; }
span { border-color: rgb(188,142,229); }
td.TdClassName
{
border-color: #BC8EE5;
}
.TagClassName
{
border-color: #BC8EE5;
}
</style>