Shades of Wisteria #BC80EE
Tints of Wisteria #BC80EE
RGB
CMYK
RGB Variations
Color information
#BC80EE (or 0xBC80EE) is known color: Wisteria. HEX triplet: BC, 80 and EE. RGB value is (188,128,238). Sum of RGB (Red+Green+Blue) = 188+128+238=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC80EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80EE is #437F11. Grayscale: #9E9E9E. Windows color (decimal): -4423442 or 15630524. OLE color: 15630524.
HSL color Cylindrical-coordinate representation of color #BC80EE: hue angle of 272.73º 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 #BC80EE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 128 | 238 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.07 |
| HSL | 272.73º | 0.76% | 0.72% | - |
| HSV(B) | 272.73º | 0.46% | 0.93% | - |
| XYZ | 43.89 | 32.3 | 84.81 | - |
| YUV | 158.48 | 172.88 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 238 | 0.21 | 0.46 | 0 | 0.07 | 272.73 | 0.76 | 0.72 |
| Hex | BC | 80 | EE | 15 | 2E | 0 | 7 | 111 | 4C | 48 |
| Octal | 274 | 200 | 356 | 25 | 56 | 0 | 7 | 421 | 114 | 110 |
| Binary | 10111100 | 10000000 | 11101110 | 10101 | 101110 | 0 | 111 | 100010001 | 1001100 | 1001000 |
Color Harmonies of #BC80EE
Complementary color
Monochromatic Colors of #BC80EE
Black with #BC80EE
Text Example
Text Example
White with #BC80EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80EE; }
p { color: rgb(188,128,238); }
H1.HeaderClassName
{
color: #BC80EE;
}
.AnyTagClassName
{
color: #BC80EE;
}
</style>
background-color css
<style>
a { background-color: #BC80EE; }
a { background-color: rgb(188,128,238); }
div.DivClassName
{
background-color: #BC80EE;
}
.BgClassName
{
background-color: #BC80EE;
}
</style>
border-color css
<style>
span { border-color: #BC80EE; }
span { border-color: rgb(188,128,238); }
td.TdClassName
{
border-color: #BC80EE;
}
.TagClassName
{
border-color: #BC80EE;
}
</style>