Shades of Wisteria #BE7CE1
Tints of Wisteria #BE7CE1
RGB
CMYK
RGB Variations
Color information
#BE7CE1 (or 0xBE7CE1) is known color: Wisteria. HEX triplet: BE, 7C and E1. RGB value is (190,124,225). Sum of RGB (Red+Green+Blue) = 190+124+225=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE7CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CE1 is #41831E. Grayscale: #9A9A9A. Windows color (decimal): -4293407 or 14777534. OLE color: 14777534.
HSL color Cylindrical-coordinate representation of color #BE7CE1: hue angle of 279.21º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7CE1 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 124 | 225 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.12 |
| HSL | 279.21º | 0.63% | 0.68% | - |
| HSV(B) | 279.21º | 0.45% | 0.88% | - |
| XYZ | 42.03 | 30.8 | 74.96 | - |
| YUV | 155.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 225 | 0.16 | 0.45 | 0 | 0.12 | 279.21 | 0.63 | 0.68 |
| Hex | BE | 7C | E1 | 10 | 2D | 0 | C | 117 | 3F | 44 |
| Octal | 276 | 174 | 341 | 20 | 55 | 0 | 14 | 427 | 77 | 104 |
| Binary | 10111110 | 1111100 | 11100001 | 10000 | 101101 | 0 | 1100 | 100010111 | 111111 | 1000100 |
Color Harmonies of #BE7CE1
Complementary color
Monochromatic Colors of #BE7CE1
Black with #BE7CE1
Text Example
Text Example
White with #BE7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CE1; }
p { color: rgb(190,124,225); }
H1.HeaderClassName
{
color: #BE7CE1;
}
.AnyTagClassName
{
color: #BE7CE1;
}
</style>
background-color css
<style>
a { background-color: #BE7CE1; }
a { background-color: rgb(190,124,225); }
div.DivClassName
{
background-color: #BE7CE1;
}
.BgClassName
{
background-color: #BE7CE1;
}
</style>
border-color css
<style>
span { border-color: #BE7CE1; }
span { border-color: rgb(190,124,225); }
td.TdClassName
{
border-color: #BE7CE1;
}
.TagClassName
{
border-color: #BE7CE1;
}
</style>