Shades of Wisteria #BE8BFE
Tints of Wisteria #BE8BFE
RGB
CMYK
RGB Variations
Color information
#BE8BFE (or 0xBE8BFE) is known color: Wisteria. HEX triplet: BE, 8B and FE. RGB value is (190,139,254). Sum of RGB (Red+Green+Blue) = 190+139+254=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BFE is #417401. Grayscale: #A6A6A6. Windows color (decimal): -4289538 or 16681918. OLE color: 16681918.
HSL color Cylindrical-coordinate representation of color #BE8BFE: hue angle of 266.61º 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 #BE8BFE is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 190 | 139 | 254 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.00 |
| HSL | 266.61º | 0.98% | 0.77% | - |
| HSV(B) | 266.61º | 0.45% | 1% | - |
| XYZ | 48.36 | 36.57 | 98.28 | - |
| YUV | 167.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 254 | 0.25 | 0.45 | 0 | 0.00 | 266.61 | 0.98 | 0.77 |
| Hex | BE | 8B | FE | 19 | 2D | 0 | 0 | 10B | 62 | 4D |
| Octal | 276 | 213 | 376 | 31 | 55 | 0 | 0 | 413 | 142 | 115 |
| Binary | 10111110 | 10001011 | 11111110 | 11001 | 101101 | 0 | 0 | 100001011 | 1100010 | 1001101 |
Color Harmonies of #BE8BFE
Complementary color
Monochromatic Colors of #BE8BFE
Black with #BE8BFE
Text Example
Text Example
White with #BE8BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BFE; }
p { color: rgb(190,139,254); }
H1.HeaderClassName
{
color: #BE8BFE;
}
.AnyTagClassName
{
color: #BE8BFE;
}
</style>
background-color css
<style>
a { background-color: #BE8BFE; }
a { background-color: rgb(190,139,254); }
div.DivClassName
{
background-color: #BE8BFE;
}
.BgClassName
{
background-color: #BE8BFE;
}
</style>
border-color css
<style>
span { border-color: #BE8BFE; }
span { border-color: rgb(190,139,254); }
td.TdClassName
{
border-color: #BE8BFE;
}
.TagClassName
{
border-color: #BE8BFE;
}
</style>