Shades of Wisteria #BE92E7
Tints of Wisteria #BE92E7
RGB
CMYK
RGB Variations
Color information
#BE92E7 (or 0xBE92E7) is known color: Wisteria. HEX triplet: BE, 92 and E7. RGB value is (190,146,231). Sum of RGB (Red+Green+Blue) = 190+146+231=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE92E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE92E7 is #416D18. Grayscale: #A8A8A8. Windows color (decimal): -4287769 or 15176382. OLE color: 15176382.
HSL color Cylindrical-coordinate representation of color #BE92E7: hue angle of 271.06º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BE92E7 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 146 | 231 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.09 |
| HSL | 271.06º | 0.64% | 0.74% | - |
| HSV(B) | 271.06º | 0.37% | 0.91% | - |
| XYZ | 45.94 | 37.27 | 80.37 | - |
| YUV | 168.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 146 | 231 | 0.18 | 0.37 | 0 | 0.09 | 271.06 | 0.64 | 0.74 |
| Hex | BE | 92 | E7 | 12 | 25 | 0 | 9 | 10F | 40 | 4A |
| Octal | 276 | 222 | 347 | 22 | 45 | 0 | 11 | 417 | 100 | 112 |
| Binary | 10111110 | 10010010 | 11100111 | 10010 | 100101 | 0 | 1001 | 100001111 | 1000000 | 1001010 |
Color Harmonies of #BE92E7
Complementary color
Monochromatic Colors of #BE92E7
Black with #BE92E7
Text Example
Text Example
White with #BE92E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE92E7; }
p { color: rgb(190,146,231); }
H1.HeaderClassName
{
color: #BE92E7;
}
.AnyTagClassName
{
color: #BE92E7;
}
</style>
background-color css
<style>
a { background-color: #BE92E7; }
a { background-color: rgb(190,146,231); }
div.DivClassName
{
background-color: #BE92E7;
}
.BgClassName
{
background-color: #BE92E7;
}
</style>
border-color css
<style>
span { border-color: #BE92E7; }
span { border-color: rgb(190,146,231); }
td.TdClassName
{
border-color: #BE92E7;
}
.TagClassName
{
border-color: #BE92E7;
}
</style>