Shades of Wisteria #BC96D1
Tints of Wisteria #BC96D1
RGB
CMYK
RGB Variations
Color information
#BC96D1 (or 0xBC96D1) is known color: Wisteria. HEX triplet: BC, 96 and D1. RGB value is (188,150,209). Sum of RGB (Red+Green+Blue) = 188+150+209=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC96D1 is #43692E. Grayscale: #A7A7A7. Windows color (decimal): -4417839 or 13735612. OLE color: 13735612.
HSL color Cylindrical-coordinate representation of color #BC96D1: hue angle of 278.64º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC96D1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 150 | 209 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.18 |
| HSL | 278.64º | 0.39% | 0.7% | - |
| HSV(B) | 278.64º | 0.28% | 0.82% | - |
| XYZ | 43.15 | 37.11 | 65.21 | - |
| YUV | 168.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 150 | 209 | 0.10 | 0.28 | 0 | 0.18 | 278.64 | 0.39 | 0.7 |
| Hex | BC | 96 | D1 | A | 1C | 0 | 12 | 117 | 27 | 46 |
| Octal | 274 | 226 | 321 | 12 | 34 | 0 | 22 | 427 | 47 | 106 |
| Binary | 10111100 | 10010110 | 11010001 | 1010 | 11100 | 0 | 10010 | 100010111 | 100111 | 1000110 |
Color Harmonies of #BC96D1
Complementary color
Monochromatic Colors of #BC96D1
Black with #BC96D1
Text Example
Text Example
White with #BC96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC96D1; }
p { color: rgb(188,150,209); }
H1.HeaderClassName
{
color: #BC96D1;
}
.AnyTagClassName
{
color: #BC96D1;
}
</style>
background-color css
<style>
a { background-color: #BC96D1; }
a { background-color: rgb(188,150,209); }
div.DivClassName
{
background-color: #BC96D1;
}
.BgClassName
{
background-color: #BC96D1;
}
</style>
border-color css
<style>
span { border-color: #BC96D1; }
span { border-color: rgb(188,150,209); }
td.TdClassName
{
border-color: #BC96D1;
}
.TagClassName
{
border-color: #BC96D1;
}
</style>