Shades of Wisteria #BC90DD
Tints of Wisteria #BC90DD
RGB
CMYK
RGB Variations
Color information
#BC90DD (or 0xBC90DD) is known color: Wisteria. HEX triplet: BC, 90 and DD. RGB value is (188,144,221). Sum of RGB (Red+Green+Blue) = 188+144+221=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC90DD is #436F22. Grayscale: #A5A5A5. Windows color (decimal): -4419363 or 14520508. OLE color: 14520508.
HSL color Cylindrical-coordinate representation of color #BC90DD: hue angle of 274.29º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC90DD is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 144 | 221 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.13 |
| HSL | 274.29º | 0.53% | 0.72% | - |
| HSV(B) | 274.29º | 0.35% | 0.87% | - |
| XYZ | 43.76 | 35.86 | 73.02 | - |
| YUV | 165.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 144 | 221 | 0.15 | 0.35 | 0 | 0.13 | 274.29 | 0.53 | 0.72 |
| Hex | BC | 90 | DD | F | 23 | 0 | D | 112 | 35 | 48 |
| Octal | 274 | 220 | 335 | 17 | 43 | 0 | 15 | 422 | 65 | 110 |
| Binary | 10111100 | 10010000 | 11011101 | 1111 | 100011 | 0 | 1101 | 100010010 | 110101 | 1001000 |
Color Harmonies of #BC90DD
Complementary color
Monochromatic Colors of #BC90DD
Black with #BC90DD
Text Example
Text Example
White with #BC90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC90DD; }
p { color: rgb(188,144,221); }
H1.HeaderClassName
{
color: #BC90DD;
}
.AnyTagClassName
{
color: #BC90DD;
}
</style>
background-color css
<style>
a { background-color: #BC90DD; }
a { background-color: rgb(188,144,221); }
div.DivClassName
{
background-color: #BC90DD;
}
.BgClassName
{
background-color: #BC90DD;
}
</style>
border-color css
<style>
span { border-color: #BC90DD; }
span { border-color: rgb(188,144,221); }
td.TdClassName
{
border-color: #BC90DD;
}
.TagClassName
{
border-color: #BC90DD;
}
</style>