Shades of Wisteria #BE8CDF
Tints of Wisteria #BE8CDF
RGB
CMYK
RGB Variations
Color information
#BE8CDF (or 0xBE8CDF) is known color: Wisteria. HEX triplet: BE, 8C and DF. RGB value is (190,140,223). Sum of RGB (Red+Green+Blue) = 190+140+223=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8CDF is #417320. Grayscale: #A4A4A4. Windows color (decimal): -4289313 or 14650558. OLE color: 14650558.
HSL color Cylindrical-coordinate representation of color #BE8CDF: hue angle of 276.14º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE8CDF is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 140 | 223 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.13 |
| HSL | 276.14º | 0.56% | 0.71% | - |
| HSV(B) | 276.14º | 0.37% | 0.87% | - |
| XYZ | 43.93 | 35.03 | 74.26 | - |
| YUV | 164.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 223 | 0.15 | 0.37 | 0 | 0.13 | 276.14 | 0.56 | 0.71 |
| Hex | BE | 8C | DF | F | 25 | 0 | D | 114 | 38 | 47 |
| Octal | 276 | 214 | 337 | 17 | 45 | 0 | 15 | 424 | 70 | 107 |
| Binary | 10111110 | 10001100 | 11011111 | 1111 | 100101 | 0 | 1101 | 100010100 | 111000 | 1000111 |
Color Harmonies of #BE8CDF
Complementary color
Monochromatic Colors of #BE8CDF
Black with #BE8CDF
Text Example
Text Example
White with #BE8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8CDF; }
p { color: rgb(190,140,223); }
H1.HeaderClassName
{
color: #BE8CDF;
}
.AnyTagClassName
{
color: #BE8CDF;
}
</style>
background-color css
<style>
a { background-color: #BE8CDF; }
a { background-color: rgb(190,140,223); }
div.DivClassName
{
background-color: #BE8CDF;
}
.BgClassName
{
background-color: #BE8CDF;
}
</style>
border-color css
<style>
span { border-color: #BE8CDF; }
span { border-color: rgb(190,140,223); }
td.TdClassName
{
border-color: #BE8CDF;
}
.TagClassName
{
border-color: #BE8CDF;
}
</style>