Shades of Wisteria #BE80F1
Tints of Wisteria #BE80F1
RGB
CMYK
RGB Variations
Color information
#BE80F1 (or 0xBE80F1) is known color: Wisteria. HEX triplet: BE, 80 and F1. RGB value is (190,128,241). Sum of RGB (Red+Green+Blue) = 190+128+241=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE80F1 is #417F0E. Grayscale: #9F9F9F. Windows color (decimal): -4292367 or 15827134. OLE color: 15827134.
HSL color Cylindrical-coordinate representation of color #BE80F1: hue angle of 272.92º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE80F1 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 128 | 241 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.05 |
| HSL | 272.92º | 0.8% | 0.72% | - |
| HSV(B) | 272.92º | 0.47% | 0.95% | - |
| XYZ | 44.83 | 32.74 | 87.17 | - |
| YUV | 159.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 241 | 0.21 | 0.47 | 0 | 0.05 | 272.92 | 0.8 | 0.72 |
| Hex | BE | 80 | F1 | 15 | 2F | 0 | 5 | 111 | 50 | 48 |
| Octal | 276 | 200 | 361 | 25 | 57 | 0 | 5 | 421 | 120 | 110 |
| Binary | 10111110 | 10000000 | 11110001 | 10101 | 101111 | 0 | 101 | 100010001 | 1010000 | 1001000 |
Color Harmonies of #BE80F1
Complementary color
Monochromatic Colors of #BE80F1
Black with #BE80F1
Text Example
Text Example
White with #BE80F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80F1; }
p { color: rgb(190,128,241); }
H1.HeaderClassName
{
color: #BE80F1;
}
.AnyTagClassName
{
color: #BE80F1;
}
</style>
background-color css
<style>
a { background-color: #BE80F1; }
a { background-color: rgb(190,128,241); }
div.DivClassName
{
background-color: #BE80F1;
}
.BgClassName
{
background-color: #BE80F1;
}
</style>
border-color css
<style>
span { border-color: #BE80F1; }
span { border-color: rgb(190,128,241); }
td.TdClassName
{
border-color: #BE80F1;
}
.TagClassName
{
border-color: #BE80F1;
}
</style>