Shades of Wisteria #BC7CDE
Tints of Wisteria #BC7CDE
RGB
CMYK
RGB Variations
Color information
#BC7CDE (or 0xBC7CDE) is known color: Wisteria. HEX triplet: BC, 7C and DE. RGB value is (188,124,222). Sum of RGB (Red+Green+Blue) = 188+124+222=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CDE is #438321. Grayscale: #999999. Windows color (decimal): -4424482 or 14580924. OLE color: 14580924.
HSL color Cylindrical-coordinate representation of color #BC7CDE: hue angle of 279.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7CDE is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 124 | 222 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.13 |
| HSL | 279.18º | 0.6% | 0.68% | - |
| HSV(B) | 279.18º | 0.44% | 0.87% | - |
| XYZ | 41.13 | 30.38 | 72.8 | - |
| YUV | 154.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 222 | 0.15 | 0.44 | 0 | 0.13 | 279.18 | 0.6 | 0.68 |
| Hex | BC | 7C | DE | F | 2C | 0 | D | 117 | 3C | 44 |
| Octal | 274 | 174 | 336 | 17 | 54 | 0 | 15 | 427 | 74 | 104 |
| Binary | 10111100 | 1111100 | 11011110 | 1111 | 101100 | 0 | 1101 | 100010111 | 111100 | 1000100 |
Color Harmonies of #BC7CDE
Complementary color
Monochromatic Colors of #BC7CDE
Black with #BC7CDE
Text Example
Text Example
White with #BC7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CDE; }
p { color: rgb(188,124,222); }
H1.HeaderClassName
{
color: #BC7CDE;
}
.AnyTagClassName
{
color: #BC7CDE;
}
</style>
background-color css
<style>
a { background-color: #BC7CDE; }
a { background-color: rgb(188,124,222); }
div.DivClassName
{
background-color: #BC7CDE;
}
.BgClassName
{
background-color: #BC7CDE;
}
</style>
border-color css
<style>
span { border-color: #BC7CDE; }
span { border-color: rgb(188,124,222); }
td.TdClassName
{
border-color: #BC7CDE;
}
.TagClassName
{
border-color: #BC7CDE;
}
</style>