Shades of Wisteria #BE92DC
Tints of Wisteria #BE92DC
RGB
CMYK
RGB Variations
Color information
#BE92DC (or 0xBE92DC) is known color: Wisteria. HEX triplet: BE, 92 and DC. RGB value is (190,146,220). Sum of RGB (Red+Green+Blue) = 190+146+220=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE92DC is #416D23. Grayscale: #A7A7A7. Windows color (decimal): -4287780 or 14455486. OLE color: 14455486.
HSL color Cylindrical-coordinate representation of color #BE92DC: hue angle of 275.68º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE92DC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 146 | 220 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.14 |
| HSL | 275.68º | 0.51% | 0.72% | - |
| HSV(B) | 275.68º | 0.34% | 0.86% | - |
| XYZ | 44.43 | 36.67 | 72.45 | - |
| YUV | 167.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 220 | 0.14 | 0.34 | 0 | 0.14 | 275.68 | 0.51 | 0.72 |
| Hex | BE | 92 | DC | E | 22 | 0 | E | 114 | 33 | 48 |
| Octal | 276 | 222 | 334 | 16 | 42 | 0 | 16 | 424 | 63 | 110 |
| Binary | 10111110 | 10010010 | 11011100 | 1110 | 100010 | 0 | 1110 | 100010100 | 110011 | 1001000 |
Color Harmonies of #BE92DC
Complementary color
Monochromatic Colors of #BE92DC
Black with #BE92DC
Text Example
Text Example
White with #BE92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92DC; }
p { color: rgb(190,146,220); }
H1.HeaderClassName
{
color: #BE92DC;
}
.AnyTagClassName
{
color: #BE92DC;
}
</style>
background-color css
<style>
a { background-color: #BE92DC; }
a { background-color: rgb(190,146,220); }
div.DivClassName
{
background-color: #BE92DC;
}
.BgClassName
{
background-color: #BE92DC;
}
</style>
border-color css
<style>
span { border-color: #BE92DC; }
span { border-color: rgb(190,146,220); }
td.TdClassName
{
border-color: #BE92DC;
}
.TagClassName
{
border-color: #BE92DC;
}
</style>