Shades of Wisteria #BC9ECB
Tints of Wisteria #BC9ECB
RGB
CMYK
RGB Variations
Color information
#BC9ECB (or 0xBC9ECB) is known color: Wisteria. HEX triplet: BC, 9E and CB. RGB value is (188,158,203). Sum of RGB (Red+Green+Blue) = 188+158+203=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9ECB is #436134. Grayscale: #ABABAB. Windows color (decimal): -4415797 or 13344444. OLE color: 13344444.
HSL color Cylindrical-coordinate representation of color #BC9ECB: hue angle of 280º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9ECB is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 158 | 203 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.20 |
| HSL | 280º | 0.3% | 0.71% | - |
| HSV(B) | 280º | 0.22% | 0.8% | - |
| XYZ | 43.75 | 39.46 | 61.81 | - |
| YUV | 172.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 203 | 0.07 | 0.22 | 0 | 0.20 | 280 | 0.3 | 0.71 |
| Hex | BC | 9E | CB | 7 | 16 | 0 | 14 | 118 | 1E | 47 |
| Octal | 274 | 236 | 313 | 7 | 26 | 0 | 24 | 430 | 36 | 107 |
| Binary | 10111100 | 10011110 | 11001011 | 111 | 10110 | 0 | 10100 | 100011000 | 11110 | 1000111 |
Color Harmonies of #BC9ECB
Complementary color
Monochromatic Colors of #BC9ECB
Black with #BC9ECB
Text Example
Text Example
White with #BC9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9ECB; }
p { color: rgb(188,158,203); }
H1.HeaderClassName
{
color: #BC9ECB;
}
.AnyTagClassName
{
color: #BC9ECB;
}
</style>
background-color css
<style>
a { background-color: #BC9ECB; }
a { background-color: rgb(188,158,203); }
div.DivClassName
{
background-color: #BC9ECB;
}
.BgClassName
{
background-color: #BC9ECB;
}
</style>
border-color css
<style>
span { border-color: #BC9ECB; }
span { border-color: rgb(188,158,203); }
td.TdClassName
{
border-color: #BC9ECB;
}
.TagClassName
{
border-color: #BC9ECB;
}
</style>