Shades of Wisteria #BE7DDC
Tints of Wisteria #BE7DDC
RGB
CMYK
RGB Variations
Color information
#BE7DDC (or 0xBE7DDC) is known color: Wisteria. HEX triplet: BE, 7D and DC. RGB value is (190,125,220). Sum of RGB (Red+Green+Blue) = 190+125+220=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE7DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7DDC is #418223. Grayscale: #9A9A9A. Windows color (decimal): -4293156 or 14450110. OLE color: 14450110.
HSL color Cylindrical-coordinate representation of color #BE7DDC: hue angle of 281.05º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7DDC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 125 | 220 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.14 |
| HSL | 281.05º | 0.58% | 0.68% | - |
| HSV(B) | 281.05º | 0.43% | 0.86% | - |
| XYZ | 41.49 | 30.78 | 71.47 | - |
| YUV | 155.27 | 164.53 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 220 | 0.14 | 0.43 | 0 | 0.14 | 281.05 | 0.58 | 0.68 |
| Hex | BE | 7D | DC | E | 2B | 0 | E | 119 | 3A | 44 |
| Octal | 276 | 175 | 334 | 16 | 53 | 0 | 16 | 431 | 72 | 104 |
| Binary | 10111110 | 1111101 | 11011100 | 1110 | 101011 | 0 | 1110 | 100011001 | 111010 | 1000100 |
Color Harmonies of #BE7DDC
Complementary color
Monochromatic Colors of #BE7DDC
Black with #BE7DDC
Text Example
Text Example
White with #BE7DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7DDC; }
p { color: rgb(190,125,220); }
H1.HeaderClassName
{
color: #BE7DDC;
}
.AnyTagClassName
{
color: #BE7DDC;
}
</style>
background-color css
<style>
a { background-color: #BE7DDC; }
a { background-color: rgb(190,125,220); }
div.DivClassName
{
background-color: #BE7DDC;
}
.BgClassName
{
background-color: #BE7DDC;
}
</style>
border-color css
<style>
span { border-color: #BE7DDC; }
span { border-color: rgb(190,125,220); }
td.TdClassName
{
border-color: #BE7DDC;
}
.TagClassName
{
border-color: #BE7DDC;
}
</style>