#BE94DF

Color #BE94DF Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #BE94DF

Tints of Wisteria #BE94DF

Color information

#BE94DF (or 0xBE94DF) is unknown color: approx Wisteria. HEX triplet: BE, 94 and DF. RGB value is (190,148,223). Sum of RGB (Red+Green+Blue) = 190+148+223=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE94DF is #416B20. Grayscale: #A8A8A8. Windows color (decimal): -4287265 or 14652606. OLE color: 14652606.

HSL color Cylindrical-coordinate representation of color #BE94DF: hue angle of 273.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE94DF is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190148223-
CMYK0.150.3400.13
HSL273.6º53.96%72.75%-
HSV(B)273.6º33.63%87.45%-
XYZ45.1437.4574.66-
YUV169.11158.41142.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 148 (58.20% from 255) = 26.38%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=33.87%
G=26.38%
B=39.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901482230.150.3400.13273.653.9672.75
HexBE94DFF220D1123649
Octal276224337174201542266111
Binary1011111010010100110111111111100010011011000100101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE94DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE94DF; }

 p { color: rgb(190,148,223); }

 H1.HeaderClassName
 {
   color: #BE94DF;
 }
 .AnyTagClassName
 {
   color: #BE94DF;
 }
</style>
background-color css

<style>
 a { background-color: #BE94DF; }

 a { background-color: rgb(190,148,223); }

 div.DivClassName
 {
   background-color: #BE94DF;
 }
 .BgClassName
 {
   background-color: #BE94DF;
 }
</style>
border-color css

<style>
 span { border-color: #BE94DF; }

 span { border-color: rgb(190,148,223); }

 td.TdClassName
 {
   border-color: #BE94DF;
 }
 .TagClassName
 {
   border-color: #BE94DF;
 }
</style>