Shades of Wisteria #BE84D3
Tints of Wisteria #BE84D3
RGB
CMYK
RGB Variations
Color information
#BE84D3 (or 0xBE84D3) is known color: Wisteria. HEX triplet: BE, 84 and D3. RGB value is (190,132,211). Sum of RGB (Red+Green+Blue) = 190+132+211=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE84D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84D3 is #417B2C. Grayscale: #9E9E9E. Windows color (decimal): -4291373 or 13862078. OLE color: 13862078.
HSL color Cylindrical-coordinate representation of color #BE84D3: hue angle of 284.05º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE84D3 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 132 | 211 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.17 |
| HSL | 284.05º | 0.47% | 0.67% | - |
| HSV(B) | 284.05º | 0.37% | 0.83% | - |
| XYZ | 41.24 | 32.15 | 65.66 | - |
| YUV | 158.35 | 157.72 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 211 | 0.10 | 0.37 | 0 | 0.17 | 284.05 | 0.47 | 0.67 |
| Hex | BE | 84 | D3 | A | 25 | 0 | 11 | 11C | 2F | 43 |
| Octal | 276 | 204 | 323 | 12 | 45 | 0 | 21 | 434 | 57 | 103 |
| Binary | 10111110 | 10000100 | 11010011 | 1010 | 100101 | 0 | 10001 | 100011100 | 101111 | 1000011 |
Color Harmonies of #BE84D3
Complementary color
Monochromatic Colors of #BE84D3
Black with #BE84D3
Text Example
Text Example
White with #BE84D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84D3; }
p { color: rgb(190,132,211); }
H1.HeaderClassName
{
color: #BE84D3;
}
.AnyTagClassName
{
color: #BE84D3;
}
</style>
background-color css
<style>
a { background-color: #BE84D3; }
a { background-color: rgb(190,132,211); }
div.DivClassName
{
background-color: #BE84D3;
}
.BgClassName
{
background-color: #BE84D3;
}
</style>
border-color css
<style>
span { border-color: #BE84D3; }
span { border-color: rgb(190,132,211); }
td.TdClassName
{
border-color: #BE84D3;
}
.TagClassName
{
border-color: #BE84D3;
}
</style>