Shades of Wisteria #BE89E2
Tints of Wisteria #BE89E2
RGB
CMYK
RGB Variations
Color information
#BE89E2 (or 0xBE89E2) is known color: Wisteria. HEX triplet: BE, 89 and E2. RGB value is (190,137,226). Sum of RGB (Red+Green+Blue) = 190+137+226=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE89E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE89E2 is #41761D. Grayscale: #A2A2A2. Windows color (decimal): -4290078 or 14846398. OLE color: 14846398.
HSL color Cylindrical-coordinate representation of color #BE89E2: hue angle of 275.73º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE89E2 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 137 | 226 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.11 |
| HSL | 275.73º | 0.61% | 0.71% | - |
| HSV(B) | 275.73º | 0.39% | 0.89% | - |
| XYZ | 43.91 | 34.33 | 76.26 | - |
| YUV | 162.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 226 | 0.16 | 0.39 | 0 | 0.11 | 275.73 | 0.61 | 0.71 |
| Hex | BE | 89 | E2 | 10 | 27 | 0 | B | 114 | 3D | 47 |
| Octal | 276 | 211 | 342 | 20 | 47 | 0 | 13 | 424 | 75 | 107 |
| Binary | 10111110 | 10001001 | 11100010 | 10000 | 100111 | 0 | 1011 | 100010100 | 111101 | 1000111 |
Color Harmonies of #BE89E2
Complementary color
Monochromatic Colors of #BE89E2
Black with #BE89E2
Text Example
Text Example
White with #BE89E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89E2; }
p { color: rgb(190,137,226); }
H1.HeaderClassName
{
color: #BE89E2;
}
.AnyTagClassName
{
color: #BE89E2;
}
</style>
background-color css
<style>
a { background-color: #BE89E2; }
a { background-color: rgb(190,137,226); }
div.DivClassName
{
background-color: #BE89E2;
}
.BgClassName
{
background-color: #BE89E2;
}
</style>
border-color css
<style>
span { border-color: #BE89E2; }
span { border-color: rgb(190,137,226); }
td.TdClassName
{
border-color: #BE89E2;
}
.TagClassName
{
border-color: #BE89E2;
}
</style>