Shades of Wisteria #BC8CF1
Tints of Wisteria #BC8CF1
RGB
CMYK
RGB Variations
Color information
#BC8CF1 (or 0xBC8CF1) is known color: Wisteria. HEX triplet: BC, 8C and F1. RGB value is (188,140,241). Sum of RGB (Red+Green+Blue) = 188+140+241=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC8CF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CF1 is #43730E. Grayscale: #A5A5A5. Windows color (decimal): -4420367 or 15830204. OLE color: 15830204.
HSL color Cylindrical-coordinate representation of color #BC8CF1: hue angle of 268.51º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8CF1 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 140 | 241 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.05 |
| HSL | 268.51º | 0.78% | 0.75% | - |
| HSV(B) | 268.51º | 0.42% | 0.95% | - |
| XYZ | 45.99 | 35.8 | 87.7 | - |
| YUV | 165.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 241 | 0.22 | 0.42 | 0 | 0.05 | 268.51 | 0.78 | 0.75 |
| Hex | BC | 8C | F1 | 16 | 2A | 0 | 5 | 10D | 4E | 4B |
| Octal | 274 | 214 | 361 | 26 | 52 | 0 | 5 | 415 | 116 | 113 |
| Binary | 10111100 | 10001100 | 11110001 | 10110 | 101010 | 0 | 101 | 100001101 | 1001110 | 1001011 |
Color Harmonies of #BC8CF1
Complementary color
Monochromatic Colors of #BC8CF1
Black with #BC8CF1
Text Example
Text Example
White with #BC8CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CF1; }
p { color: rgb(188,140,241); }
H1.HeaderClassName
{
color: #BC8CF1;
}
.AnyTagClassName
{
color: #BC8CF1;
}
</style>
background-color css
<style>
a { background-color: #BC8CF1; }
a { background-color: rgb(188,140,241); }
div.DivClassName
{
background-color: #BC8CF1;
}
.BgClassName
{
background-color: #BC8CF1;
}
</style>
border-color css
<style>
span { border-color: #BC8CF1; }
span { border-color: rgb(188,140,241); }
td.TdClassName
{
border-color: #BC8CF1;
}
.TagClassName
{
border-color: #BC8CF1;
}
</style>