Shades of Wisteria #BE96D3
Tints of Wisteria #BE96D3
RGB
CMYK
RGB Variations
Color information
#BE96D3 (or 0xBE96D3) is known color: Wisteria. HEX triplet: BE, 96 and D3. RGB value is (190,150,211). Sum of RGB (Red+Green+Blue) = 190+150+211=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 211 - color contains mainly: blue. Hex color #BE96D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96D3 is #41692C. Grayscale: #A8A8A8. Windows color (decimal): -4286765 or 13866686. OLE color: 13866686.
HSL color Cylindrical-coordinate representation of color #BE96D3: hue angle of 279.34º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BE96D3 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 150 | 211 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.17 |
| HSL | 279.34º | 0.41% | 0.71% | - |
| HSV(B) | 279.34º | 0.29% | 0.83% | - |
| XYZ | 43.9 | 37.46 | 66.55 | - |
| YUV | 168.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 211 | 0.10 | 0.29 | 0 | 0.17 | 279.34 | 0.41 | 0.71 |
| Hex | BE | 96 | D3 | A | 1D | 0 | 11 | 117 | 29 | 47 |
| Octal | 276 | 226 | 323 | 12 | 35 | 0 | 21 | 427 | 51 | 107 |
| Binary | 10111110 | 10010110 | 11010011 | 1010 | 11101 | 0 | 10001 | 100010111 | 101001 | 1000111 |
Color Harmonies of #BE96D3
Complementary color
Monochromatic Colors of #BE96D3
Black with #BE96D3
Text Example
Text Example
White with #BE96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96D3; }
p { color: rgb(190,150,211); }
H1.HeaderClassName
{
color: #BE96D3;
}
.AnyTagClassName
{
color: #BE96D3;
}
</style>
background-color css
<style>
a { background-color: #BE96D3; }
a { background-color: rgb(190,150,211); }
div.DivClassName
{
background-color: #BE96D3;
}
.BgClassName
{
background-color: #BE96D3;
}
</style>
border-color css
<style>
span { border-color: #BE96D3; }
span { border-color: rgb(190,150,211); }
td.TdClassName
{
border-color: #BE96D3;
}
.TagClassName
{
border-color: #BE96D3;
}
</style>