Shades of Wisteria #BC8BDF
Tints of Wisteria #BC8BDF
RGB
CMYK
RGB Variations
Color information
#BC8BDF (or 0xBC8BDF) is known color: Wisteria. HEX triplet: BC, 8B and DF. RGB value is (188,139,223). Sum of RGB (Red+Green+Blue) = 188+139+223=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BDF is #437420. Grayscale: #A2A2A2. Windows color (decimal): -4420641 or 14650300. OLE color: 14650300.
HSL color Cylindrical-coordinate representation of color #BC8BDF: hue angle of 275º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8BDF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 139 | 223 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.13 |
| HSL | 275º | 0.57% | 0.71% | - |
| HSV(B) | 275º | 0.38% | 0.87% | - |
| XYZ | 43.29 | 34.48 | 74.19 | - |
| YUV | 163.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 223 | 0.16 | 0.38 | 0 | 0.13 | 275 | 0.57 | 0.71 |
| Hex | BC | 8B | DF | 10 | 26 | 0 | D | 113 | 39 | 47 |
| Octal | 274 | 213 | 337 | 20 | 46 | 0 | 15 | 423 | 71 | 107 |
| Binary | 10111100 | 10001011 | 11011111 | 10000 | 100110 | 0 | 1101 | 100010011 | 111001 | 1000111 |
Color Harmonies of #BC8BDF
Complementary color
Monochromatic Colors of #BC8BDF
Black with #BC8BDF
Text Example
Text Example
White with #BC8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BDF; }
p { color: rgb(188,139,223); }
H1.HeaderClassName
{
color: #BC8BDF;
}
.AnyTagClassName
{
color: #BC8BDF;
}
</style>
background-color css
<style>
a { background-color: #BC8BDF; }
a { background-color: rgb(188,139,223); }
div.DivClassName
{
background-color: #BC8BDF;
}
.BgClassName
{
background-color: #BC8BDF;
}
</style>
border-color css
<style>
span { border-color: #BC8BDF; }
span { border-color: rgb(188,139,223); }
td.TdClassName
{
border-color: #BC8BDF;
}
.TagClassName
{
border-color: #BC8BDF;
}
</style>