Shades of Wisteria #BE84F6
Tints of Wisteria #BE84F6
RGB
CMYK
RGB Variations
Color information
#BE84F6 (or 0xBE84F6) is known color: Wisteria. HEX triplet: BE, 84 and F6. RGB value is (190,132,246). Sum of RGB (Red+Green+Blue) = 190+132+246=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #BE84F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE84F6 is #417B09. Grayscale: #A1A1A1. Windows color (decimal): -4291338 or 16155838. OLE color: 16155838.
HSL color Cylindrical-coordinate representation of color #BE84F6: hue angle of 270.53º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE84F6 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 132 | 246 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.04 |
| HSL | 270.53º | 0.86% | 0.74% | - |
| HSV(B) | 270.53º | 0.46% | 0.96% | - |
| XYZ | 46.12 | 34.1 | 91.34 | - |
| YUV | 162.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 132 | 246 | 0.23 | 0.46 | 0 | 0.04 | 270.53 | 0.86 | 0.74 |
| Hex | BE | 84 | F6 | 17 | 2E | 0 | 4 | 10F | 56 | 4A |
| Octal | 276 | 204 | 366 | 27 | 56 | 0 | 4 | 417 | 126 | 112 |
| Binary | 10111110 | 10000100 | 11110110 | 10111 | 101110 | 0 | 100 | 100001111 | 1010110 | 1001010 |
Color Harmonies of #BE84F6
Complementary color
Monochromatic Colors of #BE84F6
Black with #BE84F6
Text Example
Text Example
White with #BE84F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE84F6; }
p { color: rgb(190,132,246); }
H1.HeaderClassName
{
color: #BE84F6;
}
.AnyTagClassName
{
color: #BE84F6;
}
</style>
background-color css
<style>
a { background-color: #BE84F6; }
a { background-color: rgb(190,132,246); }
div.DivClassName
{
background-color: #BE84F6;
}
.BgClassName
{
background-color: #BE84F6;
}
</style>
border-color css
<style>
span { border-color: #BE84F6; }
span { border-color: rgb(190,132,246); }
td.TdClassName
{
border-color: #BE84F6;
}
.TagClassName
{
border-color: #BE84F6;
}
</style>