#BE3EB6

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

Shades of Fuchsia #BE3EB6

Tints of Fuchsia #BE3EB6

Color information

#BE3EB6 (or 0xBE3EB6) is unknown color: approx Fuchsia. HEX triplet: BE, 3E and B6. RGB value is (190,62,182). Sum of RGB (Red+Green+Blue) = 190+62+182=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 182 (71.48% from 255 or 41.94% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE3EB6 is #41C149. Grayscale: #717171. Windows color (decimal): -4309322 or 11943614. OLE color: 11943614.

HSL color Cylindrical-coordinate representation of color #BE3EB6: hue angle of 303.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3EB6 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19062182-
CMYK00.670.040.25
HSL303.75º50.79%49.41%-
HSV(B)303.75º67.37%74.51%-
XYZ31.417.7746.03-
YUV113.95166.41182.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 62 (24.61% from 255) = 14.29%
BLUE value IS 182 (71.48% from 255) = 41.94%
R=43.78%
G=14.29%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906218200.670.040.25303.7550.7949.41
HexBE3EB60434191303331
Octal2767626601034314606361
Binary10111110111110101101100100001110011001100110000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3EB6; }

 p { color: rgb(190,62,182); }

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

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

 a { background-color: rgb(190,62,182); }

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

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

 span { border-color: rgb(190,62,182); }

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