Shades of Wisteria #BC91DD
Tints of Wisteria #BC91DD
RGB
CMYK
RGB Variations
Color information
#BC91DD (or 0xBC91DD) is known color: Wisteria. HEX triplet: BC, 91 and DD. RGB value is (188,145,221). Sum of RGB (Red+Green+Blue) = 188+145+221=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 145 (57.03% from 255 or 26.17% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91DD is #436E22. Grayscale: #A6A6A6. Windows color (decimal): -4419107 or 14520764. OLE color: 14520764.
HSL color Cylindrical-coordinate representation of color #BC91DD: hue angle of 273.95º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC91DD is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 145 | 221 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.13 |
| HSL | 273.95º | 0.53% | 0.72% | - |
| HSV(B) | 273.95º | 0.34% | 0.87% | - |
| XYZ | 43.92 | 36.16 | 73.07 | - |
| YUV | 166.52 | 158.75 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 221 | 0.15 | 0.34 | 0 | 0.13 | 273.95 | 0.53 | 0.72 |
| Hex | BC | 91 | DD | F | 22 | 0 | D | 112 | 35 | 48 |
| Octal | 274 | 221 | 335 | 17 | 42 | 0 | 15 | 422 | 65 | 110 |
| Binary | 10111100 | 10010001 | 11011101 | 1111 | 100010 | 0 | 1101 | 100010010 | 110101 | 1001000 |
Color Harmonies of #BC91DD
Complementary color
Monochromatic Colors of #BC91DD
Black with #BC91DD
Text Example
Text Example
White with #BC91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91DD; }
p { color: rgb(188,145,221); }
H1.HeaderClassName
{
color: #BC91DD;
}
.AnyTagClassName
{
color: #BC91DD;
}
</style>
background-color css
<style>
a { background-color: #BC91DD; }
a { background-color: rgb(188,145,221); }
div.DivClassName
{
background-color: #BC91DD;
}
.BgClassName
{
background-color: #BC91DD;
}
</style>
border-color css
<style>
span { border-color: #BC91DD; }
span { border-color: rgb(188,145,221); }
td.TdClassName
{
border-color: #BC91DD;
}
.TagClassName
{
border-color: #BC91DD;
}
</style>