Shades of Wisteria #BE8CE0
Tints of Wisteria #BE8CE0
RGB
CMYK
RGB Variations
Color information
#BE8CE0 (or 0xBE8CE0) is known color: Wisteria. HEX triplet: BE, 8C and E0. RGB value is (190,140,224). Sum of RGB (Red+Green+Blue) = 190+140+224=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE8CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CE0 is #41731F. Grayscale: #A4A4A4. Windows color (decimal): -4289312 or 14716094. OLE color: 14716094.
HSL color Cylindrical-coordinate representation of color #BE8CE0: hue angle of 275.71º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8CE0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 140 | 224 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.12 |
| HSL | 275.71º | 0.58% | 0.71% | - |
| HSV(B) | 275.71º | 0.38% | 0.88% | - |
| XYZ | 44.07 | 35.09 | 74.97 | - |
| YUV | 164.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 224 | 0.15 | 0.38 | 0 | 0.12 | 275.71 | 0.58 | 0.71 |
| Hex | BE | 8C | E0 | F | 26 | 0 | C | 114 | 3A | 47 |
| Octal | 276 | 214 | 340 | 17 | 46 | 0 | 14 | 424 | 72 | 107 |
| Binary | 10111110 | 10001100 | 11100000 | 1111 | 100110 | 0 | 1100 | 100010100 | 111010 | 1000111 |
Color Harmonies of #BE8CE0
Complementary color
Monochromatic Colors of #BE8CE0
Black with #BE8CE0
Text Example
Text Example
White with #BE8CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CE0; }
p { color: rgb(190,140,224); }
H1.HeaderClassName
{
color: #BE8CE0;
}
.AnyTagClassName
{
color: #BE8CE0;
}
</style>
background-color css
<style>
a { background-color: #BE8CE0; }
a { background-color: rgb(190,140,224); }
div.DivClassName
{
background-color: #BE8CE0;
}
.BgClassName
{
background-color: #BE8CE0;
}
</style>
border-color css
<style>
span { border-color: #BE8CE0; }
span { border-color: rgb(190,140,224); }
td.TdClassName
{
border-color: #BE8CE0;
}
.TagClassName
{
border-color: #BE8CE0;
}
</style>