Shades of Wisteria #BE8CFE
Tints of Wisteria #BE8CFE
RGB
CMYK
RGB Variations
Color information
#BE8CFE (or 0xBE8CFE) is known color: Wisteria. HEX triplet: BE, 8C and FE. RGB value is (190,140,254). Sum of RGB (Red+Green+Blue) = 190+140+254=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE8CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8CFE is #417301. Grayscale: #A7A7A7. Windows color (decimal): -4289282 or 16682174. OLE color: 16682174.
HSL color Cylindrical-coordinate representation of color #BE8CFE: hue angle of 266.32º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE8CFE is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 140 | 254 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.00 |
| HSL | 266.32º | 0.98% | 0.77% | - |
| HSV(B) | 266.32º | 0.45% | 1% | - |
| XYZ | 48.5 | 36.86 | 98.32 | - |
| YUV | 167.95 | 176.57 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 254 | 0.25 | 0.45 | 0 | 0.00 | 266.32 | 0.98 | 0.77 |
| Hex | BE | 8C | FE | 19 | 2D | 0 | 0 | 10A | 62 | 4D |
| Octal | 276 | 214 | 376 | 31 | 55 | 0 | 0 | 412 | 142 | 115 |
| Binary | 10111110 | 10001100 | 11111110 | 11001 | 101101 | 0 | 0 | 100001010 | 1100010 | 1001101 |
Color Harmonies of #BE8CFE
Complementary color
Monochromatic Colors of #BE8CFE
Black with #BE8CFE
Text Example
Text Example
White with #BE8CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CFE; }
p { color: rgb(190,140,254); }
H1.HeaderClassName
{
color: #BE8CFE;
}
.AnyTagClassName
{
color: #BE8CFE;
}
</style>
background-color css
<style>
a { background-color: #BE8CFE; }
a { background-color: rgb(190,140,254); }
div.DivClassName
{
background-color: #BE8CFE;
}
.BgClassName
{
background-color: #BE8CFE;
}
</style>
border-color css
<style>
span { border-color: #BE8CFE; }
span { border-color: rgb(190,140,254); }
td.TdClassName
{
border-color: #BE8CFE;
}
.TagClassName
{
border-color: #BE8CFE;
}
</style>