Shades of Wisteria #BC93DD
Tints of Wisteria #BC93DD
RGB
CMYK
RGB Variations
Color information
#BC93DD (or 0xBC93DD) is known color: Wisteria. HEX triplet: BC, 93 and DD. RGB value is (188,147,221). Sum of RGB (Red+Green+Blue) = 188+147+221=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 147 (57.81% from 255 or 26.44% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC93DD is #436C22. Grayscale: #A7A7A7. Windows color (decimal): -4418595 or 14521276. OLE color: 14521276.
HSL color Cylindrical-coordinate representation of color #BC93DD: hue angle of 273.24º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC93DD is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 147 | 221 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.13 |
| HSL | 273.24º | 0.52% | 0.72% | - |
| HSV(B) | 273.24º | 0.33% | 0.87% | - |
| XYZ | 44.22 | 36.78 | 73.17 | - |
| YUV | 167.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 147 | 221 | 0.15 | 0.33 | 0 | 0.13 | 273.24 | 0.52 | 0.72 |
| Hex | BC | 93 | DD | F | 21 | 0 | D | 111 | 34 | 48 |
| Octal | 274 | 223 | 335 | 17 | 41 | 0 | 15 | 421 | 64 | 110 |
| Binary | 10111100 | 10010011 | 11011101 | 1111 | 100001 | 0 | 1101 | 100010001 | 110100 | 1001000 |
Color Harmonies of #BC93DD
Complementary color
Monochromatic Colors of #BC93DD
Black with #BC93DD
Text Example
Text Example
White with #BC93DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC93DD; }
p { color: rgb(188,147,221); }
H1.HeaderClassName
{
color: #BC93DD;
}
.AnyTagClassName
{
color: #BC93DD;
}
</style>
background-color css
<style>
a { background-color: #BC93DD; }
a { background-color: rgb(188,147,221); }
div.DivClassName
{
background-color: #BC93DD;
}
.BgClassName
{
background-color: #BC93DD;
}
</style>
border-color css
<style>
span { border-color: #BC93DD; }
span { border-color: rgb(188,147,221); }
td.TdClassName
{
border-color: #BC93DD;
}
.TagClassName
{
border-color: #BC93DD;
}
</style>