Shades of Wisteria #BC8BEC
Tints of Wisteria #BC8BEC
RGB
CMYK
RGB Variations
Color information
#BC8BEC (or 0xBC8BEC) is known color: Wisteria. HEX triplet: BC, 8B and EC. RGB value is (188,139,236). Sum of RGB (Red+Green+Blue) = 188+139+236=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 139 (54.69% from 255 or 24.69% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BEC is #437413. Grayscale: #A4A4A4. Windows color (decimal): -4420628 or 15502268. OLE color: 15502268.
HSL color Cylindrical-coordinate representation of color #BC8BEC: hue angle of 270.31º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8BEC is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 139 | 236 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.07 |
| HSL | 270.31º | 0.72% | 0.74% | - |
| HSV(B) | 270.31º | 0.41% | 0.93% | - |
| XYZ | 45.11 | 35.21 | 83.78 | - |
| YUV | 164.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 236 | 0.20 | 0.41 | 0 | 0.07 | 270.31 | 0.72 | 0.74 |
| Hex | BC | 8B | EC | 14 | 29 | 0 | 7 | 10E | 48 | 4A |
| Octal | 274 | 213 | 354 | 24 | 51 | 0 | 7 | 416 | 110 | 112 |
| Binary | 10111100 | 10001011 | 11101100 | 10100 | 101001 | 0 | 111 | 100001110 | 1001000 | 1001010 |
Color Harmonies of #BC8BEC
Complementary color
Monochromatic Colors of #BC8BEC
Black with #BC8BEC
Text Example
Text Example
White with #BC8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BEC; }
p { color: rgb(188,139,236); }
H1.HeaderClassName
{
color: #BC8BEC;
}
.AnyTagClassName
{
color: #BC8BEC;
}
</style>
background-color css
<style>
a { background-color: #BC8BEC; }
a { background-color: rgb(188,139,236); }
div.DivClassName
{
background-color: #BC8BEC;
}
.BgClassName
{
background-color: #BC8BEC;
}
</style>
border-color css
<style>
span { border-color: #BC8BEC; }
span { border-color: rgb(188,139,236); }
td.TdClassName
{
border-color: #BC8BEC;
}
.TagClassName
{
border-color: #BC8BEC;
}
</style>