Shades of Wisteria #BC79E8
Tints of Wisteria #BC79E8
RGB
CMYK
RGB Variations
Color information
#BC79E8 (or 0xBC79E8) is known color: Wisteria. HEX triplet: BC, 79 and E8. RGB value is (188,121,232). Sum of RGB (Red+Green+Blue) = 188+121+232=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC79E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC79E8 is #438617. Grayscale: #999999. Windows color (decimal): -4425240 or 15235516. OLE color: 15235516.
HSL color Cylindrical-coordinate representation of color #BC79E8: hue angle of 276.22º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC79E8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 121 | 232 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.09 |
| HSL | 276.22º | 0.71% | 0.69% | - |
| HSV(B) | 276.22º | 0.48% | 0.91% | - |
| XYZ | 42.14 | 30.19 | 79.95 | - |
| YUV | 153.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 232 | 0.19 | 0.48 | 0 | 0.09 | 276.22 | 0.71 | 0.69 |
| Hex | BC | 79 | E8 | 13 | 30 | 0 | 9 | 114 | 47 | 45 |
| Octal | 274 | 171 | 350 | 23 | 60 | 0 | 11 | 424 | 107 | 105 |
| Binary | 10111100 | 1111001 | 11101000 | 10011 | 110000 | 0 | 1001 | 100010100 | 1000111 | 1000101 |
Color Harmonies of #BC79E8
Complementary color
Monochromatic Colors of #BC79E8
Black with #BC79E8
Text Example
Text Example
White with #BC79E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79E8; }
p { color: rgb(188,121,232); }
H1.HeaderClassName
{
color: #BC79E8;
}
.AnyTagClassName
{
color: #BC79E8;
}
</style>
background-color css
<style>
a { background-color: #BC79E8; }
a { background-color: rgb(188,121,232); }
div.DivClassName
{
background-color: #BC79E8;
}
.BgClassName
{
background-color: #BC79E8;
}
</style>
border-color css
<style>
span { border-color: #BC79E8; }
span { border-color: rgb(188,121,232); }
td.TdClassName
{
border-color: #BC79E8;
}
.TagClassName
{
border-color: #BC79E8;
}
</style>