Shades of Wisteria #BE8BE6
Tints of Wisteria #BE8BE6
RGB
CMYK
RGB Variations
Color information
#BE8BE6 (or 0xBE8BE6) is known color: Wisteria. HEX triplet: BE, 8B and E6. RGB value is (190,139,230). Sum of RGB (Red+Green+Blue) = 190+139+230=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE8BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE8BE6 is #417419. Grayscale: #A4A4A4. Windows color (decimal): -4289562 or 15109054. OLE color: 15109054.
HSL color Cylindrical-coordinate representation of color #BE8BE6: hue angle of 273.63º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE8BE6 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 139 | 230 | - |
| CMYK | 0.17 | 0.40 | 0 | 0.10 |
| HSL | 273.63º | 0.65% | 0.72% | - |
| HSV(B) | 273.63º | 0.4% | 0.9% | - |
| XYZ | 44.75 | 35.13 | 79.28 | - |
| YUV | 164.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 139 | 230 | 0.17 | 0.40 | 0 | 0.10 | 273.63 | 0.65 | 0.72 |
| Hex | BE | 8B | E6 | 11 | 28 | 0 | A | 112 | 41 | 48 |
| Octal | 276 | 213 | 346 | 21 | 50 | 0 | 12 | 422 | 101 | 110 |
| Binary | 10111110 | 10001011 | 11100110 | 10001 | 101000 | 0 | 1010 | 100010010 | 1000001 | 1001000 |
Color Harmonies of #BE8BE6
Complementary color
Monochromatic Colors of #BE8BE6
Black with #BE8BE6
Text Example
Text Example
White with #BE8BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8BE6; }
p { color: rgb(190,139,230); }
H1.HeaderClassName
{
color: #BE8BE6;
}
.AnyTagClassName
{
color: #BE8BE6;
}
</style>
background-color css
<style>
a { background-color: #BE8BE6; }
a { background-color: rgb(190,139,230); }
div.DivClassName
{
background-color: #BE8BE6;
}
.BgClassName
{
background-color: #BE8BE6;
}
</style>
border-color css
<style>
span { border-color: #BE8BE6; }
span { border-color: rgb(190,139,230); }
td.TdClassName
{
border-color: #BE8BE6;
}
.TagClassName
{
border-color: #BE8BE6;
}
</style>