Shades of Wisteria #BC7CDF
Tints of Wisteria #BC7CDF
RGB
CMYK
RGB Variations
Color information
#BC7CDF (or 0xBC7CDF) is known color: Wisteria. HEX triplet: BC, 7C and DF. RGB value is (188,124,223). Sum of RGB (Red+Green+Blue) = 188+124+223=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CDF is #438320. Grayscale: #9A9A9A. Windows color (decimal): -4424481 or 14646460. OLE color: 14646460.
HSL color Cylindrical-coordinate representation of color #BC7CDF: hue angle of 278.79º degrees, saturation: 0.61, 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 #BC7CDF is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 124 | 223 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.13 |
| HSL | 278.79º | 0.61% | 0.68% | - |
| HSV(B) | 278.79º | 0.44% | 0.87% | - |
| XYZ | 41.27 | 30.43 | 73.51 | - |
| YUV | 154.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 223 | 0.16 | 0.44 | 0 | 0.13 | 278.79 | 0.61 | 0.68 |
| Hex | BC | 7C | DF | 10 | 2C | 0 | D | 117 | 3D | 44 |
| Octal | 274 | 174 | 337 | 20 | 54 | 0 | 15 | 427 | 75 | 104 |
| Binary | 10111100 | 1111100 | 11011111 | 10000 | 101100 | 0 | 1101 | 100010111 | 111101 | 1000100 |
Color Harmonies of #BC7CDF
Complementary color
Monochromatic Colors of #BC7CDF
Black with #BC7CDF
Text Example
Text Example
White with #BC7CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CDF; }
p { color: rgb(188,124,223); }
H1.HeaderClassName
{
color: #BC7CDF;
}
.AnyTagClassName
{
color: #BC7CDF;
}
</style>
background-color css
<style>
a { background-color: #BC7CDF; }
a { background-color: rgb(188,124,223); }
div.DivClassName
{
background-color: #BC7CDF;
}
.BgClassName
{
background-color: #BC7CDF;
}
</style>
border-color css
<style>
span { border-color: #BC7CDF; }
span { border-color: rgb(188,124,223); }
td.TdClassName
{
border-color: #BC7CDF;
}
.TagClassName
{
border-color: #BC7CDF;
}
</style>