Shades of Wisteria #BC7CDC
Tints of Wisteria #BC7CDC
RGB
CMYK
RGB Variations
Color information
#BC7CDC (or 0xBC7CDC) is known color: Wisteria. HEX triplet: BC, 7C and DC. RGB value is (188,124,220). Sum of RGB (Red+Green+Blue) = 188+124+220=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC7CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CDC is #438323. Grayscale: #999999. Windows color (decimal): -4424484 or 14449852. OLE color: 14449852.
HSL color Cylindrical-coordinate representation of color #BC7CDC: hue angle of 280º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC7CDC is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 124 | 220 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.14 |
| HSL | 280º | 0.58% | 0.67% | - |
| HSV(B) | 280º | 0.44% | 0.86% | - |
| XYZ | 40.86 | 30.27 | 71.4 | - |
| YUV | 154.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 220 | 0.15 | 0.44 | 0 | 0.14 | 280 | 0.58 | 0.67 |
| Hex | BC | 7C | DC | F | 2C | 0 | E | 118 | 3A | 43 |
| Octal | 274 | 174 | 334 | 17 | 54 | 0 | 16 | 430 | 72 | 103 |
| Binary | 10111100 | 1111100 | 11011100 | 1111 | 101100 | 0 | 1110 | 100011000 | 111010 | 1000011 |
Color Harmonies of #BC7CDC
Complementary color
Monochromatic Colors of #BC7CDC
Black with #BC7CDC
Text Example
Text Example
White with #BC7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7CDC; }
p { color: rgb(188,124,220); }
H1.HeaderClassName
{
color: #BC7CDC;
}
.AnyTagClassName
{
color: #BC7CDC;
}
</style>
background-color css
<style>
a { background-color: #BC7CDC; }
a { background-color: rgb(188,124,220); }
div.DivClassName
{
background-color: #BC7CDC;
}
.BgClassName
{
background-color: #BC7CDC;
}
</style>
border-color css
<style>
span { border-color: #BC7CDC; }
span { border-color: rgb(188,124,220); }
td.TdClassName
{
border-color: #BC7CDC;
}
.TagClassName
{
border-color: #BC7CDC;
}
</style>