Shades of Wisteria #BC8AF3
Tints of Wisteria #BC8AF3
RGB
CMYK
RGB Variations
Color information
#BC8AF3 (or 0xBC8AF3) is known color: Wisteria. HEX triplet: BC, 8A and F3. RGB value is (188,138,243). Sum of RGB (Red+Green+Blue) = 188+138+243=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC8AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AF3 is #43750C. Grayscale: #A4A4A4. Windows color (decimal): -4420877 or 15960764. OLE color: 15960764.
HSL color Cylindrical-coordinate representation of color #BC8AF3: hue angle of 268.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC8AF3 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 138 | 243 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.05 |
| HSL | 268.57º | 0.81% | 0.75% | - |
| HSV(B) | 268.57º | 0.43% | 0.95% | - |
| XYZ | 46.01 | 35.34 | 89.19 | - |
| YUV | 164.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 243 | 0.23 | 0.43 | 0 | 0.05 | 268.57 | 0.81 | 0.75 |
| Hex | BC | 8A | F3 | 17 | 2B | 0 | 5 | 10D | 51 | 4B |
| Octal | 274 | 212 | 363 | 27 | 53 | 0 | 5 | 415 | 121 | 113 |
| Binary | 10111100 | 10001010 | 11110011 | 10111 | 101011 | 0 | 101 | 100001101 | 1010001 | 1001011 |
Color Harmonies of #BC8AF3
Complementary color
Monochromatic Colors of #BC8AF3
Black with #BC8AF3
Text Example
Text Example
White with #BC8AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AF3; }
p { color: rgb(188,138,243); }
H1.HeaderClassName
{
color: #BC8AF3;
}
.AnyTagClassName
{
color: #BC8AF3;
}
</style>
background-color css
<style>
a { background-color: #BC8AF3; }
a { background-color: rgb(188,138,243); }
div.DivClassName
{
background-color: #BC8AF3;
}
.BgClassName
{
background-color: #BC8AF3;
}
</style>
border-color css
<style>
span { border-color: #BC8AF3; }
span { border-color: rgb(188,138,243); }
td.TdClassName
{
border-color: #BC8AF3;
}
.TagClassName
{
border-color: #BC8AF3;
}
</style>