Shades of Wisteria #BE7BDC
Tints of Wisteria #BE7BDC
RGB
CMYK
RGB Variations
Color information
#BE7BDC (or 0xBE7BDC) is known color: Wisteria. HEX triplet: BE, 7B and DC. RGB value is (190,123,220). Sum of RGB (Red+Green+Blue) = 190+123+220=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BDC is #418423. Grayscale: #999999. Windows color (decimal): -4293668 or 14449598. OLE color: 14449598.
HSL color Cylindrical-coordinate representation of color #BE7BDC: hue angle of 281.44º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE7BDC is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 123 | 220 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.14 |
| HSL | 281.44º | 0.58% | 0.67% | - |
| HSV(B) | 281.44º | 0.44% | 0.86% | - |
| XYZ | 41.24 | 30.28 | 71.38 | - |
| YUV | 154.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 220 | 0.14 | 0.44 | 0 | 0.14 | 281.44 | 0.58 | 0.67 |
| Hex | BE | 7B | DC | E | 2C | 0 | E | 119 | 3A | 43 |
| Octal | 276 | 173 | 334 | 16 | 54 | 0 | 16 | 431 | 72 | 103 |
| Binary | 10111110 | 1111011 | 11011100 | 1110 | 101100 | 0 | 1110 | 100011001 | 111010 | 1000011 |
Color Harmonies of #BE7BDC
Complementary color
Monochromatic Colors of #BE7BDC
Black with #BE7BDC
Text Example
Text Example
White with #BE7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BDC; }
p { color: rgb(190,123,220); }
H1.HeaderClassName
{
color: #BE7BDC;
}
.AnyTagClassName
{
color: #BE7BDC;
}
</style>
background-color css
<style>
a { background-color: #BE7BDC; }
a { background-color: rgb(190,123,220); }
div.DivClassName
{
background-color: #BE7BDC;
}
.BgClassName
{
background-color: #BE7BDC;
}
</style>
border-color css
<style>
span { border-color: #BE7BDC; }
span { border-color: rgb(190,123,220); }
td.TdClassName
{
border-color: #BE7BDC;
}
.TagClassName
{
border-color: #BE7BDC;
}
</style>