#BE49B5

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

Shades of Fuchsia #BE49B5

Tints of Fuchsia #BE49B5

Color information

#BE49B5 (or 0xBE49B5) is unknown color: approx Fuchsia. HEX triplet: BE, 49 and B5. RGB value is (190,73,181). Sum of RGB (Red+Green+Blue) = 190+73+181=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49B5 is #41B64A. Grayscale: #777777. Windows color (decimal): -4306507 or 11880894. OLE color: 11880894.

HSL color Cylindrical-coordinate representation of color #BE49B5: hue angle of 304.62º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE49B5 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19073181-
CMYK00.620.050.25
HSL304.62º47.37%51.57%-
HSV(B)304.62º61.58%74.51%-
XYZ31.9619.0545.71-
YUV120.3162.26177.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 73 (28.91% from 255) = 16.44%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=42.79%
G=16.44%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907318100.620.050.25304.6247.3751.57
HexBE49B503E5191312f34
Octal2761112650765314615764
Binary10111110100100110110101011111010111001100110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE49B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE49B5; }

 p { color: rgb(190,73,181); }

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

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

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

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

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

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

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