Shades of Wisteria #BC8FD8
Tints of Wisteria #BC8FD8
RGB
CMYK
RGB Variations
Color information
#BC8FD8 (or 0xBC8FD8) is known color: Wisteria. HEX triplet: BC, 8F and D8. RGB value is (188,143,216). Sum of RGB (Red+Green+Blue) = 188+143+216=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC8FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FD8 is #437027. Grayscale: #A4A4A4. Windows color (decimal): -4419624 or 14192572. OLE color: 14192572.
HSL color Cylindrical-coordinate representation of color #BC8FD8: hue angle of 276.99º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC8FD8 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 143 | 216 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.15 |
| HSL | 276.99º | 0.48% | 0.7% | - |
| HSV(B) | 276.99º | 0.34% | 0.85% | - |
| XYZ | 42.96 | 35.29 | 69.51 | - |
| YUV | 164.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 216 | 0.13 | 0.34 | 0 | 0.15 | 276.99 | 0.48 | 0.7 |
| Hex | BC | 8F | D8 | D | 22 | 0 | F | 115 | 30 | 46 |
| Octal | 274 | 217 | 330 | 15 | 42 | 0 | 17 | 425 | 60 | 106 |
| Binary | 10111100 | 10001111 | 11011000 | 1101 | 100010 | 0 | 1111 | 100010101 | 110000 | 1000110 |
Color Harmonies of #BC8FD8
Complementary color
Monochromatic Colors of #BC8FD8
Black with #BC8FD8
Text Example
Text Example
White with #BC8FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FD8; }
p { color: rgb(188,143,216); }
H1.HeaderClassName
{
color: #BC8FD8;
}
.AnyTagClassName
{
color: #BC8FD8;
}
</style>
background-color css
<style>
a { background-color: #BC8FD8; }
a { background-color: rgb(188,143,216); }
div.DivClassName
{
background-color: #BC8FD8;
}
.BgClassName
{
background-color: #BC8FD8;
}
</style>
border-color css
<style>
span { border-color: #BC8FD8; }
span { border-color: rgb(188,143,216); }
td.TdClassName
{
border-color: #BC8FD8;
}
.TagClassName
{
border-color: #BC8FD8;
}
</style>