Shades of Wisteria #BC81EE
Tints of Wisteria #BC81EE
RGB
CMYK
RGB Variations
Color information
#BC81EE (or 0xBC81EE) is known color: Wisteria. HEX triplet: BC, 81 and EE. RGB value is (188,129,238). Sum of RGB (Red+Green+Blue) = 188+129+238=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81EE is #437E11. Grayscale: #9E9E9E. Windows color (decimal): -4423186 or 15630780. OLE color: 15630780.
HSL color Cylindrical-coordinate representation of color #BC81EE: hue angle of 272.48º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC81EE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 129 | 238 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.07 |
| HSL | 272.48º | 0.76% | 0.72% | - |
| HSV(B) | 272.48º | 0.46% | 0.93% | - |
| XYZ | 44.02 | 32.56 | 84.85 | - |
| YUV | 159.07 | 172.55 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 238 | 0.21 | 0.46 | 0 | 0.07 | 272.48 | 0.76 | 0.72 |
| Hex | BC | 81 | EE | 15 | 2E | 0 | 7 | 110 | 4C | 48 |
| Octal | 274 | 201 | 356 | 25 | 56 | 0 | 7 | 420 | 114 | 110 |
| Binary | 10111100 | 10000001 | 11101110 | 10101 | 101110 | 0 | 111 | 100010000 | 1001100 | 1001000 |
Color Harmonies of #BC81EE
Complementary color
Monochromatic Colors of #BC81EE
Black with #BC81EE
Text Example
Text Example
White with #BC81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81EE; }
p { color: rgb(188,129,238); }
H1.HeaderClassName
{
color: #BC81EE;
}
.AnyTagClassName
{
color: #BC81EE;
}
</style>
background-color css
<style>
a { background-color: #BC81EE; }
a { background-color: rgb(188,129,238); }
div.DivClassName
{
background-color: #BC81EE;
}
.BgClassName
{
background-color: #BC81EE;
}
</style>
border-color css
<style>
span { border-color: #BC81EE; }
span { border-color: rgb(188,129,238); }
td.TdClassName
{
border-color: #BC81EE;
}
.TagClassName
{
border-color: #BC81EE;
}
</style>