Shades of Wisteria #BC8ADF
Tints of Wisteria #BC8ADF
RGB
CMYK
RGB Variations
Color information
#BC8ADF (or 0xBC8ADF) is known color: Wisteria. HEX triplet: BC, 8A and DF. RGB value is (188,138,223). Sum of RGB (Red+Green+Blue) = 188+138+223=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADF is #437520. Grayscale: #A2A2A2. Windows color (decimal): -4420897 or 14650044. OLE color: 14650044.
HSL color Cylindrical-coordinate representation of color #BC8ADF: hue angle of 275.29º 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 #BC8ADF is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 138 | 223 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.13 |
| HSL | 275.29º | 0.57% | 0.71% | - |
| HSV(B) | 275.29º | 0.38% | 0.87% | - |
| XYZ | 43.15 | 34.2 | 74.14 | - |
| YUV | 162.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 223 | 0.16 | 0.38 | 0 | 0.13 | 275.29 | 0.57 | 0.71 |
| Hex | BC | 8A | DF | 10 | 26 | 0 | D | 113 | 39 | 47 |
| Octal | 274 | 212 | 337 | 20 | 46 | 0 | 15 | 423 | 71 | 107 |
| Binary | 10111100 | 10001010 | 11011111 | 10000 | 100110 | 0 | 1101 | 100010011 | 111001 | 1000111 |
Color Harmonies of #BC8ADF
Complementary color
Monochromatic Colors of #BC8ADF
Black with #BC8ADF
Text Example
Text Example
White with #BC8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ADF; }
p { color: rgb(188,138,223); }
H1.HeaderClassName
{
color: #BC8ADF;
}
.AnyTagClassName
{
color: #BC8ADF;
}
</style>
background-color css
<style>
a { background-color: #BC8ADF; }
a { background-color: rgb(188,138,223); }
div.DivClassName
{
background-color: #BC8ADF;
}
.BgClassName
{
background-color: #BC8ADF;
}
</style>
border-color css
<style>
span { border-color: #BC8ADF; }
span { border-color: rgb(188,138,223); }
td.TdClassName
{
border-color: #BC8ADF;
}
.TagClassName
{
border-color: #BC8ADF;
}
</style>