Shades of Wisteria #BE7DEA
Tints of Wisteria #BE7DEA
RGB
CMYK
RGB Variations
Color information
#BE7DEA (or 0xBE7DEA) is known color: Wisteria. HEX triplet: BE, 7D and EA. RGB value is (190,125,234). Sum of RGB (Red+Green+Blue) = 190+125+234=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE7DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE7DEA is #418215. Grayscale: #9C9C9C. Windows color (decimal): -4293142 or 15367614. OLE color: 15367614.
HSL color Cylindrical-coordinate representation of color #BE7DEA: hue angle of 275.78º 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 #BE7DEA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 125 | 234 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.08 |
| HSL | 275.78º | 0.72% | 0.7% | - |
| HSV(B) | 275.78º | 0.47% | 0.92% | - |
| XYZ | 43.42 | 31.55 | 81.64 | - |
| YUV | 156.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 234 | 0.19 | 0.47 | 0 | 0.08 | 275.78 | 0.72 | 0.7 |
| Hex | BE | 7D | EA | 13 | 2F | 0 | 8 | 114 | 48 | 46 |
| Octal | 276 | 175 | 352 | 23 | 57 | 0 | 10 | 424 | 110 | 106 |
| Binary | 10111110 | 1111101 | 11101010 | 10011 | 101111 | 0 | 1000 | 100010100 | 1001000 | 1000110 |
Color Harmonies of #BE7DEA
Complementary color
Monochromatic Colors of #BE7DEA
Black with #BE7DEA
Text Example
Text Example
White with #BE7DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DEA; }
p { color: rgb(190,125,234); }
H1.HeaderClassName
{
color: #BE7DEA;
}
.AnyTagClassName
{
color: #BE7DEA;
}
</style>
background-color css
<style>
a { background-color: #BE7DEA; }
a { background-color: rgb(190,125,234); }
div.DivClassName
{
background-color: #BE7DEA;
}
.BgClassName
{
background-color: #BE7DEA;
}
</style>
border-color css
<style>
span { border-color: #BE7DEA; }
span { border-color: rgb(190,125,234); }
td.TdClassName
{
border-color: #BE7DEA;
}
.TagClassName
{
border-color: #BE7DEA;
}
</style>