#BE2AB3

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

Shades of Fuchsia #BE2AB3

Tints of Fuchsia #BE2AB3

Color information

#BE2AB3 (or 0xBE2AB3) is unknown color: approx Fuchsia. HEX triplet: BE, 2A and B3. RGB value is (190,42,179). Sum of RGB (Red+Green+Blue) = 190+42+179=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 179 (70.31% from 255 or 43.55% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2AB3 is #41D54C. Grayscale: #656565. Windows color (decimal): -4314445 or 11741886. OLE color: 11741886.

HSL color Cylindrical-coordinate representation of color #BE2AB3: hue angle of 304.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2AB3 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19042179-
CMYK00.780.060.25
HSL304.46º63.79%45.49%-
HSV(B)304.46º77.89%74.51%-
XYZ30.215.8644.12-
YUV101.87171.53190.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 42 (16.80% from 255) = 10.22%
BLUE value IS 179 (70.31% from 255) = 43.55%
R=46.23%
G=10.22%
B=43.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904217900.780.060.25304.4663.7945.49
HexBE2AB304E619130402d
Octal27652263011663146010055
Binary101111101010101011001101001110110110011001100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2AB3; }

 p { color: rgb(190,42,179); }

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

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

 a { background-color: rgb(190,42,179); }

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

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

 span { border-color: rgb(190,42,179); }

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