Shades of Wisteria #BC83DF
Tints of Wisteria #BC83DF
RGB
CMYK
RGB Variations
Color information
#BC83DF (or 0xBC83DF) is known color: Wisteria. HEX triplet: BC, 83 and DF. RGB value is (188,131,223). Sum of RGB (Red+Green+Blue) = 188+131+223=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DF is #437C20. Grayscale: #9E9E9E. Windows color (decimal): -4422689 or 14648252. OLE color: 14648252.
HSL color Cylindrical-coordinate representation of color #BC83DF: hue angle of 277.17º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC83DF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 131 | 223 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.13 |
| HSL | 277.17º | 0.59% | 0.69% | - |
| HSV(B) | 277.17º | 0.41% | 0.87% | - |
| XYZ | 42.17 | 32.25 | 73.81 | - |
| YUV | 158.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 223 | 0.16 | 0.41 | 0 | 0.13 | 277.17 | 0.59 | 0.69 |
| Hex | BC | 83 | DF | 10 | 29 | 0 | D | 115 | 3B | 45 |
| Octal | 274 | 203 | 337 | 20 | 51 | 0 | 15 | 425 | 73 | 105 |
| Binary | 10111100 | 10000011 | 11011111 | 10000 | 101001 | 0 | 1101 | 100010101 | 111011 | 1000101 |
Color Harmonies of #BC83DF
Complementary color
Monochromatic Colors of #BC83DF
Black with #BC83DF
Text Example
Text Example
White with #BC83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83DF; }
p { color: rgb(188,131,223); }
H1.HeaderClassName
{
color: #BC83DF;
}
.AnyTagClassName
{
color: #BC83DF;
}
</style>
background-color css
<style>
a { background-color: #BC83DF; }
a { background-color: rgb(188,131,223); }
div.DivClassName
{
background-color: #BC83DF;
}
.BgClassName
{
background-color: #BC83DF;
}
</style>
border-color css
<style>
span { border-color: #BC83DF; }
span { border-color: rgb(188,131,223); }
td.TdClassName
{
border-color: #BC83DF;
}
.TagClassName
{
border-color: #BC83DF;
}
</style>