Shades of Wisteria #BC8CF5
Tints of Wisteria #BC8CF5
RGB
CMYK
RGB Variations
Color information
#BC8CF5 (or 0xBC8CF5) is known color: Wisteria. HEX triplet: BC, 8C and F5. RGB value is (188,140,245). Sum of RGB (Red+Green+Blue) = 188+140+245=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC8CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CF5 is #43730A. Grayscale: #A5A5A5. Windows color (decimal): -4420363 or 16092348. OLE color: 16092348.
HSL color Cylindrical-coordinate representation of color #BC8CF5: hue angle of 267.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8CF5 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 140 | 245 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.04 |
| HSL | 267.43º | 0.84% | 0.75% | - |
| HSV(B) | 267.43º | 0.43% | 0.96% | - |
| XYZ | 46.6 | 36.04 | 90.89 | - |
| YUV | 166.32 | 172.4 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 140 | 245 | 0.23 | 0.43 | 0 | 0.04 | 267.43 | 0.84 | 0.75 |
| Hex | BC | 8C | F5 | 17 | 2B | 0 | 4 | 10B | 54 | 4B |
| Octal | 274 | 214 | 365 | 27 | 53 | 0 | 4 | 413 | 124 | 113 |
| Binary | 10111100 | 10001100 | 11110101 | 10111 | 101011 | 0 | 100 | 100001011 | 1010100 | 1001011 |
Color Harmonies of #BC8CF5
Complementary color
Monochromatic Colors of #BC8CF5
Black with #BC8CF5
Text Example
Text Example
White with #BC8CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8CF5; }
p { color: rgb(188,140,245); }
H1.HeaderClassName
{
color: #BC8CF5;
}
.AnyTagClassName
{
color: #BC8CF5;
}
</style>
background-color css
<style>
a { background-color: #BC8CF5; }
a { background-color: rgb(188,140,245); }
div.DivClassName
{
background-color: #BC8CF5;
}
.BgClassName
{
background-color: #BC8CF5;
}
</style>
border-color css
<style>
span { border-color: #BC8CF5; }
span { border-color: rgb(188,140,245); }
td.TdClassName
{
border-color: #BC8CF5;
}
.TagClassName
{
border-color: #BC8CF5;
}
</style>