Shades of Wisteria #BC8AF2
Tints of Wisteria #BC8AF2
RGB
CMYK
RGB Variations
Color information
#BC8AF2 (or 0xBC8AF2) is known color: Wisteria. HEX triplet: BC, 8A and F2. RGB value is (188,138,242). Sum of RGB (Red+Green+Blue) = 188+138+242=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC8AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AF2 is #43750D. Grayscale: #A4A4A4. Windows color (decimal): -4420878 or 15895228. OLE color: 15895228.
HSL color Cylindrical-coordinate representation of color #BC8AF2: hue angle of 268.85º degrees, saturation: 0.8, 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 #BC8AF2 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 138 | 242 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.05 |
| HSL | 268.85º | 0.8% | 0.75% | - |
| HSV(B) | 268.85º | 0.43% | 0.95% | - |
| XYZ | 45.85 | 35.28 | 88.4 | - |
| YUV | 164.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 138 | 242 | 0.22 | 0.43 | 0 | 0.05 | 268.85 | 0.8 | 0.75 |
| Hex | BC | 8A | F2 | 16 | 2B | 0 | 5 | 10D | 50 | 4B |
| Octal | 274 | 212 | 362 | 26 | 53 | 0 | 5 | 415 | 120 | 113 |
| Binary | 10111100 | 10001010 | 11110010 | 10110 | 101011 | 0 | 101 | 100001101 | 1010000 | 1001011 |
Color Harmonies of #BC8AF2
Complementary color
Monochromatic Colors of #BC8AF2
Black with #BC8AF2
Text Example
Text Example
White with #BC8AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC8AF2; }
p { color: rgb(188,138,242); }
H1.HeaderClassName
{
color: #BC8AF2;
}
.AnyTagClassName
{
color: #BC8AF2;
}
</style>
background-color css
<style>
a { background-color: #BC8AF2; }
a { background-color: rgb(188,138,242); }
div.DivClassName
{
background-color: #BC8AF2;
}
.BgClassName
{
background-color: #BC8AF2;
}
</style>
border-color css
<style>
span { border-color: #BC8AF2; }
span { border-color: rgb(188,138,242); }
td.TdClassName
{
border-color: #BC8AF2;
}
.TagClassName
{
border-color: #BC8AF2;
}
</style>