Shades of Wisteria #BE8FE5
Tints of Wisteria #BE8FE5
RGB
CMYK
RGB Variations
Color information
#BE8FE5 (or 0xBE8FE5) is known color: Wisteria. HEX triplet: BE, 8F and E5. RGB value is (190,143,229). Sum of RGB (Red+Green+Blue) = 190+143+229=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE8FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FE5 is #41701A. Grayscale: #A6A6A6. Windows color (decimal): -4288539 or 15044542. OLE color: 15044542.
HSL color Cylindrical-coordinate representation of color #BE8FE5: hue angle of 272.79º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8FE5 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 143 | 229 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.10 |
| HSL | 272.79º | 0.62% | 0.73% | - |
| HSV(B) | 272.79º | 0.38% | 0.9% | - |
| XYZ | 45.2 | 36.25 | 78.74 | - |
| YUV | 166.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 229 | 0.17 | 0.38 | 0 | 0.10 | 272.79 | 0.62 | 0.73 |
| Hex | BE | 8F | E5 | 11 | 26 | 0 | A | 111 | 3E | 49 |
| Octal | 276 | 217 | 345 | 21 | 46 | 0 | 12 | 421 | 76 | 111 |
| Binary | 10111110 | 10001111 | 11100101 | 10001 | 100110 | 0 | 1010 | 100010001 | 111110 | 1001001 |
Color Harmonies of #BE8FE5
Complementary color
Monochromatic Colors of #BE8FE5
Black with #BE8FE5
Text Example
Text Example
White with #BE8FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FE5; }
p { color: rgb(190,143,229); }
H1.HeaderClassName
{
color: #BE8FE5;
}
.AnyTagClassName
{
color: #BE8FE5;
}
</style>
background-color css
<style>
a { background-color: #BE8FE5; }
a { background-color: rgb(190,143,229); }
div.DivClassName
{
background-color: #BE8FE5;
}
.BgClassName
{
background-color: #BE8FE5;
}
</style>
border-color css
<style>
span { border-color: #BE8FE5; }
span { border-color: rgb(190,143,229); }
td.TdClassName
{
border-color: #BE8FE5;
}
.TagClassName
{
border-color: #BE8FE5;
}
</style>