Shades of Wisteria #BE85E8
Tints of Wisteria #BE85E8
RGB
CMYK
RGB Variations
Color information
#BE85E8 (or 0xBE85E8) is known color: Wisteria. HEX triplet: BE, 85 and E8. RGB value is (190,133,232). Sum of RGB (Red+Green+Blue) = 190+133+232=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE85E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE85E8 is #417A17. Grayscale: #A0A0A0. Windows color (decimal): -4291096 or 15238590. OLE color: 15238590.
HSL color Cylindrical-coordinate representation of color #BE85E8: hue angle of 274.55º degrees, saturation: 0.68, 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 #BE85E8 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 133 | 232 | - |
| CMYK | 0.18 | 0.43 | 0 | 0.09 |
| HSL | 274.55º | 0.68% | 0.72% | - |
| HSV(B) | 274.55º | 0.43% | 0.91% | - |
| XYZ | 44.19 | 33.55 | 80.49 | - |
| YUV | 161.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 232 | 0.18 | 0.43 | 0 | 0.09 | 274.55 | 0.68 | 0.72 |
| Hex | BE | 85 | E8 | 12 | 2B | 0 | 9 | 113 | 44 | 48 |
| Octal | 276 | 205 | 350 | 22 | 53 | 0 | 11 | 423 | 104 | 110 |
| Binary | 10111110 | 10000101 | 11101000 | 10010 | 101011 | 0 | 1001 | 100010011 | 1000100 | 1001000 |
Color Harmonies of #BE85E8
Complementary color
Monochromatic Colors of #BE85E8
Black with #BE85E8
Text Example
Text Example
White with #BE85E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85E8; }
p { color: rgb(190,133,232); }
H1.HeaderClassName
{
color: #BE85E8;
}
.AnyTagClassName
{
color: #BE85E8;
}
</style>
background-color css
<style>
a { background-color: #BE85E8; }
a { background-color: rgb(190,133,232); }
div.DivClassName
{
background-color: #BE85E8;
}
.BgClassName
{
background-color: #BE85E8;
}
</style>
border-color css
<style>
span { border-color: #BE85E8; }
span { border-color: rgb(190,133,232); }
td.TdClassName
{
border-color: #BE85E8;
}
.TagClassName
{
border-color: #BE85E8;
}
</style>