Shades of Wisteria #BC81E0
Tints of Wisteria #BC81E0
RGB
CMYK
RGB Variations
Color information
#BC81E0 (or 0xBC81E0) is known color: Wisteria. HEX triplet: BC, 81 and E0. RGB value is (188,129,224). Sum of RGB (Red+Green+Blue) = 188+129+224=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC81E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81E0 is #437E1F. Grayscale: #9D9D9D. Windows color (decimal): -4423200 or 14713276. OLE color: 14713276.
HSL color Cylindrical-coordinate representation of color #BC81E0: hue angle of 277.26º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC81E0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 129 | 224 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.12 |
| HSL | 277.26º | 0.61% | 0.69% | - |
| HSV(B) | 277.26º | 0.42% | 0.88% | - |
| XYZ | 42.04 | 31.77 | 74.44 | - |
| YUV | 157.47 | 165.55 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 224 | 0.16 | 0.42 | 0 | 0.12 | 277.26 | 0.61 | 0.69 |
| Hex | BC | 81 | E0 | 10 | 2A | 0 | C | 115 | 3D | 45 |
| Octal | 274 | 201 | 340 | 20 | 52 | 0 | 14 | 425 | 75 | 105 |
| Binary | 10111100 | 10000001 | 11100000 | 10000 | 101010 | 0 | 1100 | 100010101 | 111101 | 1000101 |
Color Harmonies of #BC81E0
Complementary color
Monochromatic Colors of #BC81E0
Black with #BC81E0
Text Example
Text Example
White with #BC81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81E0; }
p { color: rgb(188,129,224); }
H1.HeaderClassName
{
color: #BC81E0;
}
.AnyTagClassName
{
color: #BC81E0;
}
</style>
background-color css
<style>
a { background-color: #BC81E0; }
a { background-color: rgb(188,129,224); }
div.DivClassName
{
background-color: #BC81E0;
}
.BgClassName
{
background-color: #BC81E0;
}
</style>
border-color css
<style>
span { border-color: #BC81E0; }
span { border-color: rgb(188,129,224); }
td.TdClassName
{
border-color: #BC81E0;
}
.TagClassName
{
border-color: #BC81E0;
}
</style>