Shades of Wisteria #BC9AD5
Tints of Wisteria #BC9AD5
RGB
CMYK
RGB Variations
Color information
#BC9AD5 (or 0xBC9AD5) is known color: Wisteria. HEX triplet: BC, 9A and D5. RGB value is (188,154,213). Sum of RGB (Red+Green+Blue) = 188+154+213=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AD5 is #43652A. Grayscale: #AAAAAA. Windows color (decimal): -4416811 or 13998780. OLE color: 13998780.
HSL color Cylindrical-coordinate representation of color #BC9AD5: hue angle of 274.58º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC9AD5 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 154 | 213 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.16 |
| HSL | 274.58º | 0.41% | 0.72% | - |
| HSV(B) | 274.58º | 0.28% | 0.84% | - |
| XYZ | 44.3 | 38.61 | 68.07 | - |
| YUV | 170.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 213 | 0.12 | 0.28 | 0 | 0.16 | 274.58 | 0.41 | 0.72 |
| Hex | BC | 9A | D5 | C | 1C | 0 | 10 | 113 | 29 | 48 |
| Octal | 274 | 232 | 325 | 14 | 34 | 0 | 20 | 423 | 51 | 110 |
| Binary | 10111100 | 10011010 | 11010101 | 1100 | 11100 | 0 | 10000 | 100010011 | 101001 | 1001000 |
Color Harmonies of #BC9AD5
Complementary color
Monochromatic Colors of #BC9AD5
Black with #BC9AD5
Text Example
Text Example
White with #BC9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AD5; }
p { color: rgb(188,154,213); }
H1.HeaderClassName
{
color: #BC9AD5;
}
.AnyTagClassName
{
color: #BC9AD5;
}
</style>
background-color css
<style>
a { background-color: #BC9AD5; }
a { background-color: rgb(188,154,213); }
div.DivClassName
{
background-color: #BC9AD5;
}
.BgClassName
{
background-color: #BC9AD5;
}
</style>
border-color css
<style>
span { border-color: #BC9AD5; }
span { border-color: rgb(188,154,213); }
td.TdClassName
{
border-color: #BC9AD5;
}
.TagClassName
{
border-color: #BC9AD5;
}
</style>