Shades of Wisteria #BE8BE5
Tints of Wisteria #BE8BE5
RGB
CMYK
RGB Variations
Color information
#BE8BE5 (or 0xBE8BE5) is known color: Wisteria. HEX triplet: BE, 8B and E5. RGB value is (190,139,229). Sum of RGB (Red+Green+Blue) = 190+139+229=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE8BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8BE5 is #41741A. Grayscale: #A4A4A4. Windows color (decimal): -4289563 or 15043518. OLE color: 15043518.
HSL color Cylindrical-coordinate representation of color #BE8BE5: hue angle of 274º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE8BE5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 139 | 229 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.10 |
| HSL | 274º | 0.63% | 0.72% | - |
| HSV(B) | 274º | 0.39% | 0.9% | - |
| XYZ | 44.61 | 35.07 | 78.55 | - |
| YUV | 164.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 229 | 0.17 | 0.39 | 0 | 0.10 | 274 | 0.63 | 0.72 |
| Hex | BE | 8B | E5 | 11 | 27 | 0 | A | 112 | 3F | 48 |
| Octal | 276 | 213 | 345 | 21 | 47 | 0 | 12 | 422 | 77 | 110 |
| Binary | 10111110 | 10001011 | 11100101 | 10001 | 100111 | 0 | 1010 | 100010010 | 111111 | 1001000 |
Color Harmonies of #BE8BE5
Complementary color
Monochromatic Colors of #BE8BE5
Black with #BE8BE5
Text Example
Text Example
White with #BE8BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BE5; }
p { color: rgb(190,139,229); }
H1.HeaderClassName
{
color: #BE8BE5;
}
.AnyTagClassName
{
color: #BE8BE5;
}
</style>
background-color css
<style>
a { background-color: #BE8BE5; }
a { background-color: rgb(190,139,229); }
div.DivClassName
{
background-color: #BE8BE5;
}
.BgClassName
{
background-color: #BE8BE5;
}
</style>
border-color css
<style>
span { border-color: #BE8BE5; }
span { border-color: rgb(190,139,229); }
td.TdClassName
{
border-color: #BE8BE5;
}
.TagClassName
{
border-color: #BE8BE5;
}
</style>