Shades of Wisteria #BC8BD5
Tints of Wisteria #BC8BD5
RGB
CMYK
RGB Variations
Color information
#BC8BD5 (or 0xBC8BD5) is known color: Wisteria. HEX triplet: BC, 8B and D5. RGB value is (188,139,213). Sum of RGB (Red+Green+Blue) = 188+139+213=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC8BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BD5 is #43742A. Grayscale: #A1A1A1. Windows color (decimal): -4420651 or 13994940. OLE color: 13994940.
HSL color Cylindrical-coordinate representation of color #BC8BD5: hue angle of 279.73º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8BD5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 139 | 213 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.16 |
| HSL | 279.73º | 0.47% | 0.69% | - |
| HSV(B) | 279.73º | 0.35% | 0.84% | - |
| XYZ | 41.98 | 33.96 | 67.29 | - |
| YUV | 162.09 | 156.73 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 213 | 0.12 | 0.35 | 0 | 0.16 | 279.73 | 0.47 | 0.69 |
| Hex | BC | 8B | D5 | C | 23 | 0 | 10 | 118 | 2F | 45 |
| Octal | 274 | 213 | 325 | 14 | 43 | 0 | 20 | 430 | 57 | 105 |
| Binary | 10111100 | 10001011 | 11010101 | 1100 | 100011 | 0 | 10000 | 100011000 | 101111 | 1000101 |
Color Harmonies of #BC8BD5
Complementary color
Monochromatic Colors of #BC8BD5
Black with #BC8BD5
Text Example
Text Example
White with #BC8BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BD5; }
p { color: rgb(188,139,213); }
H1.HeaderClassName
{
color: #BC8BD5;
}
.AnyTagClassName
{
color: #BC8BD5;
}
</style>
background-color css
<style>
a { background-color: #BC8BD5; }
a { background-color: rgb(188,139,213); }
div.DivClassName
{
background-color: #BC8BD5;
}
.BgClassName
{
background-color: #BC8BD5;
}
</style>
border-color css
<style>
span { border-color: #BC8BD5; }
span { border-color: rgb(188,139,213); }
td.TdClassName
{
border-color: #BC8BD5;
}
.TagClassName
{
border-color: #BC8BD5;
}
</style>