Shades of Wisteria #BE89FF
Tints of Wisteria #BE89FF
RGB
CMYK
RGB Variations
Color information
#BE89FF (or 0xBE89FF) is known color: Wisteria. HEX triplet: BE, 89 and FF. RGB value is (190,137,255). Sum of RGB (Red+Green+Blue) = 190+137+255=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE89FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE89FF is #417600. Grayscale: #A5A5A5. Windows color (decimal): -4290049 or 16746942. OLE color: 16746942.
HSL color Cylindrical-coordinate representation of color #BE89FF: hue angle of 266.95º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE89FF is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 137 | 255 | - |
| CMYK | 0.25 | 0.46 | 0 | 0 |
| HSL | 266.95º | 1% | 0.77% | - |
| HSV(B) | 266.95º | 0.46% | 1% | - |
| XYZ | 48.23 | 36.06 | 99.03 | - |
| YUV | 166.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 137 | 255 | 0.25 | 0.46 | 0 | 0 | 266.95 | 1 | 0.77 |
| Hex | BE | 89 | FF | 19 | 2E | 0 | 0 | 10B | 64 | 4D |
| Octal | 276 | 211 | 377 | 31 | 56 | 0 | 0 | 413 | 144 | 115 |
| Binary | 10111110 | 10001001 | 11111111 | 11001 | 101110 | 0 | 0 | 100001011 | 1100100 | 1001101 |
Color Harmonies of #BE89FF
Complementary color
Monochromatic Colors of #BE89FF
Black with #BE89FF
Text Example
Text Example
White with #BE89FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE89FF; }
p { color: rgb(190,137,255); }
H1.HeaderClassName
{
color: #BE89FF;
}
.AnyTagClassName
{
color: #BE89FF;
}
</style>
background-color css
<style>
a { background-color: #BE89FF; }
a { background-color: rgb(190,137,255); }
div.DivClassName
{
background-color: #BE89FF;
}
.BgClassName
{
background-color: #BE89FF;
}
</style>
border-color css
<style>
span { border-color: #BE89FF; }
span { border-color: rgb(190,137,255); }
td.TdClassName
{
border-color: #BE89FF;
}
.TagClassName
{
border-color: #BE89FF;
}
</style>