Shades of Wisteria #BC8AEC
Tints of Wisteria #BC8AEC
RGB
CMYK
RGB Variations
Color information
#BC8AEC (or 0xBC8AEC) is known color: Wisteria. HEX triplet: BC, 8A and EC. RGB value is (188,138,236). Sum of RGB (Red+Green+Blue) = 188+138+236=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AEC is #437513. Grayscale: #A3A3A3. Windows color (decimal): -4420884 or 15502012. OLE color: 15502012.
HSL color Cylindrical-coordinate representation of color #BC8AEC: hue angle of 270.61º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8AEC is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 138 | 236 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.07 |
| HSL | 270.61º | 0.72% | 0.73% | - |
| HSV(B) | 270.61º | 0.42% | 0.93% | - |
| XYZ | 44.97 | 34.92 | 83.73 | - |
| YUV | 164.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 236 | 0.20 | 0.42 | 0 | 0.07 | 270.61 | 0.72 | 0.73 |
| Hex | BC | 8A | EC | 14 | 2A | 0 | 7 | 10F | 48 | 49 |
| Octal | 274 | 212 | 354 | 24 | 52 | 0 | 7 | 417 | 110 | 111 |
| Binary | 10111100 | 10001010 | 11101100 | 10100 | 101010 | 0 | 111 | 100001111 | 1001000 | 1001001 |
Color Harmonies of #BC8AEC
Complementary color
Monochromatic Colors of #BC8AEC
Black with #BC8AEC
Text Example
Text Example
White with #BC8AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AEC; }
p { color: rgb(188,138,236); }
H1.HeaderClassName
{
color: #BC8AEC;
}
.AnyTagClassName
{
color: #BC8AEC;
}
</style>
background-color css
<style>
a { background-color: #BC8AEC; }
a { background-color: rgb(188,138,236); }
div.DivClassName
{
background-color: #BC8AEC;
}
.BgClassName
{
background-color: #BC8AEC;
}
</style>
border-color css
<style>
span { border-color: #BC8AEC; }
span { border-color: rgb(188,138,236); }
td.TdClassName
{
border-color: #BC8AEC;
}
.TagClassName
{
border-color: #BC8AEC;
}
</style>