Shades of Wisteria #BC85F3
Tints of Wisteria #BC85F3
RGB
CMYK
RGB Variations
Color information
#BC85F3 (or 0xBC85F3) is known color: Wisteria. HEX triplet: BC, 85 and F3. RGB value is (188,133,243). Sum of RGB (Red+Green+Blue) = 188+133+243=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC85F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85F3 is #437A0C. Grayscale: #A1A1A1. Windows color (decimal): -4422157 or 15959484. OLE color: 15959484.
HSL color Cylindrical-coordinate representation of color #BC85F3: hue angle of 270º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC85F3 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 133 | 243 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.05 |
| HSL | 270º | 0.82% | 0.74% | - |
| HSV(B) | 270º | 0.45% | 0.95% | - |
| XYZ | 45.3 | 33.94 | 88.96 | - |
| YUV | 161.99 | 173.72 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 243 | 0.23 | 0.45 | 0 | 0.05 | 270 | 0.82 | 0.74 |
| Hex | BC | 85 | F3 | 17 | 2D | 0 | 5 | 10E | 52 | 4A |
| Octal | 274 | 205 | 363 | 27 | 55 | 0 | 5 | 416 | 122 | 112 |
| Binary | 10111100 | 10000101 | 11110011 | 10111 | 101101 | 0 | 101 | 100001110 | 1010010 | 1001010 |
Color Harmonies of #BC85F3
Complementary color
Monochromatic Colors of #BC85F3
Black with #BC85F3
Text Example
Text Example
White with #BC85F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85F3; }
p { color: rgb(188,133,243); }
H1.HeaderClassName
{
color: #BC85F3;
}
.AnyTagClassName
{
color: #BC85F3;
}
</style>
background-color css
<style>
a { background-color: #BC85F3; }
a { background-color: rgb(188,133,243); }
div.DivClassName
{
background-color: #BC85F3;
}
.BgClassName
{
background-color: #BC85F3;
}
</style>
border-color css
<style>
span { border-color: #BC85F3; }
span { border-color: rgb(188,133,243); }
td.TdClassName
{
border-color: #BC85F3;
}
.TagClassName
{
border-color: #BC85F3;
}
</style>