Shades of Wisteria #BE8DDF
Tints of Wisteria #BE8DDF
RGB
CMYK
RGB Variations
Color information
#BE8DDF (or 0xBE8DDF) is known color: Wisteria. HEX triplet: BE, 8D and DF. RGB value is (190,141,223). Sum of RGB (Red+Green+Blue) = 190+141+223=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE8DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8DDF is #417220. Grayscale: #A4A4A4. Windows color (decimal): -4289057 or 14650814. OLE color: 14650814.
HSL color Cylindrical-coordinate representation of color #BE8DDF: hue angle of 275.85º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8DDF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 141 | 223 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.13 |
| HSL | 275.85º | 0.56% | 0.71% | - |
| HSV(B) | 275.85º | 0.37% | 0.87% | - |
| XYZ | 44.08 | 35.32 | 74.31 | - |
| YUV | 165 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 141 | 223 | 0.15 | 0.37 | 0 | 0.13 | 275.85 | 0.56 | 0.71 |
| Hex | BE | 8D | DF | F | 25 | 0 | D | 114 | 38 | 47 |
| Octal | 276 | 215 | 337 | 17 | 45 | 0 | 15 | 424 | 70 | 107 |
| Binary | 10111110 | 10001101 | 11011111 | 1111 | 100101 | 0 | 1101 | 100010100 | 111000 | 1000111 |
Color Harmonies of #BE8DDF
Complementary color
Monochromatic Colors of #BE8DDF
Black with #BE8DDF
Text Example
Text Example
White with #BE8DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8DDF; }
p { color: rgb(190,141,223); }
H1.HeaderClassName
{
color: #BE8DDF;
}
.AnyTagClassName
{
color: #BE8DDF;
}
</style>
background-color css
<style>
a { background-color: #BE8DDF; }
a { background-color: rgb(190,141,223); }
div.DivClassName
{
background-color: #BE8DDF;
}
.BgClassName
{
background-color: #BE8DDF;
}
</style>
border-color css
<style>
span { border-color: #BE8DDF; }
span { border-color: rgb(190,141,223); }
td.TdClassName
{
border-color: #BE8DDF;
}
.TagClassName
{
border-color: #BE8DDF;
}
</style>