Shades of Wisteria #BC90D9
Tints of Wisteria #BC90D9
RGB
CMYK
RGB Variations
Color information
#BC90D9 (or 0xBC90D9) is known color: Wisteria. HEX triplet: BC, 90 and D9. RGB value is (188,144,217). Sum of RGB (Red+Green+Blue) = 188+144+217=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90D9 is #436F26. Grayscale: #A5A5A5. Windows color (decimal): -4419367 or 14258364. OLE color: 14258364.
HSL color Cylindrical-coordinate representation of color #BC90D9: hue angle of 276.16º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC90D9 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 144 | 217 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.15 |
| HSL | 276.16º | 0.49% | 0.71% | - |
| HSV(B) | 276.16º | 0.34% | 0.85% | - |
| XYZ | 43.24 | 35.65 | 70.25 | - |
| YUV | 165.48 | 157.08 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 217 | 0.13 | 0.34 | 0 | 0.15 | 276.16 | 0.49 | 0.71 |
| Hex | BC | 90 | D9 | D | 22 | 0 | F | 114 | 31 | 47 |
| Octal | 274 | 220 | 331 | 15 | 42 | 0 | 17 | 424 | 61 | 107 |
| Binary | 10111100 | 10010000 | 11011001 | 1101 | 100010 | 0 | 1111 | 100010100 | 110001 | 1000111 |
Color Harmonies of #BC90D9
Complementary color
Monochromatic Colors of #BC90D9
Black with #BC90D9
Text Example
Text Example
White with #BC90D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90D9; }
p { color: rgb(188,144,217); }
H1.HeaderClassName
{
color: #BC90D9;
}
.AnyTagClassName
{
color: #BC90D9;
}
</style>
background-color css
<style>
a { background-color: #BC90D9; }
a { background-color: rgb(188,144,217); }
div.DivClassName
{
background-color: #BC90D9;
}
.BgClassName
{
background-color: #BC90D9;
}
</style>
border-color css
<style>
span { border-color: #BC90D9; }
span { border-color: rgb(188,144,217); }
td.TdClassName
{
border-color: #BC90D9;
}
.TagClassName
{
border-color: #BC90D9;
}
</style>