Shades of Wisteria #BE96DF
Tints of Wisteria #BE96DF
RGB
CMYK
RGB Variations
Color information
#BE96DF (or 0xBE96DF) is known color: Wisteria. HEX triplet: BE, 96 and DF. RGB value is (190,150,223). Sum of RGB (Red+Green+Blue) = 190+150+223=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96DF is #416920. Grayscale: #AAAAAA. Windows color (decimal): -4286753 or 14653118. OLE color: 14653118.
HSL color Cylindrical-coordinate representation of color #BE96DF: hue angle of 272.88º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE96DF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 150 | 223 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.13 |
| HSL | 272.88º | 0.53% | 0.73% | - |
| HSV(B) | 272.88º | 0.33% | 0.87% | - |
| XYZ | 45.46 | 38.09 | 74.77 | - |
| YUV | 170.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 223 | 0.15 | 0.33 | 0 | 0.13 | 272.88 | 0.53 | 0.73 |
| Hex | BE | 96 | DF | F | 21 | 0 | D | 111 | 35 | 49 |
| Octal | 276 | 226 | 337 | 17 | 41 | 0 | 15 | 421 | 65 | 111 |
| Binary | 10111110 | 10010110 | 11011111 | 1111 | 100001 | 0 | 1101 | 100010001 | 110101 | 1001001 |
Color Harmonies of #BE96DF
Complementary color
Monochromatic Colors of #BE96DF
Black with #BE96DF
Text Example
Text Example
White with #BE96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96DF; }
p { color: rgb(190,150,223); }
H1.HeaderClassName
{
color: #BE96DF;
}
.AnyTagClassName
{
color: #BE96DF;
}
</style>
background-color css
<style>
a { background-color: #BE96DF; }
a { background-color: rgb(190,150,223); }
div.DivClassName
{
background-color: #BE96DF;
}
.BgClassName
{
background-color: #BE96DF;
}
</style>
border-color css
<style>
span { border-color: #BE96DF; }
span { border-color: rgb(190,150,223); }
td.TdClassName
{
border-color: #BE96DF;
}
.TagClassName
{
border-color: #BE96DF;
}
</style>