Shades of Wisteria #BC8DDD
Tints of Wisteria #BC8DDD
RGB
CMYK
RGB Variations
Color information
#BC8DDD (or 0xBC8DDD) is known color: Wisteria. HEX triplet: BC, 8D and DD. RGB value is (188,141,221). Sum of RGB (Red+Green+Blue) = 188+141+221=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DDD is #437222. Grayscale: #A3A3A3. Windows color (decimal): -4420131 or 14519740. OLE color: 14519740.
HSL color Cylindrical-coordinate representation of color #BC8DDD: hue angle of 275.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8DDD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 141 | 221 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.13 |
| HSL | 275.25º | 0.54% | 0.71% | - |
| HSV(B) | 275.25º | 0.36% | 0.87% | - |
| XYZ | 43.32 | 34.96 | 72.87 | - |
| YUV | 164.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 141 | 221 | 0.15 | 0.36 | 0 | 0.13 | 275.25 | 0.54 | 0.71 |
| Hex | BC | 8D | DD | F | 24 | 0 | D | 113 | 36 | 47 |
| Octal | 274 | 215 | 335 | 17 | 44 | 0 | 15 | 423 | 66 | 107 |
| Binary | 10111100 | 10001101 | 11011101 | 1111 | 100100 | 0 | 1101 | 100010011 | 110110 | 1000111 |
Color Harmonies of #BC8DDD
Complementary color
Monochromatic Colors of #BC8DDD
Black with #BC8DDD
Text Example
Text Example
White with #BC8DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8DDD; }
p { color: rgb(188,141,221); }
H1.HeaderClassName
{
color: #BC8DDD;
}
.AnyTagClassName
{
color: #BC8DDD;
}
</style>
background-color css
<style>
a { background-color: #BC8DDD; }
a { background-color: rgb(188,141,221); }
div.DivClassName
{
background-color: #BC8DDD;
}
.BgClassName
{
background-color: #BC8DDD;
}
</style>
border-color css
<style>
span { border-color: #BC8DDD; }
span { border-color: rgb(188,141,221); }
td.TdClassName
{
border-color: #BC8DDD;
}
.TagClassName
{
border-color: #BC8DDD;
}
</style>