Shades of Wisteria #BC8CD1
Tints of Wisteria #BC8CD1
RGB
CMYK
RGB Variations
Color information
#BC8CD1 (or 0xBC8CD1) is known color: Wisteria. HEX triplet: BC, 8C and D1. RGB value is (188,140,209). Sum of RGB (Red+Green+Blue) = 188+140+209=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC8CD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CD1 is #43732E. Grayscale: #A1A1A1. Windows color (decimal): -4420399 or 13733052. OLE color: 13733052.
HSL color Cylindrical-coordinate representation of color #BC8CD1: hue angle of 281.74º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC8CD1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 140 | 209 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.18 |
| HSL | 281.74º | 0.43% | 0.68% | - |
| HSV(B) | 281.74º | 0.33% | 0.82% | - |
| XYZ | 41.63 | 34.05 | 64.7 | - |
| YUV | 162.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 209 | 0.10 | 0.33 | 0 | 0.18 | 281.74 | 0.43 | 0.68 |
| Hex | BC | 8C | D1 | A | 21 | 0 | 12 | 11A | 2B | 44 |
| Octal | 274 | 214 | 321 | 12 | 41 | 0 | 22 | 432 | 53 | 104 |
| Binary | 10111100 | 10001100 | 11010001 | 1010 | 100001 | 0 | 10010 | 100011010 | 101011 | 1000100 |
Color Harmonies of #BC8CD1
Complementary color
Monochromatic Colors of #BC8CD1
Black with #BC8CD1
Text Example
Text Example
White with #BC8CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CD1; }
p { color: rgb(188,140,209); }
H1.HeaderClassName
{
color: #BC8CD1;
}
.AnyTagClassName
{
color: #BC8CD1;
}
</style>
background-color css
<style>
a { background-color: #BC8CD1; }
a { background-color: rgb(188,140,209); }
div.DivClassName
{
background-color: #BC8CD1;
}
.BgClassName
{
background-color: #BC8CD1;
}
</style>
border-color css
<style>
span { border-color: #BC8CD1; }
span { border-color: rgb(188,140,209); }
td.TdClassName
{
border-color: #BC8CD1;
}
.TagClassName
{
border-color: #BC8CD1;
}
</style>