Shades of Wisteria #BC85F4
Tints of Wisteria #BC85F4
RGB
CMYK
RGB Variations
Color information
#BC85F4 (or 0xBC85F4) is known color: Wisteria. HEX triplet: BC, 85 and F4. RGB value is (188,133,244). Sum of RGB (Red+Green+Blue) = 188+133+244=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 133 (52.34% from 255 or 23.54% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC85F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85F4 is #437A0B. Grayscale: #A1A1A1. Windows color (decimal): -4422156 or 16025020. OLE color: 16025020.
HSL color Cylindrical-coordinate representation of color #BC85F4: hue angle of 269.73º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC85F4 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 133 | 244 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.04 |
| HSL | 269.73º | 0.83% | 0.74% | - |
| HSV(B) | 269.73º | 0.45% | 0.96% | - |
| XYZ | 45.46 | 34 | 89.75 | - |
| YUV | 162.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 244 | 0.23 | 0.45 | 0 | 0.04 | 269.73 | 0.83 | 0.74 |
| Hex | BC | 85 | F4 | 17 | 2D | 0 | 4 | 10E | 53 | 4A |
| Octal | 274 | 205 | 364 | 27 | 55 | 0 | 4 | 416 | 123 | 112 |
| Binary | 10111100 | 10000101 | 11110100 | 10111 | 101101 | 0 | 100 | 100001110 | 1010011 | 1001010 |
Color Harmonies of #BC85F4
Complementary color
Monochromatic Colors of #BC85F4
Black with #BC85F4
Text Example
Text Example
White with #BC85F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85F4; }
p { color: rgb(188,133,244); }
H1.HeaderClassName
{
color: #BC85F4;
}
.AnyTagClassName
{
color: #BC85F4;
}
</style>
background-color css
<style>
a { background-color: #BC85F4; }
a { background-color: rgb(188,133,244); }
div.DivClassName
{
background-color: #BC85F4;
}
.BgClassName
{
background-color: #BC85F4;
}
</style>
border-color css
<style>
span { border-color: #BC85F4; }
span { border-color: rgb(188,133,244); }
td.TdClassName
{
border-color: #BC85F4;
}
.TagClassName
{
border-color: #BC85F4;
}
</style>