Shades of Wisteria #BC7BDF
Tints of Wisteria #BC7BDF
RGB
CMYK
RGB Variations
Color information
#BC7BDF (or 0xBC7BDF) is known color: Wisteria. HEX triplet: BC, 7B and DF. RGB value is (188,123,223). Sum of RGB (Red+Green+Blue) = 188+123+223=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7BDF is #438420. Grayscale: #999999. Windows color (decimal): -4424737 or 14646204. OLE color: 14646204.
HSL color Cylindrical-coordinate representation of color #BC7BDF: hue angle of 279º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7BDF is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 123 | 223 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.13 |
| HSL | 279º | 0.61% | 0.68% | - |
| HSV(B) | 279º | 0.45% | 0.87% | - |
| XYZ | 41.14 | 30.19 | 73.47 | - |
| YUV | 153.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 223 | 0.16 | 0.45 | 0 | 0.13 | 279 | 0.61 | 0.68 |
| Hex | BC | 7B | DF | 10 | 2D | 0 | D | 117 | 3D | 44 |
| Octal | 274 | 173 | 337 | 20 | 55 | 0 | 15 | 427 | 75 | 104 |
| Binary | 10111100 | 1111011 | 11011111 | 10000 | 101101 | 0 | 1101 | 100010111 | 111101 | 1000100 |
Color Harmonies of #BC7BDF
Complementary color
Monochromatic Colors of #BC7BDF
Black with #BC7BDF
Text Example
Text Example
White with #BC7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BDF; }
p { color: rgb(188,123,223); }
H1.HeaderClassName
{
color: #BC7BDF;
}
.AnyTagClassName
{
color: #BC7BDF;
}
</style>
background-color css
<style>
a { background-color: #BC7BDF; }
a { background-color: rgb(188,123,223); }
div.DivClassName
{
background-color: #BC7BDF;
}
.BgClassName
{
background-color: #BC7BDF;
}
</style>
border-color css
<style>
span { border-color: #BC7BDF; }
span { border-color: rgb(188,123,223); }
td.TdClassName
{
border-color: #BC7BDF;
}
.TagClassName
{
border-color: #BC7BDF;
}
</style>