Shades of Wisteria #BE87E6
Tints of Wisteria #BE87E6
RGB
CMYK
RGB Variations
Color information
#BE87E6 (or 0xBE87E6) is known color: Wisteria. HEX triplet: BE, 87 and E6. RGB value is (190,135,230). Sum of RGB (Red+Green+Blue) = 190+135+230=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE87E6 is #417819. Grayscale: #A1A1A1. Windows color (decimal): -4290586 or 15108030. OLE color: 15108030.
HSL color Cylindrical-coordinate representation of color #BE87E6: hue angle of 274.74º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE87E6 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 135 | 230 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.10 |
| HSL | 274.74º | 0.66% | 0.72% | - |
| HSV(B) | 274.74º | 0.41% | 0.9% | - |
| XYZ | 44.18 | 33.99 | 79.09 | - |
| YUV | 162.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 230 | 0.17 | 0.41 | 0 | 0.10 | 274.74 | 0.66 | 0.72 |
| Hex | BE | 87 | E6 | 11 | 29 | 0 | A | 113 | 42 | 48 |
| Octal | 276 | 207 | 346 | 21 | 51 | 0 | 12 | 423 | 102 | 110 |
| Binary | 10111110 | 10000111 | 11100110 | 10001 | 101001 | 0 | 1010 | 100010011 | 1000010 | 1001000 |
Color Harmonies of #BE87E6
Complementary color
Monochromatic Colors of #BE87E6
Black with #BE87E6
Text Example
Text Example
White with #BE87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE87E6; }
p { color: rgb(190,135,230); }
H1.HeaderClassName
{
color: #BE87E6;
}
.AnyTagClassName
{
color: #BE87E6;
}
</style>
background-color css
<style>
a { background-color: #BE87E6; }
a { background-color: rgb(190,135,230); }
div.DivClassName
{
background-color: #BE87E6;
}
.BgClassName
{
background-color: #BE87E6;
}
</style>
border-color css
<style>
span { border-color: #BE87E6; }
span { border-color: rgb(190,135,230); }
td.TdClassName
{
border-color: #BE87E6;
}
.TagClassName
{
border-color: #BE87E6;
}
</style>