Shades of Wisteria #BC8ADE
Tints of Wisteria #BC8ADE
RGB
CMYK
RGB Variations
Color information
#BC8ADE (or 0xBC8ADE) is known color: Wisteria. HEX triplet: BC, 8A and DE. RGB value is (188,138,222). Sum of RGB (Red+Green+Blue) = 188+138+222=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADE is #437521. Grayscale: #A2A2A2. Windows color (decimal): -4420898 or 14584508. OLE color: 14584508.
HSL color Cylindrical-coordinate representation of color #BC8ADE: hue angle of 275.71º degrees, saturation: 0.56, 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 #BC8ADE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 138 | 222 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.13 |
| HSL | 275.71º | 0.56% | 0.71% | - |
| HSV(B) | 275.71º | 0.38% | 0.87% | - |
| XYZ | 43.01 | 34.14 | 73.43 | - |
| YUV | 162.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 222 | 0.15 | 0.38 | 0 | 0.13 | 275.71 | 0.56 | 0.71 |
| Hex | BC | 8A | DE | F | 26 | 0 | D | 114 | 38 | 47 |
| Octal | 274 | 212 | 336 | 17 | 46 | 0 | 15 | 424 | 70 | 107 |
| Binary | 10111100 | 10001010 | 11011110 | 1111 | 100110 | 0 | 1101 | 100010100 | 111000 | 1000111 |
Color Harmonies of #BC8ADE
Complementary color
Monochromatic Colors of #BC8ADE
Black with #BC8ADE
Text Example
Text Example
White with #BC8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8ADE; }
p { color: rgb(188,138,222); }
H1.HeaderClassName
{
color: #BC8ADE;
}
.AnyTagClassName
{
color: #BC8ADE;
}
</style>
background-color css
<style>
a { background-color: #BC8ADE; }
a { background-color: rgb(188,138,222); }
div.DivClassName
{
background-color: #BC8ADE;
}
.BgClassName
{
background-color: #BC8ADE;
}
</style>
border-color css
<style>
span { border-color: #BC8ADE; }
span { border-color: rgb(188,138,222); }
td.TdClassName
{
border-color: #BC8ADE;
}
.TagClassName
{
border-color: #BC8ADE;
}
</style>