Shades of Wisteria #BC97D1
Tints of Wisteria #BC97D1
RGB
CMYK
RGB Variations
Color information
#BC97D1 (or 0xBC97D1) is known color: Wisteria. HEX triplet: BC, 97 and D1. RGB value is (188,151,209). Sum of RGB (Red+Green+Blue) = 188+151+209=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC97D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC97D1 is #43682E. Grayscale: #A8A8A8. Windows color (decimal): -4417583 or 13735868. OLE color: 13735868.
HSL color Cylindrical-coordinate representation of color #BC97D1: hue angle of 278.28º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC97D1 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 151 | 209 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.18 |
| HSL | 278.28º | 0.39% | 0.71% | - |
| HSV(B) | 278.28º | 0.28% | 0.82% | - |
| XYZ | 43.31 | 37.43 | 65.26 | - |
| YUV | 168.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 151 | 209 | 0.10 | 0.28 | 0 | 0.18 | 278.28 | 0.39 | 0.71 |
| Hex | BC | 97 | D1 | A | 1C | 0 | 12 | 116 | 27 | 47 |
| Octal | 274 | 227 | 321 | 12 | 34 | 0 | 22 | 426 | 47 | 107 |
| Binary | 10111100 | 10010111 | 11010001 | 1010 | 11100 | 0 | 10010 | 100010110 | 100111 | 1000111 |
Color Harmonies of #BC97D1
Complementary color
Monochromatic Colors of #BC97D1
Black with #BC97D1
Text Example
Text Example
White with #BC97D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC97D1; }
p { color: rgb(188,151,209); }
H1.HeaderClassName
{
color: #BC97D1;
}
.AnyTagClassName
{
color: #BC97D1;
}
</style>
background-color css
<style>
a { background-color: #BC97D1; }
a { background-color: rgb(188,151,209); }
div.DivClassName
{
background-color: #BC97D1;
}
.BgClassName
{
background-color: #BC97D1;
}
</style>
border-color css
<style>
span { border-color: #BC97D1; }
span { border-color: rgb(188,151,209); }
td.TdClassName
{
border-color: #BC97D1;
}
.TagClassName
{
border-color: #BC97D1;
}
</style>