#BE48AA

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

Shades of Fuchsia #BE48AA

Tints of Fuchsia #BE48AA

Color information

#BE48AA (or 0xBE48AA) is unknown color: approx Fuchsia. HEX triplet: BE, 48 and AA. RGB value is (190,72,170). Sum of RGB (Red+Green+Blue) = 190+72+170=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48AA is #41B755. Grayscale: #767676. Windows color (decimal): -4306774 or 11159742. OLE color: 11159742.

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

Color convert

RGB19072170-
CMYK00.620.110.25
HSL310.17º47.58%51.37%-
HSV(B)310.17º62.11%74.51%-
XYZ30.8118.4839.97-
YUV118.45157.09179.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=43.98%
G=16.67%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907217000.620.110.25310.1747.5851.37
HexBE48AA03EB191363033
Octal27611025207613314666063
Binary101111101001000101010100111110101111001100110110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48AA; }

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

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

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

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

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

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

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

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