Shades of Wisteria #BE81DF
Tints of Wisteria #BE81DF
RGB
CMYK
RGB Variations
Color information
#BE81DF (or 0xBE81DF) is known color: Wisteria. HEX triplet: BE, 81 and DF. RGB value is (190,129,223). Sum of RGB (Red+Green+Blue) = 190+129+223=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE81DF is #417E20. Grayscale: #9D9D9D. Windows color (decimal): -4292129 or 14647742. OLE color: 14647742.
HSL color Cylindrical-coordinate representation of color #BE81DF: hue angle of 278.94º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE81DF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 129 | 223 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.13 |
| HSL | 278.94º | 0.59% | 0.69% | - |
| HSV(B) | 278.94º | 0.42% | 0.87% | - |
| XYZ | 42.4 | 31.98 | 73.75 | - |
| YUV | 157.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 129 | 223 | 0.15 | 0.42 | 0 | 0.13 | 278.94 | 0.59 | 0.69 |
| Hex | BE | 81 | DF | F | 2A | 0 | D | 117 | 3B | 45 |
| Octal | 276 | 201 | 337 | 17 | 52 | 0 | 15 | 427 | 73 | 105 |
| Binary | 10111110 | 10000001 | 11011111 | 1111 | 101010 | 0 | 1101 | 100010111 | 111011 | 1000101 |
Color Harmonies of #BE81DF
Complementary color
Monochromatic Colors of #BE81DF
Black with #BE81DF
Text Example
Text Example
White with #BE81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE81DF; }
p { color: rgb(190,129,223); }
H1.HeaderClassName
{
color: #BE81DF;
}
.AnyTagClassName
{
color: #BE81DF;
}
</style>
background-color css
<style>
a { background-color: #BE81DF; }
a { background-color: rgb(190,129,223); }
div.DivClassName
{
background-color: #BE81DF;
}
.BgClassName
{
background-color: #BE81DF;
}
</style>
border-color css
<style>
span { border-color: #BE81DF; }
span { border-color: rgb(190,129,223); }
td.TdClassName
{
border-color: #BE81DF;
}
.TagClassName
{
border-color: #BE81DF;
}
</style>