#BE84F1

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

Shades of Wisteria #BE84F1

Tints of Wisteria #BE84F1

Color information

#BE84F1 (or 0xBE84F1) is unknown color: approx Wisteria. HEX triplet: BE, 84 and F1. RGB value is (190,132,241). Sum of RGB (Red+Green+Blue) = 190+132+241=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE84F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE84F1 is #417B0E. Grayscale: #A1A1A1. Windows color (decimal): -4291343 or 15828158. OLE color: 15828158.

HSL color Cylindrical-coordinate representation of color #BE84F1: hue angle of 271.93º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE84F1 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190132241-
CMYK0.210.4500.05
HSL271.93º79.56%73.14%-
HSV(B)271.93º45.23%94.51%-
XYZ45.3633.887.35-
YUV161.77172.72148.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 241 (94.53% from 255) = 42.81%
R=33.75%
G=23.45%
B=42.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901322410.210.4500.05271.9379.5673.14
HexBE84F1152D051105049
Octal276204361255505420120111
Binary10111110100001001111000110101101101010110001000010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE84F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE84F1; }

 p { color: rgb(190,132,241); }

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

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

 a { background-color: rgb(190,132,241); }

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

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

 span { border-color: rgb(190,132,241); }

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