Shades of Wisteria #BE80DC
Tints of Wisteria #BE80DC
RGB
CMYK
RGB Variations
Color information
#BE80DC (or 0xBE80DC) is known color: Wisteria. HEX triplet: BE, 80 and DC. RGB value is (190,128,220). Sum of RGB (Red+Green+Blue) = 190+128+220=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DC is #417F23. Grayscale: #9C9C9C. Windows color (decimal): -4292388 or 14450878. OLE color: 14450878.
HSL color Cylindrical-coordinate representation of color #BE80DC: hue angle of 280.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE80DC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 128 | 220 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.14 |
| HSL | 280.43º | 0.57% | 0.68% | - |
| HSV(B) | 280.43º | 0.42% | 0.86% | - |
| XYZ | 41.87 | 31.55 | 71.59 | - |
| YUV | 157.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 220 | 0.14 | 0.42 | 0 | 0.14 | 280.43 | 0.57 | 0.68 |
| Hex | BE | 80 | DC | E | 2A | 0 | E | 118 | 39 | 44 |
| Octal | 276 | 200 | 334 | 16 | 52 | 0 | 16 | 430 | 71 | 104 |
| Binary | 10111110 | 10000000 | 11011100 | 1110 | 101010 | 0 | 1110 | 100011000 | 111001 | 1000100 |
Color Harmonies of #BE80DC
Complementary color
Monochromatic Colors of #BE80DC
Black with #BE80DC
Text Example
Text Example
White with #BE80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80DC; }
p { color: rgb(190,128,220); }
H1.HeaderClassName
{
color: #BE80DC;
}
.AnyTagClassName
{
color: #BE80DC;
}
</style>
background-color css
<style>
a { background-color: #BE80DC; }
a { background-color: rgb(190,128,220); }
div.DivClassName
{
background-color: #BE80DC;
}
.BgClassName
{
background-color: #BE80DC;
}
</style>
border-color css
<style>
span { border-color: #BE80DC; }
span { border-color: rgb(190,128,220); }
td.TdClassName
{
border-color: #BE80DC;
}
.TagClassName
{
border-color: #BE80DC;
}
</style>