Shades of Wisteria #BC91D7
Tints of Wisteria #BC91D7
RGB
CMYK
RGB Variations
Color information
#BC91D7 (or 0xBC91D7) is known color: Wisteria. HEX triplet: BC, 91 and D7. RGB value is (188,145,215). Sum of RGB (Red+Green+Blue) = 188+145+215=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 145 (57.03% from 255 or 26.46% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC91D7 is #436E28. Grayscale: #A5A5A5. Windows color (decimal): -4419113 or 14127548. OLE color: 14127548.
HSL color Cylindrical-coordinate representation of color #BC91D7: hue angle of 276.86º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC91D7 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 145 | 215 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.16 |
| HSL | 276.86º | 0.47% | 0.71% | - |
| HSV(B) | 276.86º | 0.33% | 0.84% | - |
| XYZ | 43.13 | 35.85 | 68.94 | - |
| YUV | 165.84 | 155.75 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 145 | 215 | 0.13 | 0.33 | 0 | 0.16 | 276.86 | 0.47 | 0.71 |
| Hex | BC | 91 | D7 | D | 21 | 0 | 10 | 115 | 2F | 47 |
| Octal | 274 | 221 | 327 | 15 | 41 | 0 | 20 | 425 | 57 | 107 |
| Binary | 10111100 | 10010001 | 11010111 | 1101 | 100001 | 0 | 10000 | 100010101 | 101111 | 1000111 |
Color Harmonies of #BC91D7
Complementary color
Monochromatic Colors of #BC91D7
Black with #BC91D7
Text Example
Text Example
White with #BC91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC91D7; }
p { color: rgb(188,145,215); }
H1.HeaderClassName
{
color: #BC91D7;
}
.AnyTagClassName
{
color: #BC91D7;
}
</style>
background-color css
<style>
a { background-color: #BC91D7; }
a { background-color: rgb(188,145,215); }
div.DivClassName
{
background-color: #BC91D7;
}
.BgClassName
{
background-color: #BC91D7;
}
</style>
border-color css
<style>
span { border-color: #BC91D7; }
span { border-color: rgb(188,145,215); }
td.TdClassName
{
border-color: #BC91D7;
}
.TagClassName
{
border-color: #BC91D7;
}
</style>