#BE47C1

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

Shades of Fuchsia #BE47C1

Tints of Fuchsia #BE47C1

Color information

#BE47C1 (or 0xBE47C1) is unknown color: approx Fuchsia. HEX triplet: BE, 47 and C1. RGB value is (190,71,193). Sum of RGB (Red+Green+Blue) = 190+71+193=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #BE47C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47C1 is #41B83E. Grayscale: #787878. Windows color (decimal): -4307007 or 12666814. OLE color: 12666814.

HSL color Cylindrical-coordinate representation of color #BE47C1: hue angle of 298.52º degrees, saturation: 0.5, 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 #BE47C1 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19071193-
CMYK0.020.6300.24
HSL298.52º49.59%51.76%-
HSV(B)298.52º63.21%75.69%-
XYZ33.1119.352.43-
YUV120.49168.92177.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 71 (28.12% from 255) = 15.64%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=41.85%
G=15.64%
B=42.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190711930.020.6300.24298.5249.5951.76
HexBE47C123F01812b3234
Octal2761073012770304536264
Binary1011111010001111100000110111111011000100101011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE47C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE47C1; }

 p { color: rgb(190,71,193); }

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

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

 a { background-color: rgb(190,71,193); }

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

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

 span { border-color: rgb(190,71,193); }

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