Shades of Wisteria #BE8AD2
Tints of Wisteria #BE8AD2
RGB
CMYK
RGB Variations
Color information
#BE8AD2 (or 0xBE8AD2) is known color: Wisteria. HEX triplet: BE, 8A and D2. RGB value is (190,138,210). Sum of RGB (Red+Green+Blue) = 190+138+210=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8AD2 is #41752D. Grayscale: #A1A1A1. Windows color (decimal): -4289838 or 13798078. OLE color: 13798078.
HSL color Cylindrical-coordinate representation of color #BE8AD2: hue angle of 283.33º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE8AD2 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 138 | 210 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.18 |
| HSL | 283.33º | 0.44% | 0.68% | - |
| HSV(B) | 283.33º | 0.34% | 0.82% | - |
| XYZ | 41.96 | 33.78 | 65.28 | - |
| YUV | 161.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 210 | 0.10 | 0.34 | 0 | 0.18 | 283.33 | 0.44 | 0.68 |
| Hex | BE | 8A | D2 | A | 22 | 0 | 12 | 11B | 2C | 44 |
| Octal | 276 | 212 | 322 | 12 | 42 | 0 | 22 | 433 | 54 | 104 |
| Binary | 10111110 | 10001010 | 11010010 | 1010 | 100010 | 0 | 10010 | 100011011 | 101100 | 1000100 |
Color Harmonies of #BE8AD2
Complementary color
Monochromatic Colors of #BE8AD2
Black with #BE8AD2
Text Example
Text Example
White with #BE8AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8AD2; }
p { color: rgb(190,138,210); }
H1.HeaderClassName
{
color: #BE8AD2;
}
.AnyTagClassName
{
color: #BE8AD2;
}
</style>
background-color css
<style>
a { background-color: #BE8AD2; }
a { background-color: rgb(190,138,210); }
div.DivClassName
{
background-color: #BE8AD2;
}
.BgClassName
{
background-color: #BE8AD2;
}
</style>
border-color css
<style>
span { border-color: #BE8AD2; }
span { border-color: rgb(190,138,210); }
td.TdClassName
{
border-color: #BE8AD2;
}
.TagClassName
{
border-color: #BE8AD2;
}
</style>