Shades of Wisteria #BC8CE6
Tints of Wisteria #BC8CE6
RGB
CMYK
RGB Variations
Color information
#BC8CE6 (or 0xBC8CE6) is known color: Wisteria. HEX triplet: BC, 8C and E6. RGB value is (188,140,230). Sum of RGB (Red+Green+Blue) = 188+140+230=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC8CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CE6 is #437319. Grayscale: #A4A4A4. Windows color (decimal): -4420378 or 15109308. OLE color: 15109308.
HSL color Cylindrical-coordinate representation of color #BC8CE6: hue angle of 272º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8CE6 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 140 | 230 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.10 |
| HSL | 272º | 0.64% | 0.73% | - |
| HSV(B) | 272º | 0.39% | 0.9% | - |
| XYZ | 44.4 | 35.16 | 79.31 | - |
| YUV | 164.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 230 | 0.18 | 0.39 | 0 | 0.10 | 272 | 0.64 | 0.73 |
| Hex | BC | 8C | E6 | 12 | 27 | 0 | A | 110 | 40 | 49 |
| Octal | 274 | 214 | 346 | 22 | 47 | 0 | 12 | 420 | 100 | 111 |
| Binary | 10111100 | 10001100 | 11100110 | 10010 | 100111 | 0 | 1010 | 100010000 | 1000000 | 1001001 |
Color Harmonies of #BC8CE6
Complementary color
Monochromatic Colors of #BC8CE6
Black with #BC8CE6
Text Example
Text Example
White with #BC8CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CE6; }
p { color: rgb(188,140,230); }
H1.HeaderClassName
{
color: #BC8CE6;
}
.AnyTagClassName
{
color: #BC8CE6;
}
</style>
background-color css
<style>
a { background-color: #BC8CE6; }
a { background-color: rgb(188,140,230); }
div.DivClassName
{
background-color: #BC8CE6;
}
.BgClassName
{
background-color: #BC8CE6;
}
</style>
border-color css
<style>
span { border-color: #BC8CE6; }
span { border-color: rgb(188,140,230); }
td.TdClassName
{
border-color: #BC8CE6;
}
.TagClassName
{
border-color: #BC8CE6;
}
</style>