Shades of Wisteria #BE89EA
Tints of Wisteria #BE89EA
RGB
CMYK
RGB Variations
Color information
#BE89EA (or 0xBE89EA) is known color: Wisteria. HEX triplet: BE, 89 and EA. RGB value is (190,137,234). Sum of RGB (Red+Green+Blue) = 190+137+234=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE89EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE89EA is #417615. Grayscale: #A3A3A3. Windows color (decimal): -4290070 or 15370686. OLE color: 15370686.
HSL color Cylindrical-coordinate representation of color #BE89EA: hue angle of 272.78º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE89EA is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 137 | 234 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.08 |
| HSL | 272.78º | 0.7% | 0.73% | - |
| HSV(B) | 272.78º | 0.41% | 0.92% | - |
| XYZ | 45.03 | 34.78 | 82.18 | - |
| YUV | 163.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 234 | 0.19 | 0.41 | 0 | 0.08 | 272.78 | 0.7 | 0.73 |
| Hex | BE | 89 | EA | 13 | 29 | 0 | 8 | 111 | 46 | 49 |
| Octal | 276 | 211 | 352 | 23 | 51 | 0 | 10 | 421 | 106 | 111 |
| Binary | 10111110 | 10001001 | 11101010 | 10011 | 101001 | 0 | 1000 | 100010001 | 1000110 | 1001001 |
Color Harmonies of #BE89EA
Complementary color
Monochromatic Colors of #BE89EA
Black with #BE89EA
Text Example
Text Example
White with #BE89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89EA; }
p { color: rgb(190,137,234); }
H1.HeaderClassName
{
color: #BE89EA;
}
.AnyTagClassName
{
color: #BE89EA;
}
</style>
background-color css
<style>
a { background-color: #BE89EA; }
a { background-color: rgb(190,137,234); }
div.DivClassName
{
background-color: #BE89EA;
}
.BgClassName
{
background-color: #BE89EA;
}
</style>
border-color css
<style>
span { border-color: #BE89EA; }
span { border-color: rgb(190,137,234); }
td.TdClassName
{
border-color: #BE89EA;
}
.TagClassName
{
border-color: #BE89EA;
}
</style>