Shades of Wisteria #BC8AD8
Tints of Wisteria #BC8AD8
RGB
CMYK
RGB Variations
Color information
#BC8AD8 (or 0xBC8AD8) is known color: Wisteria. HEX triplet: BC, 8A and D8. RGB value is (188,138,216). Sum of RGB (Red+Green+Blue) = 188+138+216=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC8AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD8 is #437527. Grayscale: #A1A1A1. Windows color (decimal): -4420904 or 14191292. OLE color: 14191292.
HSL color Cylindrical-coordinate representation of color #BC8AD8: hue angle of 278.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8AD8 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 138 | 216 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.15 |
| HSL | 278.46º | 0.5% | 0.69% | - |
| HSV(B) | 278.46º | 0.36% | 0.85% | - |
| XYZ | 42.22 | 33.83 | 69.27 | - |
| YUV | 161.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 216 | 0.13 | 0.36 | 0 | 0.15 | 278.46 | 0.5 | 0.69 |
| Hex | BC | 8A | D8 | D | 24 | 0 | F | 116 | 32 | 45 |
| Octal | 274 | 212 | 330 | 15 | 44 | 0 | 17 | 426 | 62 | 105 |
| Binary | 10111100 | 10001010 | 11011000 | 1101 | 100100 | 0 | 1111 | 100010110 | 110010 | 1000101 |
Color Harmonies of #BC8AD8
Complementary color
Monochromatic Colors of #BC8AD8
Black with #BC8AD8
Text Example
Text Example
White with #BC8AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AD8; }
p { color: rgb(188,138,216); }
H1.HeaderClassName
{
color: #BC8AD8;
}
.AnyTagClassName
{
color: #BC8AD8;
}
</style>
background-color css
<style>
a { background-color: #BC8AD8; }
a { background-color: rgb(188,138,216); }
div.DivClassName
{
background-color: #BC8AD8;
}
.BgClassName
{
background-color: #BC8AD8;
}
</style>
border-color css
<style>
span { border-color: #BC8AD8; }
span { border-color: rgb(188,138,216); }
td.TdClassName
{
border-color: #BC8AD8;
}
.TagClassName
{
border-color: #BC8AD8;
}
</style>