Shades of Wisteria #BE7ADD
Tints of Wisteria #BE7ADD
RGB
CMYK
RGB Variations
Color information
#BE7ADD (or 0xBE7ADD) is known color: Wisteria. HEX triplet: BE, 7A and DD. RGB value is (190,122,221). Sum of RGB (Red+Green+Blue) = 190+122+221=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADD is #418522. Grayscale: #999999. Windows color (decimal): -4293923 or 14514878. OLE color: 14514878.
HSL color Cylindrical-coordinate representation of color #BE7ADD: hue angle of 281.21º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7ADD is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 122 | 221 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.13 |
| HSL | 281.21º | 0.59% | 0.67% | - |
| HSV(B) | 281.21º | 0.45% | 0.87% | - |
| XYZ | 41.25 | 30.09 | 72.04 | - |
| YUV | 153.62 | 166.03 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 221 | 0.14 | 0.45 | 0 | 0.13 | 281.21 | 0.59 | 0.67 |
| Hex | BE | 7A | DD | E | 2D | 0 | D | 119 | 3B | 43 |
| Octal | 276 | 172 | 335 | 16 | 55 | 0 | 15 | 431 | 73 | 103 |
| Binary | 10111110 | 1111010 | 11011101 | 1110 | 101101 | 0 | 1101 | 100011001 | 111011 | 1000011 |
Color Harmonies of #BE7ADD
Complementary color
Monochromatic Colors of #BE7ADD
Black with #BE7ADD
Text Example
Text Example
White with #BE7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ADD; }
p { color: rgb(190,122,221); }
H1.HeaderClassName
{
color: #BE7ADD;
}
.AnyTagClassName
{
color: #BE7ADD;
}
</style>
background-color css
<style>
a { background-color: #BE7ADD; }
a { background-color: rgb(190,122,221); }
div.DivClassName
{
background-color: #BE7ADD;
}
.BgClassName
{
background-color: #BE7ADD;
}
</style>
border-color css
<style>
span { border-color: #BE7ADD; }
span { border-color: rgb(190,122,221); }
td.TdClassName
{
border-color: #BE7ADD;
}
.TagClassName
{
border-color: #BE7ADD;
}
</style>