Shades of Wisteria #BE84D2
Tints of Wisteria #BE84D2
RGB
CMYK
RGB Variations
Color information
#BE84D2 (or 0xBE84D2) is known color: Wisteria. HEX triplet: BE, 84 and D2. RGB value is (190,132,210). Sum of RGB (Red+Green+Blue) = 190+132+210=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE84D2 is #417B2D. Grayscale: #9D9D9D. Windows color (decimal): -4291374 or 13796542. OLE color: 13796542.
HSL color Cylindrical-coordinate representation of color #BE84D2: hue angle of 284.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE84D2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 132 | 210 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.18 |
| HSL | 284.62º | 0.46% | 0.67% | - |
| HSV(B) | 284.62º | 0.37% | 0.82% | - |
| XYZ | 41.12 | 32.1 | 65 | - |
| YUV | 158.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 210 | 0.10 | 0.37 | 0 | 0.18 | 284.62 | 0.46 | 0.67 |
| Hex | BE | 84 | D2 | A | 25 | 0 | 12 | 11D | 2E | 43 |
| Octal | 276 | 204 | 322 | 12 | 45 | 0 | 22 | 435 | 56 | 103 |
| Binary | 10111110 | 10000100 | 11010010 | 1010 | 100101 | 0 | 10010 | 100011101 | 101110 | 1000011 |
Color Harmonies of #BE84D2
Complementary color
Monochromatic Colors of #BE84D2
Black with #BE84D2
Text Example
Text Example
White with #BE84D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84D2; }
p { color: rgb(190,132,210); }
H1.HeaderClassName
{
color: #BE84D2;
}
.AnyTagClassName
{
color: #BE84D2;
}
</style>
background-color css
<style>
a { background-color: #BE84D2; }
a { background-color: rgb(190,132,210); }
div.DivClassName
{
background-color: #BE84D2;
}
.BgClassName
{
background-color: #BE84D2;
}
</style>
border-color css
<style>
span { border-color: #BE84D2; }
span { border-color: rgb(190,132,210); }
td.TdClassName
{
border-color: #BE84D2;
}
.TagClassName
{
border-color: #BE84D2;
}
</style>