#BE48C3

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

Shades of Fuchsia #BE48C3

Tints of Fuchsia #BE48C3

Color information

#BE48C3 (or 0xBE48C3) is unknown color: approx Fuchsia. HEX triplet: BE, 48 and C3. RGB value is (190,72,195). Sum of RGB (Red+Green+Blue) = 190+72+195=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE48C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE48C3 is #41B73C. Grayscale: #787878. Windows color (decimal): -4306749 or 12798142. OLE color: 12798142.

HSL color Cylindrical-coordinate representation of color #BE48C3: hue angle of 297.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE48C3 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19072195-
CMYK0.030.6300.24
HSL297.56º50.62%52.35%-
HSV(B)297.56º63.08%76.47%-
XYZ33.419.5253.64-
YUV121.3169.59177-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=41.58%
G=15.75%
B=42.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190721950.030.6300.24297.5650.6252.35
HexBE48C333F01812a3334
Octal2761103033770304526364
Binary1011111010010001100001111111111011000100101010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48C3; }

 p { color: rgb(190,72,195); }

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

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

 a { background-color: rgb(190,72,195); }

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

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

 span { border-color: rgb(190,72,195); }

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