Shades of Wisteria #BC8CDA
Tints of Wisteria #BC8CDA
RGB
CMYK
RGB Variations
Color information
#BC8CDA (or 0xBC8CDA) is known color: Wisteria. HEX triplet: BC, 8C and DA. RGB value is (188,140,218). Sum of RGB (Red+Green+Blue) = 188+140+218=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC8CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CDA is #437325. Grayscale: #A2A2A2. Windows color (decimal): -4420390 or 14322876. OLE color: 14322876.
HSL color Cylindrical-coordinate representation of color #BC8CDA: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC8CDA is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 140 | 218 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.15 |
| HSL | 276.92º | 0.51% | 0.7% | - |
| HSV(B) | 276.92º | 0.36% | 0.85% | - |
| XYZ | 42.77 | 34.51 | 70.74 | - |
| YUV | 163.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 218 | 0.14 | 0.36 | 0 | 0.15 | 276.92 | 0.51 | 0.7 |
| Hex | BC | 8C | DA | E | 24 | 0 | F | 115 | 33 | 46 |
| Octal | 274 | 214 | 332 | 16 | 44 | 0 | 17 | 425 | 63 | 106 |
| Binary | 10111100 | 10001100 | 11011010 | 1110 | 100100 | 0 | 1111 | 100010101 | 110011 | 1000110 |
Color Harmonies of #BC8CDA
Complementary color
Monochromatic Colors of #BC8CDA
Black with #BC8CDA
Text Example
Text Example
White with #BC8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CDA; }
p { color: rgb(188,140,218); }
H1.HeaderClassName
{
color: #BC8CDA;
}
.AnyTagClassName
{
color: #BC8CDA;
}
</style>
background-color css
<style>
a { background-color: #BC8CDA; }
a { background-color: rgb(188,140,218); }
div.DivClassName
{
background-color: #BC8CDA;
}
.BgClassName
{
background-color: #BC8CDA;
}
</style>
border-color css
<style>
span { border-color: #BC8CDA; }
span { border-color: rgb(188,140,218); }
td.TdClassName
{
border-color: #BC8CDA;
}
.TagClassName
{
border-color: #BC8CDA;
}
</style>