#BE54B5

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

Shades of Fuchsia #BE54B5

Tints of Fuchsia #BE54B5

Color information

#BE54B5 (or 0xBE54B5) is unknown color: approx Fuchsia. HEX triplet: BE, 54 and B5. RGB value is (190,84,181). Sum of RGB (Red+Green+Blue) = 190+84+181=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 181 (71.09% from 255 or 39.78% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE54B5 is #41AB4A. Grayscale: #7E7E7E. Windows color (decimal): -4303691 or 11883710. OLE color: 11883710.

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

Color convert

RGB19084181-
CMYK00.560.050.25
HSL305.09º44.92%53.73%-
HSV(B)305.09º55.79%74.51%-
XYZ32.7520.6245.97-
YUV126.75158.62173.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 84 (33.20% from 255) = 18.46%
BLUE value IS 181 (71.09% from 255) = 39.78%
R=41.76%
G=18.46%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908418100.560.050.25305.0944.9253.73
HexBE54B50385191312d36
Octal2761242650705314615566
Binary10111110101010010110101011100010111001100110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54B5; }

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

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

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

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

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

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

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

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