Shades of Wisteria #BE7FDD
Tints of Wisteria #BE7FDD
RGB
CMYK
RGB Variations
Color information
#BE7FDD (or 0xBE7FDD) is known color: Wisteria. HEX triplet: BE, 7F and DD. RGB value is (190,127,221). Sum of RGB (Red+Green+Blue) = 190+127+221=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE7FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7FDD is #418022. Grayscale: #9C9C9C. Windows color (decimal): -4292643 or 14516158. OLE color: 14516158.
HSL color Cylindrical-coordinate representation of color #BE7FDD: hue angle of 280.21º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7FDD is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 127 | 221 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.13 |
| HSL | 280.21º | 0.58% | 0.68% | - |
| HSV(B) | 280.21º | 0.43% | 0.87% | - |
| XYZ | 41.88 | 31.35 | 72.25 | - |
| YUV | 156.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 127 | 221 | 0.14 | 0.43 | 0 | 0.13 | 280.21 | 0.58 | 0.68 |
| Hex | BE | 7F | DD | E | 2B | 0 | D | 118 | 3A | 44 |
| Octal | 276 | 177 | 335 | 16 | 53 | 0 | 15 | 430 | 72 | 104 |
| Binary | 10111110 | 1111111 | 11011101 | 1110 | 101011 | 0 | 1101 | 100011000 | 111010 | 1000100 |
Color Harmonies of #BE7FDD
Complementary color
Monochromatic Colors of #BE7FDD
Black with #BE7FDD
Text Example
Text Example
White with #BE7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7FDD; }
p { color: rgb(190,127,221); }
H1.HeaderClassName
{
color: #BE7FDD;
}
.AnyTagClassName
{
color: #BE7FDD;
}
</style>
background-color css
<style>
a { background-color: #BE7FDD; }
a { background-color: rgb(190,127,221); }
div.DivClassName
{
background-color: #BE7FDD;
}
.BgClassName
{
background-color: #BE7FDD;
}
</style>
border-color css
<style>
span { border-color: #BE7FDD; }
span { border-color: rgb(190,127,221); }
td.TdClassName
{
border-color: #BE7FDD;
}
.TagClassName
{
border-color: #BE7FDD;
}
</style>