Shades of Wisteria #BC8BEE
Tints of Wisteria #BC8BEE
RGB
CMYK
RGB Variations
Color information
#BC8BEE (or 0xBC8BEE) is known color: Wisteria. HEX triplet: BC, 8B and EE. RGB value is (188,139,238). Sum of RGB (Red+Green+Blue) = 188+139+238=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BEE is #437411. Grayscale: #A4A4A4. Windows color (decimal): -4420626 or 15633340. OLE color: 15633340.
HSL color Cylindrical-coordinate representation of color #BC8BEE: hue angle of 269.7º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8BEE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 139 | 238 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.07 |
| HSL | 269.7º | 0.74% | 0.74% | - |
| HSV(B) | 269.7º | 0.42% | 0.93% | - |
| XYZ | 45.4 | 35.33 | 85.32 | - |
| YUV | 164.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 238 | 0.21 | 0.42 | 0 | 0.07 | 269.7 | 0.74 | 0.74 |
| Hex | BC | 8B | EE | 15 | 2A | 0 | 7 | 10E | 4A | 4A |
| Octal | 274 | 213 | 356 | 25 | 52 | 0 | 7 | 416 | 112 | 112 |
| Binary | 10111100 | 10001011 | 11101110 | 10101 | 101010 | 0 | 111 | 100001110 | 1001010 | 1001010 |
Color Harmonies of #BC8BEE
Complementary color
Monochromatic Colors of #BC8BEE
Black with #BC8BEE
Text Example
Text Example
White with #BC8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BEE; }
p { color: rgb(188,139,238); }
H1.HeaderClassName
{
color: #BC8BEE;
}
.AnyTagClassName
{
color: #BC8BEE;
}
</style>
background-color css
<style>
a { background-color: #BC8BEE; }
a { background-color: rgb(188,139,238); }
div.DivClassName
{
background-color: #BC8BEE;
}
.BgClassName
{
background-color: #BC8BEE;
}
</style>
border-color css
<style>
span { border-color: #BC8BEE; }
span { border-color: rgb(188,139,238); }
td.TdClassName
{
border-color: #BC8BEE;
}
.TagClassName
{
border-color: #BC8BEE;
}
</style>