Shades of Wisteria #BC8BDD
Tints of Wisteria #BC8BDD
RGB
CMYK
RGB Variations
Color information
#BC8BDD (or 0xBC8BDD) is known color: Wisteria. HEX triplet: BC, 8B and DD. RGB value is (188,139,221). Sum of RGB (Red+Green+Blue) = 188+139+221=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BDD is #437422. Grayscale: #A2A2A2. Windows color (decimal): -4420643 or 14519228. OLE color: 14519228.
HSL color Cylindrical-coordinate representation of color #BC8BDD: hue angle of 275.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8BDD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 139 | 221 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.13 |
| HSL | 275.85º | 0.55% | 0.71% | - |
| HSV(B) | 275.85º | 0.37% | 0.87% | - |
| XYZ | 43.02 | 34.38 | 72.77 | - |
| YUV | 163 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 221 | 0.15 | 0.37 | 0 | 0.13 | 275.85 | 0.55 | 0.71 |
| Hex | BC | 8B | DD | F | 25 | 0 | D | 114 | 37 | 47 |
| Octal | 274 | 213 | 335 | 17 | 45 | 0 | 15 | 424 | 67 | 107 |
| Binary | 10111100 | 10001011 | 11011101 | 1111 | 100101 | 0 | 1101 | 100010100 | 110111 | 1000111 |
Color Harmonies of #BC8BDD
Complementary color
Monochromatic Colors of #BC8BDD
Black with #BC8BDD
Text Example
Text Example
White with #BC8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BDD; }
p { color: rgb(188,139,221); }
H1.HeaderClassName
{
color: #BC8BDD;
}
.AnyTagClassName
{
color: #BC8BDD;
}
</style>
background-color css
<style>
a { background-color: #BC8BDD; }
a { background-color: rgb(188,139,221); }
div.DivClassName
{
background-color: #BC8BDD;
}
.BgClassName
{
background-color: #BC8BDD;
}
</style>
border-color css
<style>
span { border-color: #BC8BDD; }
span { border-color: rgb(188,139,221); }
td.TdClassName
{
border-color: #BC8BDD;
}
.TagClassName
{
border-color: #BC8BDD;
}
</style>