#be47be

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

Shades of Fuchsia #BE47BE

Tints of Fuchsia #BE47BE

Color information

#BE47BE (or 0xBE47BE) is unknown color: approx Fuchsia. HEX triplet: BE, 47 and BE. RGB value is (190,71,190). Sum of RGB (Red+Green+Blue) = 190+71+190=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE47BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47BE is #41B841. Grayscale: #777777. Windows color (decimal): -4307010 or 12470206. OLE color: 12470206.

HSL color Cylindrical-coordinate representation of color #BE47BE: hue angle of 300º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE47BE is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19071190-
CMYK00.6300.25
HSL300º47.79%51.18%-
HSV(B)300º62.63%74.51%-
XYZ32.7819.1750.69-
YUV120.15167.42177.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 71 (28.12% from 255) = 15.74%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=42.13%
G=15.74%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907119000.6300.2530047.7951.18
HexBE47BE03F01912c3033
Octal2761072760770314546063
Binary101111101000111101111100111111011001100101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be47be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be47be; }

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

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

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

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

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

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

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

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