Shades of Wisteria #BC92D5
Tints of Wisteria #BC92D5
RGB
CMYK
RGB Variations
Color information
#BC92D5 (or 0xBC92D5) is known color: Wisteria. HEX triplet: BC, 92 and D5. RGB value is (188,146,213). Sum of RGB (Red+Green+Blue) = 188+146+213=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC92D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92D5 is #436D2A. Grayscale: #A5A5A5. Windows color (decimal): -4418859 or 13996732. OLE color: 13996732.
HSL color Cylindrical-coordinate representation of color #BC92D5: hue angle of 277.61º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC92D5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 146 | 213 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.16 |
| HSL | 277.61º | 0.44% | 0.7% | - |
| HSV(B) | 277.61º | 0.31% | 0.84% | - |
| XYZ | 43.03 | 36.05 | 67.64 | - |
| YUV | 166.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 213 | 0.12 | 0.31 | 0 | 0.16 | 277.61 | 0.44 | 0.7 |
| Hex | BC | 92 | D5 | C | 1F | 0 | 10 | 116 | 2C | 46 |
| Octal | 274 | 222 | 325 | 14 | 37 | 0 | 20 | 426 | 54 | 106 |
| Binary | 10111100 | 10010010 | 11010101 | 1100 | 11111 | 0 | 10000 | 100010110 | 101100 | 1000110 |
Color Harmonies of #BC92D5
Complementary color
Monochromatic Colors of #BC92D5
Black with #BC92D5
Text Example
Text Example
White with #BC92D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92D5; }
p { color: rgb(188,146,213); }
H1.HeaderClassName
{
color: #BC92D5;
}
.AnyTagClassName
{
color: #BC92D5;
}
</style>
background-color css
<style>
a { background-color: #BC92D5; }
a { background-color: rgb(188,146,213); }
div.DivClassName
{
background-color: #BC92D5;
}
.BgClassName
{
background-color: #BC92D5;
}
</style>
border-color css
<style>
span { border-color: #BC92D5; }
span { border-color: rgb(188,146,213); }
td.TdClassName
{
border-color: #BC92D5;
}
.TagClassName
{
border-color: #BC92D5;
}
</style>