Shades of Wisteria #BE7ADF
Tints of Wisteria #BE7ADF
RGB
CMYK
RGB Variations
Color information
#BE7ADF (or 0xBE7ADF) is known color: Wisteria. HEX triplet: BE, 7A and DF. RGB value is (190,122,223). Sum of RGB (Red+Green+Blue) = 190+122+223=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7ADF is #418520. Grayscale: #999999. Windows color (decimal): -4293921 or 14645950. OLE color: 14645950.
HSL color Cylindrical-coordinate representation of color #BE7ADF: hue angle of 280.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE7ADF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 122 | 223 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.13 |
| HSL | 280.4º | 0.61% | 0.68% | - |
| HSV(B) | 280.4º | 0.45% | 0.87% | - |
| XYZ | 41.51 | 30.19 | 73.45 | - |
| YUV | 153.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 122 | 223 | 0.15 | 0.45 | 0 | 0.13 | 280.4 | 0.61 | 0.68 |
| Hex | BE | 7A | DF | F | 2D | 0 | D | 118 | 3D | 44 |
| Octal | 276 | 172 | 337 | 17 | 55 | 0 | 15 | 430 | 75 | 104 |
| Binary | 10111110 | 1111010 | 11011111 | 1111 | 101101 | 0 | 1101 | 100011000 | 111101 | 1000100 |
Color Harmonies of #BE7ADF
Complementary color
Monochromatic Colors of #BE7ADF
Black with #BE7ADF
Text Example
Text Example
White with #BE7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7ADF; }
p { color: rgb(190,122,223); }
H1.HeaderClassName
{
color: #BE7ADF;
}
.AnyTagClassName
{
color: #BE7ADF;
}
</style>
background-color css
<style>
a { background-color: #BE7ADF; }
a { background-color: rgb(190,122,223); }
div.DivClassName
{
background-color: #BE7ADF;
}
.BgClassName
{
background-color: #BE7ADF;
}
</style>
border-color css
<style>
span { border-color: #BE7ADF; }
span { border-color: rgb(190,122,223); }
td.TdClassName
{
border-color: #BE7ADF;
}
.TagClassName
{
border-color: #BE7ADF;
}
</style>