Shades of Wisteria #BE85ED
Tints of Wisteria #BE85ED
RGB
CMYK
RGB Variations
Color information
#BE85ED (or 0xBE85ED) is known color: Wisteria. HEX triplet: BE, 85 and ED. RGB value is (190,133,237). Sum of RGB (Red+Green+Blue) = 190+133+237=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85ED is #417A12. Grayscale: #A1A1A1. Windows color (decimal): -4291091 or 15566270. OLE color: 15566270.
HSL color Cylindrical-coordinate representation of color #BE85ED: hue angle of 272.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE85ED is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 133 | 237 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.07 |
| HSL | 272.88º | 0.74% | 0.73% | - |
| HSV(B) | 272.88º | 0.44% | 0.93% | - |
| XYZ | 44.91 | 33.84 | 84.28 | - |
| YUV | 161.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 237 | 0.20 | 0.44 | 0 | 0.07 | 272.88 | 0.74 | 0.73 |
| Hex | BE | 85 | ED | 14 | 2C | 0 | 7 | 111 | 4A | 49 |
| Octal | 276 | 205 | 355 | 24 | 54 | 0 | 7 | 421 | 112 | 111 |
| Binary | 10111110 | 10000101 | 11101101 | 10100 | 101100 | 0 | 111 | 100010001 | 1001010 | 1001001 |
Color Harmonies of #BE85ED
Complementary color
Monochromatic Colors of #BE85ED
Black with #BE85ED
Text Example
Text Example
White with #BE85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85ED; }
p { color: rgb(190,133,237); }
H1.HeaderClassName
{
color: #BE85ED;
}
.AnyTagClassName
{
color: #BE85ED;
}
</style>
background-color css
<style>
a { background-color: #BE85ED; }
a { background-color: rgb(190,133,237); }
div.DivClassName
{
background-color: #BE85ED;
}
.BgClassName
{
background-color: #BE85ED;
}
</style>
border-color css
<style>
span { border-color: #BE85ED; }
span { border-color: rgb(190,133,237); }
td.TdClassName
{
border-color: #BE85ED;
}
.TagClassName
{
border-color: #BE85ED;
}
</style>