Shades of Wisteria #BE8FCD
Tints of Wisteria #BE8FCD
RGB
CMYK
RGB Variations
Color information
#BE8FCD (or 0xBE8FCD) is known color: Wisteria. HEX triplet: BE, 8F and CD. RGB value is (190,143,205). Sum of RGB (Red+Green+Blue) = 190+143+205=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE8FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE8FCD is #417032. Grayscale: #A3A3A3. Windows color (decimal): -4288563 or 13471678. OLE color: 13471678.
HSL color Cylindrical-coordinate representation of color #BE8FCD: hue angle of 285.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BE8FCD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 143 | 205 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.20 |
| HSL | 285.48º | 0.38% | 0.68% | - |
| HSV(B) | 285.48º | 0.3% | 0.8% | - |
| XYZ | 42.08 | 35 | 62.3 | - |
| YUV | 164.12 | 151.07 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 143 | 205 | 0.07 | 0.30 | 0 | 0.20 | 285.48 | 0.38 | 0.68 |
| Hex | BE | 8F | CD | 7 | 1E | 0 | 14 | 11D | 26 | 44 |
| Octal | 276 | 217 | 315 | 7 | 36 | 0 | 24 | 435 | 46 | 104 |
| Binary | 10111110 | 10001111 | 11001101 | 111 | 11110 | 0 | 10100 | 100011101 | 100110 | 1000100 |
Color Harmonies of #BE8FCD
Complementary color
Monochromatic Colors of #BE8FCD
Black with #BE8FCD
Text Example
Text Example
White with #BE8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8FCD; }
p { color: rgb(190,143,205); }
H1.HeaderClassName
{
color: #BE8FCD;
}
.AnyTagClassName
{
color: #BE8FCD;
}
</style>
background-color css
<style>
a { background-color: #BE8FCD; }
a { background-color: rgb(190,143,205); }
div.DivClassName
{
background-color: #BE8FCD;
}
.BgClassName
{
background-color: #BE8FCD;
}
</style>
border-color css
<style>
span { border-color: #BE8FCD; }
span { border-color: rgb(190,143,205); }
td.TdClassName
{
border-color: #BE8FCD;
}
.TagClassName
{
border-color: #BE8FCD;
}
</style>