Shades of Wisteria #BC7ADE
Tints of Wisteria #BC7ADE
RGB
CMYK
RGB Variations
Color information
#BC7ADE (or 0xBC7ADE) is known color: Wisteria. HEX triplet: BC, 7A and DE. RGB value is (188,122,222). Sum of RGB (Red+Green+Blue) = 188+122+222=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7ADE is #438521. Grayscale: #989898. Windows color (decimal): -4424994 or 14580412. OLE color: 14580412.
HSL color Cylindrical-coordinate representation of color #BC7ADE: hue angle of 279.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7ADE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 122 | 222 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.13 |
| HSL | 279.6º | 0.6% | 0.67% | - |
| HSV(B) | 279.6º | 0.45% | 0.87% | - |
| XYZ | 40.88 | 29.88 | 72.72 | - |
| YUV | 153.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 222 | 0.15 | 0.45 | 0 | 0.13 | 279.6 | 0.6 | 0.67 |
| Hex | BC | 7A | DE | F | 2D | 0 | D | 118 | 3C | 43 |
| Octal | 274 | 172 | 336 | 17 | 55 | 0 | 15 | 430 | 74 | 103 |
| Binary | 10111100 | 1111010 | 11011110 | 1111 | 101101 | 0 | 1101 | 100011000 | 111100 | 1000011 |
Color Harmonies of #BC7ADE
Complementary color
Monochromatic Colors of #BC7ADE
Black with #BC7ADE
Text Example
Text Example
White with #BC7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7ADE; }
p { color: rgb(188,122,222); }
H1.HeaderClassName
{
color: #BC7ADE;
}
.AnyTagClassName
{
color: #BC7ADE;
}
</style>
background-color css
<style>
a { background-color: #BC7ADE; }
a { background-color: rgb(188,122,222); }
div.DivClassName
{
background-color: #BC7ADE;
}
.BgClassName
{
background-color: #BC7ADE;
}
</style>
border-color css
<style>
span { border-color: #BC7ADE; }
span { border-color: rgb(188,122,222); }
td.TdClassName
{
border-color: #BC7ADE;
}
.TagClassName
{
border-color: #BC7ADE;
}
</style>