Shades of Wisteria #BE7CE0
Tints of Wisteria #BE7CE0
RGB
CMYK
RGB Variations
Color information
#BE7CE0 (or 0xBE7CE0) is known color: Wisteria. HEX triplet: BE, 7C and E0. RGB value is (190,124,224). Sum of RGB (Red+Green+Blue) = 190+124+224=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE7CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CE0 is #41831F. Grayscale: #9A9A9A. Windows color (decimal): -4293408 or 14711998. OLE color: 14711998.
HSL color Cylindrical-coordinate representation of color #BE7CE0: hue angle of 279.6º degrees, saturation: 0.62, 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 #BE7CE0 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 124 | 224 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.12 |
| HSL | 279.6º | 0.62% | 0.68% | - |
| HSV(B) | 279.6º | 0.45% | 0.88% | - |
| XYZ | 41.9 | 30.74 | 74.25 | - |
| YUV | 155.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 224 | 0.15 | 0.45 | 0 | 0.12 | 279.6 | 0.62 | 0.68 |
| Hex | BE | 7C | E0 | F | 2D | 0 | C | 118 | 3E | 44 |
| Octal | 276 | 174 | 340 | 17 | 55 | 0 | 14 | 430 | 76 | 104 |
| Binary | 10111110 | 1111100 | 11100000 | 1111 | 101101 | 0 | 1100 | 100011000 | 111110 | 1000100 |
Color Harmonies of #BE7CE0
Complementary color
Monochromatic Colors of #BE7CE0
Black with #BE7CE0
Text Example
Text Example
White with #BE7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CE0; }
p { color: rgb(190,124,224); }
H1.HeaderClassName
{
color: #BE7CE0;
}
.AnyTagClassName
{
color: #BE7CE0;
}
</style>
background-color css
<style>
a { background-color: #BE7CE0; }
a { background-color: rgb(190,124,224); }
div.DivClassName
{
background-color: #BE7CE0;
}
.BgClassName
{
background-color: #BE7CE0;
}
</style>
border-color css
<style>
span { border-color: #BE7CE0; }
span { border-color: rgb(190,124,224); }
td.TdClassName
{
border-color: #BE7CE0;
}
.TagClassName
{
border-color: #BE7CE0;
}
</style>