Shades of Wisteria #BC8BE5
Tints of Wisteria #BC8BE5
RGB
CMYK
RGB Variations
Color information
#BC8BE5 (or 0xBC8BE5) is known color: Wisteria. HEX triplet: BC, 8B and E5. RGB value is (188,139,229). Sum of RGB (Red+Green+Blue) = 188+139+229=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8BE5 is #43741A. Grayscale: #A3A3A3. Windows color (decimal): -4420635 or 15043516. OLE color: 15043516.
HSL color Cylindrical-coordinate representation of color #BC8BE5: hue angle of 272.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC8BE5 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 139 | 229 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.10 |
| HSL | 272.67º | 0.63% | 0.72% | - |
| HSV(B) | 272.67º | 0.39% | 0.9% | - |
| XYZ | 44.11 | 34.81 | 78.52 | - |
| YUV | 163.91 | 164.73 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 229 | 0.18 | 0.39 | 0 | 0.10 | 272.67 | 0.63 | 0.72 |
| Hex | BC | 8B | E5 | 12 | 27 | 0 | A | 111 | 3F | 48 |
| Octal | 274 | 213 | 345 | 22 | 47 | 0 | 12 | 421 | 77 | 110 |
| Binary | 10111100 | 10001011 | 11100101 | 10010 | 100111 | 0 | 1010 | 100010001 | 111111 | 1001000 |
Color Harmonies of #BC8BE5
Complementary color
Monochromatic Colors of #BC8BE5
Black with #BC8BE5
Text Example
Text Example
White with #BC8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BE5; }
p { color: rgb(188,139,229); }
H1.HeaderClassName
{
color: #BC8BE5;
}
.AnyTagClassName
{
color: #BC8BE5;
}
</style>
background-color css
<style>
a { background-color: #BC8BE5; }
a { background-color: rgb(188,139,229); }
div.DivClassName
{
background-color: #BC8BE5;
}
.BgClassName
{
background-color: #BC8BE5;
}
</style>
border-color css
<style>
span { border-color: #BC8BE5; }
span { border-color: rgb(188,139,229); }
td.TdClassName
{
border-color: #BC8BE5;
}
.TagClassName
{
border-color: #BC8BE5;
}
</style>