Shades of Wisteria #BC80E6
Tints of Wisteria #BC80E6
RGB
CMYK
RGB Variations
Color information
#BC80E6 (or 0xBC80E6) is known color: Wisteria. HEX triplet: BC, 80 and E6. RGB value is (188,128,230). Sum of RGB (Red+Green+Blue) = 188+128+230=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80E6 is #437F19. Grayscale: #9D9D9D. Windows color (decimal): -4423450 or 15106236. OLE color: 15106236.
HSL color Cylindrical-coordinate representation of color #BC80E6: hue angle of 275.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC80E6 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 128 | 230 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.10 |
| HSL | 275.29º | 0.67% | 0.7% | - |
| HSV(B) | 275.29º | 0.44% | 0.9% | - |
| XYZ | 42.74 | 31.84 | 78.76 | - |
| YUV | 157.57 | 168.88 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 128 | 230 | 0.18 | 0.44 | 0 | 0.10 | 275.29 | 0.67 | 0.7 |
| Hex | BC | 80 | E6 | 12 | 2C | 0 | A | 113 | 43 | 46 |
| Octal | 274 | 200 | 346 | 22 | 54 | 0 | 12 | 423 | 103 | 106 |
| Binary | 10111100 | 10000000 | 11100110 | 10010 | 101100 | 0 | 1010 | 100010011 | 1000011 | 1000110 |
Color Harmonies of #BC80E6
Complementary color
Monochromatic Colors of #BC80E6
Black with #BC80E6
Text Example
Text Example
White with #BC80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC80E6; }
p { color: rgb(188,128,230); }
H1.HeaderClassName
{
color: #BC80E6;
}
.AnyTagClassName
{
color: #BC80E6;
}
</style>
background-color css
<style>
a { background-color: #BC80E6; }
a { background-color: rgb(188,128,230); }
div.DivClassName
{
background-color: #BC80E6;
}
.BgClassName
{
background-color: #BC80E6;
}
</style>
border-color css
<style>
span { border-color: #BC80E6; }
span { border-color: rgb(188,128,230); }
td.TdClassName
{
border-color: #BC80E6;
}
.TagClassName
{
border-color: #BC80E6;
}
</style>