Shades of Wisteria #BE7CEA
Tints of Wisteria #BE7CEA
RGB
CMYK
RGB Variations
Color information
#BE7CEA (or 0xBE7CEA) is known color: Wisteria. HEX triplet: BE, 7C and EA. RGB value is (190,124,234). Sum of RGB (Red+Green+Blue) = 190+124+234=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7CEA is #418315. Grayscale: #9B9B9B. Windows color (decimal): -4293398 or 15367358. OLE color: 15367358.
HSL color Cylindrical-coordinate representation of color #BE7CEA: hue angle of 276º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE7CEA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 124 | 234 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.08 |
| HSL | 276º | 0.72% | 0.7% | - |
| HSV(B) | 276º | 0.47% | 0.92% | - |
| XYZ | 43.29 | 31.3 | 81.6 | - |
| YUV | 156.27 | 171.87 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 234 | 0.19 | 0.47 | 0 | 0.08 | 276 | 0.72 | 0.7 |
| Hex | BE | 7C | EA | 13 | 2F | 0 | 8 | 114 | 48 | 46 |
| Octal | 276 | 174 | 352 | 23 | 57 | 0 | 10 | 424 | 110 | 106 |
| Binary | 10111110 | 1111100 | 11101010 | 10011 | 101111 | 0 | 1000 | 100010100 | 1001000 | 1000110 |
Color Harmonies of #BE7CEA
Complementary color
Monochromatic Colors of #BE7CEA
Black with #BE7CEA
Text Example
Text Example
White with #BE7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CEA; }
p { color: rgb(190,124,234); }
H1.HeaderClassName
{
color: #BE7CEA;
}
.AnyTagClassName
{
color: #BE7CEA;
}
</style>
background-color css
<style>
a { background-color: #BE7CEA; }
a { background-color: rgb(190,124,234); }
div.DivClassName
{
background-color: #BE7CEA;
}
.BgClassName
{
background-color: #BE7CEA;
}
</style>
border-color css
<style>
span { border-color: #BE7CEA; }
span { border-color: rgb(190,124,234); }
td.TdClassName
{
border-color: #BE7CEA;
}
.TagClassName
{
border-color: #BE7CEA;
}
</style>