Shades of Wisteria #BE96D1
Tints of Wisteria #BE96D1
RGB
CMYK
RGB Variations
Color information
#BE96D1 (or 0xBE96D1) is known color: Wisteria. HEX triplet: BE, 96 and D1. RGB value is (190,150,209). Sum of RGB (Red+Green+Blue) = 190+150+209=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE96D1 is #41692E. Grayscale: #A8A8A8. Windows color (decimal): -4286767 or 13735614. OLE color: 13735614.
HSL color Cylindrical-coordinate representation of color #BE96D1: hue angle of 280.68º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE96D1 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 150 | 209 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.18 |
| HSL | 280.68º | 0.39% | 0.7% | - |
| HSV(B) | 280.68º | 0.28% | 0.82% | - |
| XYZ | 43.65 | 37.36 | 65.23 | - |
| YUV | 168.69 | 150.75 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 150 | 209 | 0.09 | 0.28 | 0 | 0.18 | 280.68 | 0.39 | 0.7 |
| Hex | BE | 96 | D1 | 9 | 1C | 0 | 12 | 119 | 27 | 46 |
| Octal | 276 | 226 | 321 | 11 | 34 | 0 | 22 | 431 | 47 | 106 |
| Binary | 10111110 | 10010110 | 11010001 | 1001 | 11100 | 0 | 10010 | 100011001 | 100111 | 1000110 |
Color Harmonies of #BE96D1
Complementary color
Monochromatic Colors of #BE96D1
Black with #BE96D1
Text Example
Text Example
White with #BE96D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE96D1; }
p { color: rgb(190,150,209); }
H1.HeaderClassName
{
color: #BE96D1;
}
.AnyTagClassName
{
color: #BE96D1;
}
</style>
background-color css
<style>
a { background-color: #BE96D1; }
a { background-color: rgb(190,150,209); }
div.DivClassName
{
background-color: #BE96D1;
}
.BgClassName
{
background-color: #BE96D1;
}
</style>
border-color css
<style>
span { border-color: #BE96D1; }
span { border-color: rgb(190,150,209); }
td.TdClassName
{
border-color: #BE96D1;
}
.TagClassName
{
border-color: #BE96D1;
}
</style>