#be47ba

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

Shades of Fuchsia #BE47BA

Tints of Fuchsia #BE47BA

Color information

#BE47BA (or 0xBE47BA) is unknown color: approx Fuchsia. HEX triplet: BE, 47 and BA. RGB value is (190,71,186). Sum of RGB (Red+Green+Blue) = 190+71+186=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE47BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47BA is #41B845. Grayscale: #777777. Windows color (decimal): -4307014 or 12208062. OLE color: 12208062.

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

Color convert

RGB19071186-
CMYK00.630.020.25
HSL302.02º47.79%51.18%-
HSV(B)302.02º62.63%74.51%-
XYZ32.351948.42-
YUV119.69165.42178.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=42.51%
G=15.88%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907118600.630.020.25302.0247.7951.18
HexBE47BA03F21912e3033
Octal2761072720772314566063
Binary1011111010001111011101001111111011001100101110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be47ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be47ba; }

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

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

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

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

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

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

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

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