Shades of Wisteria #BC8BEF
Tints of Wisteria #BC8BEF
RGB
CMYK
RGB Variations
Color information
#BC8BEF (or 0xBC8BEF) is known color: Wisteria. HEX triplet: BC, 8B and EF. RGB value is (188,139,239). Sum of RGB (Red+Green+Blue) = 188+139+239=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 139 (54.69% from 255 or 24.56% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BEF is #437410. Grayscale: #A4A4A4. Windows color (decimal): -4420625 or 15698876. OLE color: 15698876.
HSL color Cylindrical-coordinate representation of color #BC8BEF: hue angle of 269.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8BEF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 139 | 239 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.06 |
| HSL | 269.4º | 0.76% | 0.74% | - |
| HSV(B) | 269.4º | 0.42% | 0.94% | - |
| XYZ | 45.55 | 35.39 | 86.09 | - |
| YUV | 165.05 | 169.73 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 139 | 239 | 0.21 | 0.42 | 0 | 0.06 | 269.4 | 0.76 | 0.74 |
| Hex | BC | 8B | EF | 15 | 2A | 0 | 6 | 10D | 4C | 4A |
| Octal | 274 | 213 | 357 | 25 | 52 | 0 | 6 | 415 | 114 | 112 |
| Binary | 10111100 | 10001011 | 11101111 | 10101 | 101010 | 0 | 110 | 100001101 | 1001100 | 1001010 |
Color Harmonies of #BC8BEF
Complementary color
Monochromatic Colors of #BC8BEF
Black with #BC8BEF
Text Example
Text Example
White with #BC8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8BEF; }
p { color: rgb(188,139,239); }
H1.HeaderClassName
{
color: #BC8BEF;
}
.AnyTagClassName
{
color: #BC8BEF;
}
</style>
background-color css
<style>
a { background-color: #BC8BEF; }
a { background-color: rgb(188,139,239); }
div.DivClassName
{
background-color: #BC8BEF;
}
.BgClassName
{
background-color: #BC8BEF;
}
</style>
border-color css
<style>
span { border-color: #BC8BEF; }
span { border-color: rgb(188,139,239); }
td.TdClassName
{
border-color: #BC8BEF;
}
.TagClassName
{
border-color: #BC8BEF;
}
</style>