Shades of Wisteria #BC86D8
Tints of Wisteria #BC86D8
RGB
CMYK
RGB Variations
Color information
#BC86D8 (or 0xBC86D8) is known color: Wisteria. HEX triplet: BC, 86 and D8. RGB value is (188,134,216). Sum of RGB (Red+Green+Blue) = 188+134+216=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC86D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D8 is #437927. Grayscale: #9F9F9F. Windows color (decimal): -4421928 or 14190268. OLE color: 14190268.
HSL color Cylindrical-coordinate representation of color #BC86D8: hue angle of 279.51º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC86D8 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 134 | 216 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.15 |
| HSL | 279.51º | 0.51% | 0.69% | - |
| HSV(B) | 279.51º | 0.38% | 0.85% | - |
| XYZ | 41.66 | 32.7 | 69.08 | - |
| YUV | 159.49 | 159.89 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 216 | 0.13 | 0.38 | 0 | 0.15 | 279.51 | 0.51 | 0.69 |
| Hex | BC | 86 | D8 | D | 26 | 0 | F | 118 | 33 | 45 |
| Octal | 274 | 206 | 330 | 15 | 46 | 0 | 17 | 430 | 63 | 105 |
| Binary | 10111100 | 10000110 | 11011000 | 1101 | 100110 | 0 | 1111 | 100011000 | 110011 | 1000101 |
Color Harmonies of #BC86D8
Complementary color
Monochromatic Colors of #BC86D8
Black with #BC86D8
Text Example
Text Example
White with #BC86D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86D8; }
p { color: rgb(188,134,216); }
H1.HeaderClassName
{
color: #BC86D8;
}
.AnyTagClassName
{
color: #BC86D8;
}
</style>
background-color css
<style>
a { background-color: #BC86D8; }
a { background-color: rgb(188,134,216); }
div.DivClassName
{
background-color: #BC86D8;
}
.BgClassName
{
background-color: #BC86D8;
}
</style>
border-color css
<style>
span { border-color: #BC86D8; }
span { border-color: rgb(188,134,216); }
td.TdClassName
{
border-color: #BC86D8;
}
.TagClassName
{
border-color: #BC86D8;
}
</style>