Shades of Wisteria #BC81E5
Tints of Wisteria #BC81E5
RGB
CMYK
RGB Variations
Color information
#BC81E5 (or 0xBC81E5) is known color: Wisteria. HEX triplet: BC, 81 and E5. RGB value is (188,129,229). Sum of RGB (Red+Green+Blue) = 188+129+229=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81E5 is #437E1A. Grayscale: #9D9D9D. Windows color (decimal): -4423195 or 15040956. OLE color: 15040956.
HSL color Cylindrical-coordinate representation of color #BC81E5: hue angle of 275.4º degrees, saturation: 0.66, 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 #BC81E5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 129 | 229 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.10 |
| HSL | 275.4º | 0.66% | 0.7% | - |
| HSV(B) | 275.4º | 0.44% | 0.9% | - |
| XYZ | 42.73 | 32.05 | 78.06 | - |
| YUV | 158.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 229 | 0.18 | 0.44 | 0 | 0.10 | 275.4 | 0.66 | 0.7 |
| Hex | BC | 81 | E5 | 12 | 2C | 0 | A | 113 | 42 | 46 |
| Octal | 274 | 201 | 345 | 22 | 54 | 0 | 12 | 423 | 102 | 106 |
| Binary | 10111100 | 10000001 | 11100101 | 10010 | 101100 | 0 | 1010 | 100010011 | 1000010 | 1000110 |
Color Harmonies of #BC81E5
Complementary color
Monochromatic Colors of #BC81E5
Black with #BC81E5
Text Example
Text Example
White with #BC81E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81E5; }
p { color: rgb(188,129,229); }
H1.HeaderClassName
{
color: #BC81E5;
}
.AnyTagClassName
{
color: #BC81E5;
}
</style>
background-color css
<style>
a { background-color: #BC81E5; }
a { background-color: rgb(188,129,229); }
div.DivClassName
{
background-color: #BC81E5;
}
.BgClassName
{
background-color: #BC81E5;
}
</style>
border-color css
<style>
span { border-color: #BC81E5; }
span { border-color: rgb(188,129,229); }
td.TdClassName
{
border-color: #BC81E5;
}
.TagClassName
{
border-color: #BC81E5;
}
</style>