Shades of Wisteria #BC8CDE
Tints of Wisteria #BC8CDE
RGB
CMYK
RGB Variations
Color information
#BC8CDE (or 0xBC8CDE) is known color: Wisteria. HEX triplet: BC, 8C and DE. RGB value is (188,140,222). Sum of RGB (Red+Green+Blue) = 188+140+222=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CDE is #437321. Grayscale: #A3A3A3. Windows color (decimal): -4420386 or 14585020. OLE color: 14585020.
HSL color Cylindrical-coordinate representation of color #BC8CDE: hue angle of 275.12º 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 #BC8CDE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 140 | 222 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.13 |
| HSL | 275.12º | 0.55% | 0.71% | - |
| HSV(B) | 275.12º | 0.37% | 0.87% | - |
| XYZ | 43.3 | 34.72 | 73.53 | - |
| YUV | 163.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 222 | 0.15 | 0.37 | 0 | 0.13 | 275.12 | 0.55 | 0.71 |
| Hex | BC | 8C | DE | F | 25 | 0 | D | 113 | 37 | 47 |
| Octal | 274 | 214 | 336 | 17 | 45 | 0 | 15 | 423 | 67 | 107 |
| Binary | 10111100 | 10001100 | 11011110 | 1111 | 100101 | 0 | 1101 | 100010011 | 110111 | 1000111 |
Color Harmonies of #BC8CDE
Complementary color
Monochromatic Colors of #BC8CDE
Black with #BC8CDE
Text Example
Text Example
White with #BC8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CDE; }
p { color: rgb(188,140,222); }
H1.HeaderClassName
{
color: #BC8CDE;
}
.AnyTagClassName
{
color: #BC8CDE;
}
</style>
background-color css
<style>
a { background-color: #BC8CDE; }
a { background-color: rgb(188,140,222); }
div.DivClassName
{
background-color: #BC8CDE;
}
.BgClassName
{
background-color: #BC8CDE;
}
</style>
border-color css
<style>
span { border-color: #BC8CDE; }
span { border-color: rgb(188,140,222); }
td.TdClassName
{
border-color: #BC8CDE;
}
.TagClassName
{
border-color: #BC8CDE;
}
</style>