Shades of Wisteria #BE94DC
Tints of Wisteria #BE94DC
RGB
CMYK
RGB Variations
Color information
#BE94DC (or 0xBE94DC) is known color: Wisteria. HEX triplet: BE, 94 and DC. RGB value is (190,148,220). Sum of RGB (Red+Green+Blue) = 190+148+220=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE94DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94DC is #416B23. Grayscale: #A8A8A8. Windows color (decimal): -4287268 or 14455998. OLE color: 14455998.
HSL color Cylindrical-coordinate representation of color #BE94DC: hue angle of 275º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE94DC is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 148 | 220 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.14 |
| HSL | 275º | 0.51% | 0.72% | - |
| HSV(B) | 275º | 0.33% | 0.86% | - |
| XYZ | 44.74 | 37.29 | 72.55 | - |
| YUV | 168.77 | 156.91 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 148 | 220 | 0.14 | 0.33 | 0 | 0.14 | 275 | 0.51 | 0.72 |
| Hex | BE | 94 | DC | E | 21 | 0 | E | 113 | 33 | 48 |
| Octal | 276 | 224 | 334 | 16 | 41 | 0 | 16 | 423 | 63 | 110 |
| Binary | 10111110 | 10010100 | 11011100 | 1110 | 100001 | 0 | 1110 | 100010011 | 110011 | 1001000 |
Color Harmonies of #BE94DC
Complementary color
Monochromatic Colors of #BE94DC
Black with #BE94DC
Text Example
Text Example
White with #BE94DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE94DC; }
p { color: rgb(190,148,220); }
H1.HeaderClassName
{
color: #BE94DC;
}
.AnyTagClassName
{
color: #BE94DC;
}
</style>
background-color css
<style>
a { background-color: #BE94DC; }
a { background-color: rgb(190,148,220); }
div.DivClassName
{
background-color: #BE94DC;
}
.BgClassName
{
background-color: #BE94DC;
}
</style>
border-color css
<style>
span { border-color: #BE94DC; }
span { border-color: rgb(190,148,220); }
td.TdClassName
{
border-color: #BE94DC;
}
.TagClassName
{
border-color: #BE94DC;
}
</style>