#BE54A9

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

Shades of Fuchsia #BE54A9

Tints of Fuchsia #BE54A9

Color information

#BE54A9 (or 0xBE54A9) is unknown color: approx Fuchsia. HEX triplet: BE, 54 and A9. RGB value is (190,84,169). Sum of RGB (Red+Green+Blue) = 190+84+169=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE54A9 is #41AB56. Grayscale: #7D7D7D. Windows color (decimal): -4303703 or 11097278. OLE color: 11097278.

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

Color convert

RGB19084169-
CMYK00.560.110.25
HSL311.89º44.92%53.73%-
HSV(B)311.89º55.79%74.51%-
XYZ31.5720.1539.76-
YUV125.38152.62174.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 84 (33.20% from 255) = 18.96%
BLUE value IS 169 (66.41% from 255) = 38.15%
R=42.89%
G=18.96%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908416900.560.110.25311.8944.9253.73
HexBE54A9038B191382d36
Octal27612425107013314705566
Binary101111101010100101010010111000101111001100111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54A9; }

 p { color: rgb(190,84,169); }

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

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

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

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

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

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

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