Shades of Wisteria #BE96CF
Tints of Wisteria #BE96CF
RGB
CMYK
RGB Variations
Color information
#BE96CF (or 0xBE96CF) is known color: Wisteria. HEX triplet: BE, 96 and CF. RGB value is (190,150,207). Sum of RGB (Red+Green+Blue) = 190+150+207=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96CF is #416930. Grayscale: #A8A8A8. Windows color (decimal): -4286769 or 13604542. OLE color: 13604542.
HSL color Cylindrical-coordinate representation of color #BE96CF: hue angle of 282.11º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE96CF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 150 | 207 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.19 |
| HSL | 282.11º | 0.37% | 0.7% | - |
| HSV(B) | 282.11º | 0.28% | 0.81% | - |
| XYZ | 43.4 | 37.26 | 63.94 | - |
| YUV | 168.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 207 | 0.08 | 0.28 | 0 | 0.19 | 282.11 | 0.37 | 0.7 |
| Hex | BE | 96 | CF | 8 | 1C | 0 | 13 | 11A | 25 | 46 |
| Octal | 276 | 226 | 317 | 10 | 34 | 0 | 23 | 432 | 45 | 106 |
| Binary | 10111110 | 10010110 | 11001111 | 1000 | 11100 | 0 | 10011 | 100011010 | 100101 | 1000110 |
Color Harmonies of #BE96CF
Complementary color
Monochromatic Colors of #BE96CF
Black with #BE96CF
Text Example
Text Example
White with #BE96CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96CF; }
p { color: rgb(190,150,207); }
H1.HeaderClassName
{
color: #BE96CF;
}
.AnyTagClassName
{
color: #BE96CF;
}
</style>
background-color css
<style>
a { background-color: #BE96CF; }
a { background-color: rgb(190,150,207); }
div.DivClassName
{
background-color: #BE96CF;
}
.BgClassName
{
background-color: #BE96CF;
}
</style>
border-color css
<style>
span { border-color: #BE96CF; }
span { border-color: rgb(190,150,207); }
td.TdClassName
{
border-color: #BE96CF;
}
.TagClassName
{
border-color: #BE96CF;
}
</style>