Shades of Wisteria #BC8FD3
Tints of Wisteria #BC8FD3
RGB
CMYK
RGB Variations
Color information
#BC8FD3 (or 0xBC8FD3) is known color: Wisteria. HEX triplet: BC, 8F and D3. RGB value is (188,143,211). Sum of RGB (Red+Green+Blue) = 188+143+211=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC8FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FD3 is #43702C. Grayscale: #A3A3A3. Windows color (decimal): -4419629 or 13864892. OLE color: 13864892.
HSL color Cylindrical-coordinate representation of color #BC8FD3: hue angle of 279.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC8FD3 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 143 | 211 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.17 |
| HSL | 279.71º | 0.44% | 0.69% | - |
| HSV(B) | 279.71º | 0.32% | 0.83% | - |
| XYZ | 42.32 | 35.04 | 66.16 | - |
| YUV | 164.21 | 154.41 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 211 | 0.11 | 0.32 | 0 | 0.17 | 279.71 | 0.44 | 0.69 |
| Hex | BC | 8F | D3 | B | 20 | 0 | 11 | 118 | 2C | 45 |
| Octal | 274 | 217 | 323 | 13 | 40 | 0 | 21 | 430 | 54 | 105 |
| Binary | 10111100 | 10001111 | 11010011 | 1011 | 100000 | 0 | 10001 | 100011000 | 101100 | 1000101 |
Color Harmonies of #BC8FD3
Complementary color
Monochromatic Colors of #BC8FD3
Black with #BC8FD3
Text Example
Text Example
White with #BC8FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FD3; }
p { color: rgb(188,143,211); }
H1.HeaderClassName
{
color: #BC8FD3;
}
.AnyTagClassName
{
color: #BC8FD3;
}
</style>
background-color css
<style>
a { background-color: #BC8FD3; }
a { background-color: rgb(188,143,211); }
div.DivClassName
{
background-color: #BC8FD3;
}
.BgClassName
{
background-color: #BC8FD3;
}
</style>
border-color css
<style>
span { border-color: #BC8FD3; }
span { border-color: rgb(188,143,211); }
td.TdClassName
{
border-color: #BC8FD3;
}
.TagClassName
{
border-color: #BC8FD3;
}
</style>