Shades of Wisteria #BE7CDE
Tints of Wisteria #BE7CDE
RGB
CMYK
RGB Variations
Color information
#BE7CDE (or 0xBE7CDE) is known color: Wisteria. HEX triplet: BE, 7C and DE. RGB value is (190,124,222). Sum of RGB (Red+Green+Blue) = 190+124+222=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7CDE is #418321. Grayscale: #9A9A9A. Windows color (decimal): -4293410 or 14580926. OLE color: 14580926.
HSL color Cylindrical-coordinate representation of color #BE7CDE: hue angle of 280.41º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7CDE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 124 | 222 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.13 |
| HSL | 280.41º | 0.6% | 0.68% | - |
| HSV(B) | 280.41º | 0.44% | 0.87% | - |
| XYZ | 41.63 | 30.64 | 72.83 | - |
| YUV | 154.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 222 | 0.14 | 0.44 | 0 | 0.13 | 280.41 | 0.6 | 0.68 |
| Hex | BE | 7C | DE | E | 2C | 0 | D | 118 | 3C | 44 |
| Octal | 276 | 174 | 336 | 16 | 54 | 0 | 15 | 430 | 74 | 104 |
| Binary | 10111110 | 1111100 | 11011110 | 1110 | 101100 | 0 | 1101 | 100011000 | 111100 | 1000100 |
Color Harmonies of #BE7CDE
Complementary color
Monochromatic Colors of #BE7CDE
Black with #BE7CDE
Text Example
Text Example
White with #BE7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7CDE; }
p { color: rgb(190,124,222); }
H1.HeaderClassName
{
color: #BE7CDE;
}
.AnyTagClassName
{
color: #BE7CDE;
}
</style>
background-color css
<style>
a { background-color: #BE7CDE; }
a { background-color: rgb(190,124,222); }
div.DivClassName
{
background-color: #BE7CDE;
}
.BgClassName
{
background-color: #BE7CDE;
}
</style>
border-color css
<style>
span { border-color: #BE7CDE; }
span { border-color: rgb(190,124,222); }
td.TdClassName
{
border-color: #BE7CDE;
}
.TagClassName
{
border-color: #BE7CDE;
}
</style>