Shades of Wisteria #BE95DB
Tints of Wisteria #BE95DB
RGB
CMYK
RGB Variations
Color information
#BE95DB (or 0xBE95DB) is known color: Wisteria. HEX triplet: BE, 95 and DB. RGB value is (190,149,219). Sum of RGB (Red+Green+Blue) = 190+149+219=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE95DB is #416A24. Grayscale: #A9A9A9. Windows color (decimal): -4287013 or 14390718. OLE color: 14390718.
HSL color Cylindrical-coordinate representation of color #BE95DB: hue angle of 275.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BE95DB is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 149 | 219 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.14 |
| HSL | 275.14º | 0.49% | 0.72% | - |
| HSV(B) | 275.14º | 0.32% | 0.86% | - |
| XYZ | 44.77 | 37.56 | 71.91 | - |
| YUV | 169.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 149 | 219 | 0.13 | 0.32 | 0 | 0.14 | 275.14 | 0.49 | 0.72 |
| Hex | BE | 95 | DB | D | 20 | 0 | E | 113 | 31 | 48 |
| Octal | 276 | 225 | 333 | 15 | 40 | 0 | 16 | 423 | 61 | 110 |
| Binary | 10111110 | 10010101 | 11011011 | 1101 | 100000 | 0 | 1110 | 100010011 | 110001 | 1001000 |
Color Harmonies of #BE95DB
Complementary color
Monochromatic Colors of #BE95DB
Black with #BE95DB
Text Example
Text Example
White with #BE95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE95DB; }
p { color: rgb(190,149,219); }
H1.HeaderClassName
{
color: #BE95DB;
}
.AnyTagClassName
{
color: #BE95DB;
}
</style>
background-color css
<style>
a { background-color: #BE95DB; }
a { background-color: rgb(190,149,219); }
div.DivClassName
{
background-color: #BE95DB;
}
.BgClassName
{
background-color: #BE95DB;
}
</style>
border-color css
<style>
span { border-color: #BE95DB; }
span { border-color: rgb(190,149,219); }
td.TdClassName
{
border-color: #BE95DB;
}
.TagClassName
{
border-color: #BE95DB;
}
</style>