Shades of Wisteria #BC93D1
Tints of Wisteria #BC93D1
RGB
CMYK
RGB Variations
Color information
#BC93D1 (or 0xBC93D1) is known color: Wisteria. HEX triplet: BC, 93 and D1. RGB value is (188,147,209). Sum of RGB (Red+Green+Blue) = 188+147+209=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93D1 is #436C2E. Grayscale: #A6A6A6. Windows color (decimal): -4418607 or 13734844. OLE color: 13734844.
HSL color Cylindrical-coordinate representation of color #BC93D1: hue angle of 279.68º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC93D1 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 147 | 209 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.18 |
| HSL | 279.68º | 0.4% | 0.7% | - |
| HSV(B) | 279.68º | 0.3% | 0.82% | - |
| XYZ | 42.68 | 36.16 | 65.05 | - |
| YUV | 166.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 209 | 0.10 | 0.30 | 0 | 0.18 | 279.68 | 0.4 | 0.7 |
| Hex | BC | 93 | D1 | A | 1E | 0 | 12 | 118 | 28 | 46 |
| Octal | 274 | 223 | 321 | 12 | 36 | 0 | 22 | 430 | 50 | 106 |
| Binary | 10111100 | 10010011 | 11010001 | 1010 | 11110 | 0 | 10010 | 100011000 | 101000 | 1000110 |
Color Harmonies of #BC93D1
Complementary color
Monochromatic Colors of #BC93D1
Black with #BC93D1
Text Example
Text Example
White with #BC93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93D1; }
p { color: rgb(188,147,209); }
H1.HeaderClassName
{
color: #BC93D1;
}
.AnyTagClassName
{
color: #BC93D1;
}
</style>
background-color css
<style>
a { background-color: #BC93D1; }
a { background-color: rgb(188,147,209); }
div.DivClassName
{
background-color: #BC93D1;
}
.BgClassName
{
background-color: #BC93D1;
}
</style>
border-color css
<style>
span { border-color: #BC93D1; }
span { border-color: rgb(188,147,209); }
td.TdClassName
{
border-color: #BC93D1;
}
.TagClassName
{
border-color: #BC93D1;
}
</style>