Shades of Wisteria #BE8DD0
Tints of Wisteria #BE8DD0
RGB
CMYK
RGB Variations
Color information
#BE8DD0 (or 0xBE8DD0) is known color: Wisteria. HEX triplet: BE, 8D and D0. RGB value is (190,141,208). Sum of RGB (Red+Green+Blue) = 190+141+208=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE8DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DD0 is #41722F. Grayscale: #A3A3A3. Windows color (decimal): -4289072 or 13667774. OLE color: 13667774.
HSL color Cylindrical-coordinate representation of color #BE8DD0: hue angle of 283.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE8DD0 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 141 | 208 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.18 |
| HSL | 283.88º | 0.42% | 0.68% | - |
| HSV(B) | 283.88º | 0.32% | 0.82% | - |
| XYZ | 42.15 | 34.55 | 64.12 | - |
| YUV | 163.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 208 | 0.09 | 0.32 | 0 | 0.18 | 283.88 | 0.42 | 0.68 |
| Hex | BE | 8D | D0 | 9 | 20 | 0 | 12 | 11C | 2A | 44 |
| Octal | 276 | 215 | 320 | 11 | 40 | 0 | 22 | 434 | 52 | 104 |
| Binary | 10111110 | 10001101 | 11010000 | 1001 | 100000 | 0 | 10010 | 100011100 | 101010 | 1000100 |
Color Harmonies of #BE8DD0
Complementary color
Monochromatic Colors of #BE8DD0
Black with #BE8DD0
Text Example
Text Example
White with #BE8DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DD0; }
p { color: rgb(190,141,208); }
H1.HeaderClassName
{
color: #BE8DD0;
}
.AnyTagClassName
{
color: #BE8DD0;
}
</style>
background-color css
<style>
a { background-color: #BE8DD0; }
a { background-color: rgb(190,141,208); }
div.DivClassName
{
background-color: #BE8DD0;
}
.BgClassName
{
background-color: #BE8DD0;
}
</style>
border-color css
<style>
span { border-color: #BE8DD0; }
span { border-color: rgb(190,141,208); }
td.TdClassName
{
border-color: #BE8DD0;
}
.TagClassName
{
border-color: #BE8DD0;
}
</style>