Shades of Wisteria #BC82DB
Tints of Wisteria #BC82DB
RGB
CMYK
RGB Variations
Color information
#BC82DB (or 0xBC82DB) is known color: Wisteria. HEX triplet: BC, 82 and DB. RGB value is (188,130,219). Sum of RGB (Red+Green+Blue) = 188+130+219=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82DB is #437D24. Grayscale: #9D9D9D. Windows color (decimal): -4422949 or 14385852. OLE color: 14385852.
HSL color Cylindrical-coordinate representation of color #BC82DB: hue angle of 279.1º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC82DB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 130 | 219 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.14 |
| HSL | 279.1º | 0.55% | 0.68% | - |
| HSV(B) | 279.1º | 0.41% | 0.86% | - |
| XYZ | 41.51 | 31.77 | 70.96 | - |
| YUV | 157.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 219 | 0.14 | 0.41 | 0 | 0.14 | 279.1 | 0.55 | 0.68 |
| Hex | BC | 82 | DB | E | 29 | 0 | E | 117 | 37 | 44 |
| Octal | 274 | 202 | 333 | 16 | 51 | 0 | 16 | 427 | 67 | 104 |
| Binary | 10111100 | 10000010 | 11011011 | 1110 | 101001 | 0 | 1110 | 100010111 | 110111 | 1000100 |
Color Harmonies of #BC82DB
Complementary color
Monochromatic Colors of #BC82DB
Black with #BC82DB
Text Example
Text Example
White with #BC82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82DB; }
p { color: rgb(188,130,219); }
H1.HeaderClassName
{
color: #BC82DB;
}
.AnyTagClassName
{
color: #BC82DB;
}
</style>
background-color css
<style>
a { background-color: #BC82DB; }
a { background-color: rgb(188,130,219); }
div.DivClassName
{
background-color: #BC82DB;
}
.BgClassName
{
background-color: #BC82DB;
}
</style>
border-color css
<style>
span { border-color: #BC82DB; }
span { border-color: rgb(188,130,219); }
td.TdClassName
{
border-color: #BC82DB;
}
.TagClassName
{
border-color: #BC82DB;
}
</style>