Shades of Wisteria #BC95D3
Tints of Wisteria #BC95D3
RGB
CMYK
RGB Variations
Color information
#BC95D3 (or 0xBC95D3) is known color: Wisteria. HEX triplet: BC, 95 and D3. RGB value is (188,149,211). Sum of RGB (Red+Green+Blue) = 188+149+211=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 149 (58.59% from 255 or 27.19% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC95D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC95D3 is #436A2C. Grayscale: #A7A7A7. Windows color (decimal): -4418093 or 13866428. OLE color: 13866428.
HSL color Cylindrical-coordinate representation of color #BC95D3: hue angle of 277.74º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC95D3 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 149 | 211 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.17 |
| HSL | 277.74º | 0.41% | 0.71% | - |
| HSV(B) | 277.74º | 0.29% | 0.83% | - |
| XYZ | 43.24 | 36.89 | 66.47 | - |
| YUV | 167.73 | 152.42 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 149 | 211 | 0.11 | 0.29 | 0 | 0.17 | 277.74 | 0.41 | 0.71 |
| Hex | BC | 95 | D3 | B | 1D | 0 | 11 | 116 | 29 | 47 |
| Octal | 274 | 225 | 323 | 13 | 35 | 0 | 21 | 426 | 51 | 107 |
| Binary | 10111100 | 10010101 | 11010011 | 1011 | 11101 | 0 | 10001 | 100010110 | 101001 | 1000111 |
Color Harmonies of #BC95D3
Complementary color
Monochromatic Colors of #BC95D3
Black with #BC95D3
Text Example
Text Example
White with #BC95D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC95D3; }
p { color: rgb(188,149,211); }
H1.HeaderClassName
{
color: #BC95D3;
}
.AnyTagClassName
{
color: #BC95D3;
}
</style>
background-color css
<style>
a { background-color: #BC95D3; }
a { background-color: rgb(188,149,211); }
div.DivClassName
{
background-color: #BC95D3;
}
.BgClassName
{
background-color: #BC95D3;
}
</style>
border-color css
<style>
span { border-color: #BC95D3; }
span { border-color: rgb(188,149,211); }
td.TdClassName
{
border-color: #BC95D3;
}
.TagClassName
{
border-color: #BC95D3;
}
</style>