Shades of Wisteria #BC7BEC
Tints of Wisteria #BC7BEC
RGB
CMYK
RGB Variations
Color information
#BC7BEC (or 0xBC7BEC) is known color: Wisteria. HEX triplet: BC, 7B and EC. RGB value is (188,123,236). Sum of RGB (Red+Green+Blue) = 188+123+236=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC7BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BEC is #438413. Grayscale: #9A9A9A. Windows color (decimal): -4424724 or 15498172. OLE color: 15498172.
HSL color Cylindrical-coordinate representation of color #BC7BEC: hue angle of 274.51º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7BEC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 123 | 236 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.07 |
| HSL | 274.51º | 0.75% | 0.7% | - |
| HSV(B) | 274.51º | 0.48% | 0.93% | - |
| XYZ | 42.96 | 30.91 | 83.06 | - |
| YUV | 155.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 236 | 0.20 | 0.48 | 0 | 0.07 | 274.51 | 0.75 | 0.7 |
| Hex | BC | 7B | EC | 14 | 30 | 0 | 7 | 113 | 4B | 46 |
| Octal | 274 | 173 | 354 | 24 | 60 | 0 | 7 | 423 | 113 | 106 |
| Binary | 10111100 | 1111011 | 11101100 | 10100 | 110000 | 0 | 111 | 100010011 | 1001011 | 1000110 |
Color Harmonies of #BC7BEC
Complementary color
Monochromatic Colors of #BC7BEC
Black with #BC7BEC
Text Example
Text Example
White with #BC7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BEC; }
p { color: rgb(188,123,236); }
H1.HeaderClassName
{
color: #BC7BEC;
}
.AnyTagClassName
{
color: #BC7BEC;
}
</style>
background-color css
<style>
a { background-color: #BC7BEC; }
a { background-color: rgb(188,123,236); }
div.DivClassName
{
background-color: #BC7BEC;
}
.BgClassName
{
background-color: #BC7BEC;
}
</style>
border-color css
<style>
span { border-color: #BC7BEC; }
span { border-color: rgb(188,123,236); }
td.TdClassName
{
border-color: #BC7BEC;
}
.TagClassName
{
border-color: #BC7BEC;
}
</style>