Shades of Wisteria #BC7EDE
Tints of Wisteria #BC7EDE
RGB
CMYK
RGB Variations
Color information
#BC7EDE (or 0xBC7EDE) is known color: Wisteria. HEX triplet: BC, 7E and DE. RGB value is (188,126,222). Sum of RGB (Red+Green+Blue) = 188+126+222=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7EDE is #438121. Grayscale: #9B9B9B. Windows color (decimal): -4423970 or 14581436. OLE color: 14581436.
HSL color Cylindrical-coordinate representation of color #BC7EDE: hue angle of 278.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7EDE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 126 | 222 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.13 |
| HSL | 278.75º | 0.59% | 0.68% | - |
| HSV(B) | 278.75º | 0.43% | 0.87% | - |
| XYZ | 41.38 | 30.89 | 72.89 | - |
| YUV | 155.48 | 165.54 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 126 | 222 | 0.15 | 0.43 | 0 | 0.13 | 278.75 | 0.59 | 0.68 |
| Hex | BC | 7E | DE | F | 2B | 0 | D | 117 | 3B | 44 |
| Octal | 274 | 176 | 336 | 17 | 53 | 0 | 15 | 427 | 73 | 104 |
| Binary | 10111100 | 1111110 | 11011110 | 1111 | 101011 | 0 | 1101 | 100010111 | 111011 | 1000100 |
Color Harmonies of #BC7EDE
Complementary color
Monochromatic Colors of #BC7EDE
Black with #BC7EDE
Text Example
Text Example
White with #BC7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7EDE; }
p { color: rgb(188,126,222); }
H1.HeaderClassName
{
color: #BC7EDE;
}
.AnyTagClassName
{
color: #BC7EDE;
}
</style>
background-color css
<style>
a { background-color: #BC7EDE; }
a { background-color: rgb(188,126,222); }
div.DivClassName
{
background-color: #BC7EDE;
}
.BgClassName
{
background-color: #BC7EDE;
}
</style>
border-color css
<style>
span { border-color: #BC7EDE; }
span { border-color: rgb(188,126,222); }
td.TdClassName
{
border-color: #BC7EDE;
}
.TagClassName
{
border-color: #BC7EDE;
}
</style>