Shades of Wisteria #BC92D3
Tints of Wisteria #BC92D3
RGB
CMYK
RGB Variations
Color information
#BC92D3 (or 0xBC92D3) is known color: Wisteria. HEX triplet: BC, 92 and D3. RGB value is (188,146,211). Sum of RGB (Red+Green+Blue) = 188+146+211=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC92D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92D3 is #436D2C. Grayscale: #A5A5A5. Windows color (decimal): -4418861 or 13865660. OLE color: 13865660.
HSL color Cylindrical-coordinate representation of color #BC92D3: hue angle of 278.77º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC92D3 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 146 | 211 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.17 |
| HSL | 278.77º | 0.42% | 0.7% | - |
| HSV(B) | 278.77º | 0.31% | 0.83% | - |
| XYZ | 42.78 | 35.95 | 66.31 | - |
| YUV | 165.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 146 | 211 | 0.11 | 0.31 | 0 | 0.17 | 278.77 | 0.42 | 0.7 |
| Hex | BC | 92 | D3 | B | 1F | 0 | 11 | 117 | 2A | 46 |
| Octal | 274 | 222 | 323 | 13 | 37 | 0 | 21 | 427 | 52 | 106 |
| Binary | 10111100 | 10010010 | 11010011 | 1011 | 11111 | 0 | 10001 | 100010111 | 101010 | 1000110 |
Color Harmonies of #BC92D3
Complementary color
Monochromatic Colors of #BC92D3
Black with #BC92D3
Text Example
Text Example
White with #BC92D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC92D3; }
p { color: rgb(188,146,211); }
H1.HeaderClassName
{
color: #BC92D3;
}
.AnyTagClassName
{
color: #BC92D3;
}
</style>
background-color css
<style>
a { background-color: #BC92D3; }
a { background-color: rgb(188,146,211); }
div.DivClassName
{
background-color: #BC92D3;
}
.BgClassName
{
background-color: #BC92D3;
}
</style>
border-color css
<style>
span { border-color: #BC92D3; }
span { border-color: rgb(188,146,211); }
td.TdClassName
{
border-color: #BC92D3;
}
.TagClassName
{
border-color: #BC92D3;
}
</style>