Shades of Wisteria #BC8ECF
Tints of Wisteria #BC8ECF
RGB
CMYK
RGB Variations
Color information
#BC8ECF (or 0xBC8ECF) is known color: Wisteria. HEX triplet: BC, 8E and CF. RGB value is (188,142,207). Sum of RGB (Red+Green+Blue) = 188+142+207=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ECF is #437130. Grayscale: #A2A2A2. Windows color (decimal): -4419889 or 13602492. OLE color: 13602492.
HSL color Cylindrical-coordinate representation of color #BC8ECF: hue angle of 282.46º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC8ECF is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 142 | 207 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.19 |
| HSL | 282.46º | 0.4% | 0.68% | - |
| HSV(B) | 282.46º | 0.31% | 0.81% | - |
| XYZ | 41.67 | 34.54 | 63.5 | - |
| YUV | 163.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 142 | 207 | 0.09 | 0.31 | 0 | 0.19 | 282.46 | 0.4 | 0.68 |
| Hex | BC | 8E | CF | 9 | 1F | 0 | 13 | 11A | 28 | 44 |
| Octal | 274 | 216 | 317 | 11 | 37 | 0 | 23 | 432 | 50 | 104 |
| Binary | 10111100 | 10001110 | 11001111 | 1001 | 11111 | 0 | 10011 | 100011010 | 101000 | 1000100 |
Color Harmonies of #BC8ECF
Complementary color
Monochromatic Colors of #BC8ECF
Black with #BC8ECF
Text Example
Text Example
White with #BC8ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ECF; }
p { color: rgb(188,142,207); }
H1.HeaderClassName
{
color: #BC8ECF;
}
.AnyTagClassName
{
color: #BC8ECF;
}
</style>
background-color css
<style>
a { background-color: #BC8ECF; }
a { background-color: rgb(188,142,207); }
div.DivClassName
{
background-color: #BC8ECF;
}
.BgClassName
{
background-color: #BC8ECF;
}
</style>
border-color css
<style>
span { border-color: #BC8ECF; }
span { border-color: rgb(188,142,207); }
td.TdClassName
{
border-color: #BC8ECF;
}
.TagClassName
{
border-color: #BC8ECF;
}
</style>