Shades of Wisteria #BC93DF
Tints of Wisteria #BC93DF
RGB
CMYK
RGB Variations
Color information
#BC93DF (or 0xBC93DF) is known color: Wisteria. HEX triplet: BC, 93 and DF. RGB value is (188,147,223). Sum of RGB (Red+Green+Blue) = 188+147+223=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93DF is #436C20. Grayscale: #A7A7A7. Windows color (decimal): -4418593 or 14652348. OLE color: 14652348.
HSL color Cylindrical-coordinate representation of color #BC93DF: hue angle of 272.37º 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 #BC93DF is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 147 | 223 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.13 |
| HSL | 272.37º | 0.54% | 0.73% | - |
| HSV(B) | 272.37º | 0.34% | 0.87% | - |
| XYZ | 44.49 | 36.89 | 74.59 | - |
| YUV | 167.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 223 | 0.16 | 0.34 | 0 | 0.13 | 272.37 | 0.54 | 0.73 |
| Hex | BC | 93 | DF | 10 | 22 | 0 | D | 110 | 36 | 49 |
| Octal | 274 | 223 | 337 | 20 | 42 | 0 | 15 | 420 | 66 | 111 |
| Binary | 10111100 | 10010011 | 11011111 | 10000 | 100010 | 0 | 1101 | 100010000 | 110110 | 1001001 |
Color Harmonies of #BC93DF
Complementary color
Monochromatic Colors of #BC93DF
Black with #BC93DF
Text Example
Text Example
White with #BC93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93DF; }
p { color: rgb(188,147,223); }
H1.HeaderClassName
{
color: #BC93DF;
}
.AnyTagClassName
{
color: #BC93DF;
}
</style>
background-color css
<style>
a { background-color: #BC93DF; }
a { background-color: rgb(188,147,223); }
div.DivClassName
{
background-color: #BC93DF;
}
.BgClassName
{
background-color: #BC93DF;
}
</style>
border-color css
<style>
span { border-color: #BC93DF; }
span { border-color: rgb(188,147,223); }
td.TdClassName
{
border-color: #BC93DF;
}
.TagClassName
{
border-color: #BC93DF;
}
</style>