Shades of Wisteria #BC86EA
Tints of Wisteria #BC86EA
RGB
CMYK
RGB Variations
Color information
#BC86EA (or 0xBC86EA) is known color: Wisteria. HEX triplet: BC, 86 and EA. RGB value is (188,134,234). Sum of RGB (Red+Green+Blue) = 188+134+234=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC86EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86EA is #437915. Grayscale: #A1A1A1. Windows color (decimal): -4421910 or 15369916. OLE color: 15369916.
HSL color Cylindrical-coordinate representation of color #BC86EA: hue angle of 272.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC86EA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 134 | 234 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.08 |
| HSL | 272.4º | 0.7% | 0.72% | - |
| HSV(B) | 272.4º | 0.43% | 0.92% | - |
| XYZ | 44.12 | 33.68 | 82.02 | - |
| YUV | 161.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 134 | 234 | 0.20 | 0.43 | 0 | 0.08 | 272.4 | 0.7 | 0.72 |
| Hex | BC | 86 | EA | 14 | 2B | 0 | 8 | 110 | 46 | 48 |
| Octal | 274 | 206 | 352 | 24 | 53 | 0 | 10 | 420 | 106 | 110 |
| Binary | 10111100 | 10000110 | 11101010 | 10100 | 101011 | 0 | 1000 | 100010000 | 1000110 | 1001000 |
Color Harmonies of #BC86EA
Complementary color
Monochromatic Colors of #BC86EA
Black with #BC86EA
Text Example
Text Example
White with #BC86EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC86EA; }
p { color: rgb(188,134,234); }
H1.HeaderClassName
{
color: #BC86EA;
}
.AnyTagClassName
{
color: #BC86EA;
}
</style>
background-color css
<style>
a { background-color: #BC86EA; }
a { background-color: rgb(188,134,234); }
div.DivClassName
{
background-color: #BC86EA;
}
.BgClassName
{
background-color: #BC86EA;
}
</style>
border-color css
<style>
span { border-color: #BC86EA; }
span { border-color: rgb(188,134,234); }
td.TdClassName
{
border-color: #BC86EA;
}
.TagClassName
{
border-color: #BC86EA;
}
</style>