Shades of Wisteria #BC81DF
Tints of Wisteria #BC81DF
RGB
CMYK
RGB Variations
Color information
#BC81DF (or 0xBC81DF) is known color: Wisteria. HEX triplet: BC, 81 and DF. RGB value is (188,129,223). Sum of RGB (Red+Green+Blue) = 188+129+223=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC81DF is #437E20. Grayscale: #9D9D9D. Windows color (decimal): -4423201 or 14647740. OLE color: 14647740.
HSL color Cylindrical-coordinate representation of color #BC81DF: hue angle of 277.66º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC81DF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 129 | 223 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.13 |
| HSL | 277.66º | 0.59% | 0.69% | - |
| HSV(B) | 277.66º | 0.42% | 0.87% | - |
| XYZ | 41.91 | 31.72 | 73.73 | - |
| YUV | 157.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 223 | 0.16 | 0.42 | 0 | 0.13 | 277.66 | 0.59 | 0.69 |
| Hex | BC | 81 | DF | 10 | 2A | 0 | D | 116 | 3B | 45 |
| Octal | 274 | 201 | 337 | 20 | 52 | 0 | 15 | 426 | 73 | 105 |
| Binary | 10111100 | 10000001 | 11011111 | 10000 | 101010 | 0 | 1101 | 100010110 | 111011 | 1000101 |
Color Harmonies of #BC81DF
Complementary color
Monochromatic Colors of #BC81DF
Black with #BC81DF
Text Example
Text Example
White with #BC81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81DF; }
p { color: rgb(188,129,223); }
H1.HeaderClassName
{
color: #BC81DF;
}
.AnyTagClassName
{
color: #BC81DF;
}
</style>
background-color css
<style>
a { background-color: #BC81DF; }
a { background-color: rgb(188,129,223); }
div.DivClassName
{
background-color: #BC81DF;
}
.BgClassName
{
background-color: #BC81DF;
}
</style>
border-color css
<style>
span { border-color: #BC81DF; }
span { border-color: rgb(188,129,223); }
td.TdClassName
{
border-color: #BC81DF;
}
.TagClassName
{
border-color: #BC81DF;
}
</style>