Shades of Wisteria #BC8CEB
Tints of Wisteria #BC8CEB
RGB
CMYK
RGB Variations
Color information
#BC8CEB (or 0xBC8CEB) is known color: Wisteria. HEX triplet: BC, 8C and EB. RGB value is (188,140,235). Sum of RGB (Red+Green+Blue) = 188+140+235=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CEB is #437314. Grayscale: #A4A4A4. Windows color (decimal): -4420373 or 15436988. OLE color: 15436988.
HSL color Cylindrical-coordinate representation of color #BC8CEB: hue angle of 270.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8CEB is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 140 | 235 | - |
| CMYK | 0.2 | 0.40 | 0 | 0.08 |
| HSL | 270.32º | 0.7% | 0.74% | - |
| HSV(B) | 270.32º | 0.4% | 0.92% | - |
| XYZ | 45.11 | 35.45 | 83.06 | - |
| YUV | 165.18 | 167.4 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 235 | 0.2 | 0.40 | 0 | 0.08 | 270.32 | 0.7 | 0.74 |
| Hex | BC | 8C | EB | 14 | 28 | 0 | 8 | 10E | 46 | 4A |
| Octal | 274 | 214 | 353 | 24 | 50 | 0 | 10 | 416 | 106 | 112 |
| Binary | 10111100 | 10001100 | 11101011 | 10100 | 101000 | 0 | 1000 | 100001110 | 1000110 | 1001010 |
Color Harmonies of #BC8CEB
Complementary color
Monochromatic Colors of #BC8CEB
Black with #BC8CEB
Text Example
Text Example
White with #BC8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CEB; }
p { color: rgb(188,140,235); }
H1.HeaderClassName
{
color: #BC8CEB;
}
.AnyTagClassName
{
color: #BC8CEB;
}
</style>
background-color css
<style>
a { background-color: #BC8CEB; }
a { background-color: rgb(188,140,235); }
div.DivClassName
{
background-color: #BC8CEB;
}
.BgClassName
{
background-color: #BC8CEB;
}
</style>
border-color css
<style>
span { border-color: #BC8CEB; }
span { border-color: rgb(188,140,235); }
td.TdClassName
{
border-color: #BC8CEB;
}
.TagClassName
{
border-color: #BC8CEB;
}
</style>