Shades of Wisteria #BC85E2
Tints of Wisteria #BC85E2
RGB
CMYK
RGB Variations
Color information
#BC85E2 (or 0xBC85E2) is known color: Wisteria. HEX triplet: BC, 85 and E2. RGB value is (188,133,226). Sum of RGB (Red+Green+Blue) = 188+133+226=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC85E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85E2 is #437A1D. Grayscale: #9F9F9F. Windows color (decimal): -4422174 or 14845372. OLE color: 14845372.
HSL color Cylindrical-coordinate representation of color #BC85E2: hue angle of 275.48º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC85E2 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 133 | 226 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.11 |
| HSL | 275.48º | 0.62% | 0.7% | - |
| HSV(B) | 275.48º | 0.41% | 0.89% | - |
| XYZ | 42.85 | 32.96 | 76.05 | - |
| YUV | 160.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 226 | 0.17 | 0.41 | 0 | 0.11 | 275.48 | 0.62 | 0.7 |
| Hex | BC | 85 | E2 | 11 | 29 | 0 | B | 113 | 3E | 46 |
| Octal | 274 | 205 | 342 | 21 | 51 | 0 | 13 | 423 | 76 | 106 |
| Binary | 10111100 | 10000101 | 11100010 | 10001 | 101001 | 0 | 1011 | 100010011 | 111110 | 1000110 |
Color Harmonies of #BC85E2
Complementary color
Monochromatic Colors of #BC85E2
Black with #BC85E2
Text Example
Text Example
White with #BC85E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85E2; }
p { color: rgb(188,133,226); }
H1.HeaderClassName
{
color: #BC85E2;
}
.AnyTagClassName
{
color: #BC85E2;
}
</style>
background-color css
<style>
a { background-color: #BC85E2; }
a { background-color: rgb(188,133,226); }
div.DivClassName
{
background-color: #BC85E2;
}
.BgClassName
{
background-color: #BC85E2;
}
</style>
border-color css
<style>
span { border-color: #BC85E2; }
span { border-color: rgb(188,133,226); }
td.TdClassName
{
border-color: #BC85E2;
}
.TagClassName
{
border-color: #BC85E2;
}
</style>