Shades of Wisteria #BC8CE8
Tints of Wisteria #BC8CE8
RGB
CMYK
RGB Variations
Color information
#BC8CE8 (or 0xBC8CE8) is known color: Wisteria. HEX triplet: BC, 8C and E8. RGB value is (188,140,232). Sum of RGB (Red+Green+Blue) = 188+140+232=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC8CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CE8 is #437317. Grayscale: #A4A4A4. Windows color (decimal): -4420376 or 15240380. OLE color: 15240380.
HSL color Cylindrical-coordinate representation of color #BC8CE8: hue angle of 271.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8CE8 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 140 | 232 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.09 |
| HSL | 271.3º | 0.67% | 0.73% | - |
| HSV(B) | 271.3º | 0.4% | 0.91% | - |
| XYZ | 44.68 | 35.27 | 80.8 | - |
| YUV | 164.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 232 | 0.19 | 0.40 | 0 | 0.09 | 271.3 | 0.67 | 0.73 |
| Hex | BC | 8C | E8 | 13 | 28 | 0 | 9 | 10F | 43 | 49 |
| Octal | 274 | 214 | 350 | 23 | 50 | 0 | 11 | 417 | 103 | 111 |
| Binary | 10111100 | 10001100 | 11101000 | 10011 | 101000 | 0 | 1001 | 100001111 | 1000011 | 1001001 |
Color Harmonies of #BC8CE8
Complementary color
Monochromatic Colors of #BC8CE8
Black with #BC8CE8
Text Example
Text Example
White with #BC8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CE8; }
p { color: rgb(188,140,232); }
H1.HeaderClassName
{
color: #BC8CE8;
}
.AnyTagClassName
{
color: #BC8CE8;
}
</style>
background-color css
<style>
a { background-color: #BC8CE8; }
a { background-color: rgb(188,140,232); }
div.DivClassName
{
background-color: #BC8CE8;
}
.BgClassName
{
background-color: #BC8CE8;
}
</style>
border-color css
<style>
span { border-color: #BC8CE8; }
span { border-color: rgb(188,140,232); }
td.TdClassName
{
border-color: #BC8CE8;
}
.TagClassName
{
border-color: #BC8CE8;
}
</style>