Shades of Wisteria #BE80DB
Tints of Wisteria #BE80DB
RGB
CMYK
RGB Variations
Color information
#BE80DB (or 0xBE80DB) is known color: Wisteria. HEX triplet: BE, 80 and DB. RGB value is (190,128,219). Sum of RGB (Red+Green+Blue) = 190+128+219=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE80DB is #417F24. Grayscale: #9C9C9C. Windows color (decimal): -4292389 or 14385342. OLE color: 14385342.
HSL color Cylindrical-coordinate representation of color #BE80DB: hue angle of 280.88º degrees, saturation: 0.56, 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 #BE80DB is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 128 | 219 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.14 |
| HSL | 280.88º | 0.56% | 0.68% | - |
| HSV(B) | 280.88º | 0.42% | 0.86% | - |
| XYZ | 41.74 | 31.5 | 70.9 | - |
| YUV | 156.91 | 163.04 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 128 | 219 | 0.13 | 0.42 | 0 | 0.14 | 280.88 | 0.56 | 0.68 |
| Hex | BE | 80 | DB | D | 2A | 0 | E | 119 | 38 | 44 |
| Octal | 276 | 200 | 333 | 15 | 52 | 0 | 16 | 431 | 70 | 104 |
| Binary | 10111110 | 10000000 | 11011011 | 1101 | 101010 | 0 | 1110 | 100011001 | 111000 | 1000100 |
Color Harmonies of #BE80DB
Complementary color
Monochromatic Colors of #BE80DB
Black with #BE80DB
Text Example
Text Example
White with #BE80DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE80DB; }
p { color: rgb(190,128,219); }
H1.HeaderClassName
{
color: #BE80DB;
}
.AnyTagClassName
{
color: #BE80DB;
}
</style>
background-color css
<style>
a { background-color: #BE80DB; }
a { background-color: rgb(190,128,219); }
div.DivClassName
{
background-color: #BE80DB;
}
.BgClassName
{
background-color: #BE80DB;
}
</style>
border-color css
<style>
span { border-color: #BE80DB; }
span { border-color: rgb(190,128,219); }
td.TdClassName
{
border-color: #BE80DB;
}
.TagClassName
{
border-color: #BE80DB;
}
</style>