Shades of Wisteria #BC8DD6
Tints of Wisteria #BC8DD6
RGB
CMYK
RGB Variations
Color information
#BC8DD6 (or 0xBC8DD6) is known color: Wisteria. HEX triplet: BC, 8D and D6. RGB value is (188,141,214). Sum of RGB (Red+Green+Blue) = 188+141+214=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 141 (55.47% from 255 or 25.97% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC8DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DD6 is #437229. Grayscale: #A3A3A3. Windows color (decimal): -4420138 or 14060988. OLE color: 14060988.
HSL color Cylindrical-coordinate representation of color #BC8DD6: hue angle of 278.63º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8DD6 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 141 | 214 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.16 |
| HSL | 278.63º | 0.47% | 0.7% | - |
| HSV(B) | 278.63º | 0.34% | 0.84% | - |
| XYZ | 42.4 | 34.6 | 68.06 | - |
| YUV | 163.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 214 | 0.12 | 0.34 | 0 | 0.16 | 278.63 | 0.47 | 0.7 |
| Hex | BC | 8D | D6 | C | 22 | 0 | 10 | 117 | 2F | 46 |
| Octal | 274 | 215 | 326 | 14 | 42 | 0 | 20 | 427 | 57 | 106 |
| Binary | 10111100 | 10001101 | 11010110 | 1100 | 100010 | 0 | 10000 | 100010111 | 101111 | 1000110 |
Color Harmonies of #BC8DD6
Complementary color
Monochromatic Colors of #BC8DD6
Black with #BC8DD6
Text Example
Text Example
White with #BC8DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DD6; }
p { color: rgb(188,141,214); }
H1.HeaderClassName
{
color: #BC8DD6;
}
.AnyTagClassName
{
color: #BC8DD6;
}
</style>
background-color css
<style>
a { background-color: #BC8DD6; }
a { background-color: rgb(188,141,214); }
div.DivClassName
{
background-color: #BC8DD6;
}
.BgClassName
{
background-color: #BC8DD6;
}
</style>
border-color css
<style>
span { border-color: #BC8DD6; }
span { border-color: rgb(188,141,214); }
td.TdClassName
{
border-color: #BC8DD6;
}
.TagClassName
{
border-color: #BC8DD6;
}
</style>