Shades of Wisteria #BC8FDD
Tints of Wisteria #BC8FDD
RGB
CMYK
RGB Variations
Color information
#BC8FDD (or 0xBC8FDD) is known color: Wisteria. HEX triplet: BC, 8F and DD. RGB value is (188,143,221). Sum of RGB (Red+Green+Blue) = 188+143+221=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8FDD is #437022. Grayscale: #A5A5A5. Windows color (decimal): -4419619 or 14520252. OLE color: 14520252.
HSL color Cylindrical-coordinate representation of color #BC8FDD: hue angle of 274.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8FDD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 143 | 221 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.13 |
| HSL | 274.62º | 0.53% | 0.71% | - |
| HSV(B) | 274.62º | 0.35% | 0.87% | - |
| XYZ | 43.61 | 35.56 | 72.97 | - |
| YUV | 165.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 143 | 221 | 0.15 | 0.35 | 0 | 0.13 | 274.62 | 0.53 | 0.71 |
| Hex | BC | 8F | DD | F | 23 | 0 | D | 113 | 35 | 47 |
| Octal | 274 | 217 | 335 | 17 | 43 | 0 | 15 | 423 | 65 | 107 |
| Binary | 10111100 | 10001111 | 11011101 | 1111 | 100011 | 0 | 1101 | 100010011 | 110101 | 1000111 |
Color Harmonies of #BC8FDD
Complementary color
Monochromatic Colors of #BC8FDD
Black with #BC8FDD
Text Example
Text Example
White with #BC8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8FDD; }
p { color: rgb(188,143,221); }
H1.HeaderClassName
{
color: #BC8FDD;
}
.AnyTagClassName
{
color: #BC8FDD;
}
</style>
background-color css
<style>
a { background-color: #BC8FDD; }
a { background-color: rgb(188,143,221); }
div.DivClassName
{
background-color: #BC8FDD;
}
.BgClassName
{
background-color: #BC8FDD;
}
</style>
border-color css
<style>
span { border-color: #BC8FDD; }
span { border-color: rgb(188,143,221); }
td.TdClassName
{
border-color: #BC8FDD;
}
.TagClassName
{
border-color: #BC8FDD;
}
</style>