Shades of Wisteria #BE85E9
Tints of Wisteria #BE85E9
RGB
CMYK
RGB Variations
Color information
#BE85E9 (or 0xBE85E9) is known color: Wisteria. HEX triplet: BE, 85 and E9. RGB value is (190,133,233). Sum of RGB (Red+Green+Blue) = 190+133+233=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #BE85E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85E9 is #417A16. Grayscale: #A1A1A1. Windows color (decimal): -4291095 or 15304126. OLE color: 15304126.
HSL color Cylindrical-coordinate representation of color #BE85E9: hue angle of 274.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE85E9 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 133 | 233 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.09 |
| HSL | 274.2º | 0.69% | 0.72% | - |
| HSV(B) | 274.2º | 0.43% | 0.91% | - |
| XYZ | 44.33 | 33.61 | 81.24 | - |
| YUV | 161.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 233 | 0.18 | 0.43 | 0 | 0.09 | 274.2 | 0.69 | 0.72 |
| Hex | BE | 85 | E9 | 12 | 2B | 0 | 9 | 112 | 45 | 48 |
| Octal | 276 | 205 | 351 | 22 | 53 | 0 | 11 | 422 | 105 | 110 |
| Binary | 10111110 | 10000101 | 11101001 | 10010 | 101011 | 0 | 1001 | 100010010 | 1000101 | 1001000 |
Color Harmonies of #BE85E9
Complementary color
Monochromatic Colors of #BE85E9
Black with #BE85E9
Text Example
Text Example
White with #BE85E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85E9; }
p { color: rgb(190,133,233); }
H1.HeaderClassName
{
color: #BE85E9;
}
.AnyTagClassName
{
color: #BE85E9;
}
</style>
background-color css
<style>
a { background-color: #BE85E9; }
a { background-color: rgb(190,133,233); }
div.DivClassName
{
background-color: #BE85E9;
}
.BgClassName
{
background-color: #BE85E9;
}
</style>
border-color css
<style>
span { border-color: #BE85E9; }
span { border-color: rgb(190,133,233); }
td.TdClassName
{
border-color: #BE85E9;
}
.TagClassName
{
border-color: #BE85E9;
}
</style>