#BE4AB4

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

Shades of Fuchsia #BE4AB4

Tints of Fuchsia #BE4AB4

Color information

#BE4AB4 (or 0xBE4AB4) is unknown color: approx Fuchsia. HEX triplet: BE, 4A and B4. RGB value is (190,74,180). Sum of RGB (Red+Green+Blue) = 190+74+180=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AB4 is #41B54B. Grayscale: #787878. Windows color (decimal): -4306252 or 11815614. OLE color: 11815614.

HSL color Cylindrical-coordinate representation of color #BE4AB4: hue angle of 305.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4AB4 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19074180-
CMYK00.610.050.25
HSL305.17º47.15%51.76%-
HSV(B)305.17º61.05%74.51%-
XYZ31.9219.1445.19-
YUV120.77161.43177.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=42.79%
G=16.67%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907418000.610.050.25305.1747.1551.76
HexBE4AB403D5191312f34
Octal2761122640755314615764
Binary10111110100101010110100011110110111001100110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4AB4; }

 p { color: rgb(190,74,180); }

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

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

 a { background-color: rgb(190,74,180); }

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

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

 span { border-color: rgb(190,74,180); }

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