Shades of Wisteria #BC86D6
Tints of Wisteria #BC86D6
RGB
CMYK
RGB Variations
Color information
#BC86D6 (or 0xBC86D6) is known color: Wisteria. HEX triplet: BC, 86 and D6. RGB value is (188,134,214). Sum of RGB (Red+Green+Blue) = 188+134+214=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC86D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86D6 is #437929. Grayscale: #9F9F9F. Windows color (decimal): -4421930 or 14059196. OLE color: 14059196.
HSL color Cylindrical-coordinate representation of color #BC86D6: hue angle of 280.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC86D6 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 134 | 214 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.16 |
| HSL | 280.5º | 0.49% | 0.68% | - |
| HSV(B) | 280.5º | 0.37% | 0.84% | - |
| XYZ | 41.4 | 32.6 | 67.73 | - |
| YUV | 159.27 | 158.89 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 214 | 0.12 | 0.37 | 0 | 0.16 | 280.5 | 0.49 | 0.68 |
| Hex | BC | 86 | D6 | C | 25 | 0 | 10 | 118 | 31 | 44 |
| Octal | 274 | 206 | 326 | 14 | 45 | 0 | 20 | 430 | 61 | 104 |
| Binary | 10111100 | 10000110 | 11010110 | 1100 | 100101 | 0 | 10000 | 100011000 | 110001 | 1000100 |
Color Harmonies of #BC86D6
Complementary color
Monochromatic Colors of #BC86D6
Black with #BC86D6
Text Example
Text Example
White with #BC86D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86D6; }
p { color: rgb(188,134,214); }
H1.HeaderClassName
{
color: #BC86D6;
}
.AnyTagClassName
{
color: #BC86D6;
}
</style>
background-color css
<style>
a { background-color: #BC86D6; }
a { background-color: rgb(188,134,214); }
div.DivClassName
{
background-color: #BC86D6;
}
.BgClassName
{
background-color: #BC86D6;
}
</style>
border-color css
<style>
span { border-color: #BC86D6; }
span { border-color: rgb(188,134,214); }
td.TdClassName
{
border-color: #BC86D6;
}
.TagClassName
{
border-color: #BC86D6;
}
</style>