Shades of Wisteria #BC94DF
Tints of Wisteria #BC94DF
RGB
CMYK
RGB Variations
Color information
#BC94DF (or 0xBC94DF) is known color: Wisteria. HEX triplet: BC, 94 and DF. RGB value is (188,148,223). Sum of RGB (Red+Green+Blue) = 188+148+223=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 148 (58.20% from 255 or 26.48% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94DF is #436B20. Grayscale: #A8A8A8. Windows color (decimal): -4418337 or 14652604. OLE color: 14652604.
HSL color Cylindrical-coordinate representation of color #BC94DF: hue angle of 272º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC94DF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 148 | 223 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.13 |
| HSL | 272º | 0.54% | 0.73% | - |
| HSV(B) | 272º | 0.34% | 0.87% | - |
| XYZ | 44.65 | 37.2 | 74.64 | - |
| YUV | 168.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 148 | 223 | 0.16 | 0.34 | 0 | 0.13 | 272 | 0.54 | 0.73 |
| Hex | BC | 94 | DF | 10 | 22 | 0 | D | 110 | 36 | 49 |
| Octal | 274 | 224 | 337 | 20 | 42 | 0 | 15 | 420 | 66 | 111 |
| Binary | 10111100 | 10010100 | 11011111 | 10000 | 100010 | 0 | 1101 | 100010000 | 110110 | 1001001 |
Color Harmonies of #BC94DF
Complementary color
Monochromatic Colors of #BC94DF
Black with #BC94DF
Text Example
Text Example
White with #BC94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC94DF; }
p { color: rgb(188,148,223); }
H1.HeaderClassName
{
color: #BC94DF;
}
.AnyTagClassName
{
color: #BC94DF;
}
</style>
background-color css
<style>
a { background-color: #BC94DF; }
a { background-color: rgb(188,148,223); }
div.DivClassName
{
background-color: #BC94DF;
}
.BgClassName
{
background-color: #BC94DF;
}
</style>
border-color css
<style>
span { border-color: #BC94DF; }
span { border-color: rgb(188,148,223); }
td.TdClassName
{
border-color: #BC94DF;
}
.TagClassName
{
border-color: #BC94DF;
}
</style>