Shades of Wisteria #BE85DF
Tints of Wisteria #BE85DF
RGB
CMYK
RGB Variations
Color information
#BE85DF (or 0xBE85DF) is known color: Wisteria. HEX triplet: BE, 85 and DF. RGB value is (190,133,223). Sum of RGB (Red+Green+Blue) = 190+133+223=546 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.80% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE85DF is #417A20. Grayscale: #A0A0A0. Windows color (decimal): -4291105 or 14648766. OLE color: 14648766.
HSL color Cylindrical-coordinate representation of color #BE85DF: hue angle of 278º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE85DF is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 133 | 223 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.13 |
| HSL | 278º | 0.58% | 0.7% | - |
| HSV(B) | 278º | 0.4% | 0.87% | - |
| XYZ | 42.94 | 33.05 | 73.93 | - |
| YUV | 160.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 223 | 0.15 | 0.40 | 0 | 0.13 | 278 | 0.58 | 0.7 |
| Hex | BE | 85 | DF | F | 28 | 0 | D | 116 | 3A | 46 |
| Octal | 276 | 205 | 337 | 17 | 50 | 0 | 15 | 426 | 72 | 106 |
| Binary | 10111110 | 10000101 | 11011111 | 1111 | 101000 | 0 | 1101 | 100010110 | 111010 | 1000110 |
Color Harmonies of #BE85DF
Complementary color
Monochromatic Colors of #BE85DF
Black with #BE85DF
Text Example
Text Example
White with #BE85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE85DF; }
p { color: rgb(190,133,223); }
H1.HeaderClassName
{
color: #BE85DF;
}
.AnyTagClassName
{
color: #BE85DF;
}
</style>
background-color css
<style>
a { background-color: #BE85DF; }
a { background-color: rgb(190,133,223); }
div.DivClassName
{
background-color: #BE85DF;
}
.BgClassName
{
background-color: #BE85DF;
}
</style>
border-color css
<style>
span { border-color: #BE85DF; }
span { border-color: rgb(190,133,223); }
td.TdClassName
{
border-color: #BE85DF;
}
.TagClassName
{
border-color: #BE85DF;
}
</style>