#BE41AF

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

Shades of Fuchsia #BE41AF

Tints of Fuchsia #BE41AF

Color information

#BE41AF (or 0xBE41AF) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and AF. RGB value is (190,65,175). Sum of RGB (Red+Green+Blue) = 190+65+175=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41AF is #41BE50. Grayscale: #727272. Windows color (decimal): -4308561 or 11485630. OLE color: 11485630.

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

Color convert

RGB19065175-
CMYK00.660.080.25
HSL307.2º49.02%50%-
HSV(B)307.2º65.79%74.51%-
XYZ30.8617.8242.37-
YUV114.92161.91181.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 65 (25.78% from 255) = 15.12%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=44.19%
G=15.12%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906517500.660.080.25307.249.0250
HexBE41AF0428191333132
Octal276101257010210314636162
Binary1011111010000011010111101000010100011001100110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41AF; }

 p { color: rgb(190,65,175); }

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

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

 a { background-color: rgb(190,65,175); }

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

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

 span { border-color: rgb(190,65,175); }

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