Shades of Wisteria #BC85EE
Tints of Wisteria #BC85EE
RGB
CMYK
RGB Variations
Color information
#BC85EE (or 0xBC85EE) is known color: Wisteria. HEX triplet: BC, 85 and EE. RGB value is (188,133,238). Sum of RGB (Red+Green+Blue) = 188+133+238=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85EE is #437A11. Grayscale: #A1A1A1. Windows color (decimal): -4422162 or 15631804. OLE color: 15631804.
HSL color Cylindrical-coordinate representation of color #BC85EE: hue angle of 271.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC85EE is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 133 | 238 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.07 |
| HSL | 271.43º | 0.76% | 0.73% | - |
| HSV(B) | 271.43º | 0.44% | 0.93% | - |
| XYZ | 44.56 | 33.64 | 85.03 | - |
| YUV | 161.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 238 | 0.21 | 0.44 | 0 | 0.07 | 271.43 | 0.76 | 0.73 |
| Hex | BC | 85 | EE | 15 | 2C | 0 | 7 | 10F | 4C | 49 |
| Octal | 274 | 205 | 356 | 25 | 54 | 0 | 7 | 417 | 114 | 111 |
| Binary | 10111100 | 10000101 | 11101110 | 10101 | 101100 | 0 | 111 | 100001111 | 1001100 | 1001001 |
Color Harmonies of #BC85EE
Complementary color
Monochromatic Colors of #BC85EE
Black with #BC85EE
Text Example
Text Example
White with #BC85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85EE; }
p { color: rgb(188,133,238); }
H1.HeaderClassName
{
color: #BC85EE;
}
.AnyTagClassName
{
color: #BC85EE;
}
</style>
background-color css
<style>
a { background-color: #BC85EE; }
a { background-color: rgb(188,133,238); }
div.DivClassName
{
background-color: #BC85EE;
}
.BgClassName
{
background-color: #BC85EE;
}
</style>
border-color css
<style>
span { border-color: #BC85EE; }
span { border-color: rgb(188,133,238); }
td.TdClassName
{
border-color: #BC85EE;
}
.TagClassName
{
border-color: #BC85EE;
}
</style>