Shades of Wisteria #BC9BCB
Tints of Wisteria #BC9BCB
RGB
CMYK
RGB Variations
Color information
#BC9BCB (or 0xBC9BCB) is known color: Wisteria. HEX triplet: BC, 9B and CB. RGB value is (188,155,203). Sum of RGB (Red+Green+Blue) = 188+155+203=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9BCB is #436434. Grayscale: #AAAAAA. Windows color (decimal): -4416565 or 13343676. OLE color: 13343676.
HSL color Cylindrical-coordinate representation of color #BC9BCB: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BC9BCB is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 155 | 203 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.20 |
| HSL | 281.25º | 0.32% | 0.7% | - |
| HSV(B) | 281.25º | 0.24% | 0.8% | - |
| XYZ | 43.24 | 38.45 | 61.64 | - |
| YUV | 170.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 155 | 203 | 0.07 | 0.24 | 0 | 0.20 | 281.25 | 0.32 | 0.7 |
| Hex | BC | 9B | CB | 7 | 18 | 0 | 14 | 119 | 20 | 46 |
| Octal | 274 | 233 | 313 | 7 | 30 | 0 | 24 | 431 | 40 | 106 |
| Binary | 10111100 | 10011011 | 11001011 | 111 | 11000 | 0 | 10100 | 100011001 | 100000 | 1000110 |
Color Harmonies of #BC9BCB
Complementary color
Monochromatic Colors of #BC9BCB
Black with #BC9BCB
Text Example
Text Example
White with #BC9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9BCB; }
p { color: rgb(188,155,203); }
H1.HeaderClassName
{
color: #BC9BCB;
}
.AnyTagClassName
{
color: #BC9BCB;
}
</style>
background-color css
<style>
a { background-color: #BC9BCB; }
a { background-color: rgb(188,155,203); }
div.DivClassName
{
background-color: #BC9BCB;
}
.BgClassName
{
background-color: #BC9BCB;
}
</style>
border-color css
<style>
span { border-color: #BC9BCB; }
span { border-color: rgb(188,155,203); }
td.TdClassName
{
border-color: #BC9BCB;
}
.TagClassName
{
border-color: #BC9BCB;
}
</style>