Shades of Wisteria #BC83DC
Tints of Wisteria #BC83DC
RGB
CMYK
RGB Variations
Color information
#BC83DC (or 0xBC83DC) is known color: Wisteria. HEX triplet: BC, 83 and DC. RGB value is (188,131,220). Sum of RGB (Red+Green+Blue) = 188+131+220=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DC is #437C23. Grayscale: #9D9D9D. Windows color (decimal): -4422692 or 14451644. OLE color: 14451644.
HSL color Cylindrical-coordinate representation of color #BC83DC: hue angle of 278.43º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC83DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 131 | 220 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.14 |
| HSL | 278.43º | 0.56% | 0.69% | - |
| HSV(B) | 278.43º | 0.4% | 0.86% | - |
| XYZ | 41.77 | 32.09 | 71.7 | - |
| YUV | 158.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 220 | 0.15 | 0.40 | 0 | 0.14 | 278.43 | 0.56 | 0.69 |
| Hex | BC | 83 | DC | F | 28 | 0 | E | 116 | 38 | 45 |
| Octal | 274 | 203 | 334 | 17 | 50 | 0 | 16 | 426 | 70 | 105 |
| Binary | 10111100 | 10000011 | 11011100 | 1111 | 101000 | 0 | 1110 | 100010110 | 111000 | 1000101 |
Color Harmonies of #BC83DC
Complementary color
Monochromatic Colors of #BC83DC
Black with #BC83DC
Text Example
Text Example
White with #BC83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC83DC; }
p { color: rgb(188,131,220); }
H1.HeaderClassName
{
color: #BC83DC;
}
.AnyTagClassName
{
color: #BC83DC;
}
</style>
background-color css
<style>
a { background-color: #BC83DC; }
a { background-color: rgb(188,131,220); }
div.DivClassName
{
background-color: #BC83DC;
}
.BgClassName
{
background-color: #BC83DC;
}
</style>
border-color css
<style>
span { border-color: #BC83DC; }
span { border-color: rgb(188,131,220); }
td.TdClassName
{
border-color: #BC83DC;
}
.TagClassName
{
border-color: #BC83DC;
}
</style>