Shades of Wisteria #BE80DD
Tints of Wisteria #BE80DD
RGB
CMYK
RGB Variations
Color information
#BE80DD (or 0xBE80DD) is known color: Wisteria. HEX triplet: BE, 80 and DD. RGB value is (190,128,221). Sum of RGB (Red+Green+Blue) = 190+128+221=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DD is #417F22. Grayscale: #9C9C9C. Windows color (decimal): -4292387 or 14516414. OLE color: 14516414.
HSL color Cylindrical-coordinate representation of color #BE80DD: hue angle of 280º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE80DD is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 128 | 221 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.13 |
| HSL | 280º | 0.58% | 0.68% | - |
| HSV(B) | 280º | 0.42% | 0.87% | - |
| XYZ | 42.01 | 31.61 | 72.29 | - |
| YUV | 157.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 221 | 0.14 | 0.42 | 0 | 0.13 | 280 | 0.58 | 0.68 |
| Hex | BE | 80 | DD | E | 2A | 0 | D | 118 | 3A | 44 |
| Octal | 276 | 200 | 335 | 16 | 52 | 0 | 15 | 430 | 72 | 104 |
| Binary | 10111110 | 10000000 | 11011101 | 1110 | 101010 | 0 | 1101 | 100011000 | 111010 | 1000100 |
Color Harmonies of #BE80DD
Complementary color
Monochromatic Colors of #BE80DD
Black with #BE80DD
Text Example
Text Example
White with #BE80DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80DD; }
p { color: rgb(190,128,221); }
H1.HeaderClassName
{
color: #BE80DD;
}
.AnyTagClassName
{
color: #BE80DD;
}
</style>
background-color css
<style>
a { background-color: #BE80DD; }
a { background-color: rgb(190,128,221); }
div.DivClassName
{
background-color: #BE80DD;
}
.BgClassName
{
background-color: #BE80DD;
}
</style>
border-color css
<style>
span { border-color: #BE80DD; }
span { border-color: rgb(190,128,221); }
td.TdClassName
{
border-color: #BE80DD;
}
.TagClassName
{
border-color: #BE80DD;
}
</style>