#BE41A8

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

Shades of Fuchsia #BE41A8

Tints of Fuchsia #BE41A8

Color information

#BE41A8 (or 0xBE41A8) is unknown color: approx Fuchsia. HEX triplet: BE, 41 and A8. RGB value is (190,65,168). Sum of RGB (Red+Green+Blue) = 190+65+168=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41A8 is #41BE57. Grayscale: #717171. Windows color (decimal): -4308568 or 11026878. OLE color: 11026878.

HSL color Cylindrical-coordinate representation of color #BE41A8: hue angle of 310.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE41A8 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19065168-
CMYK00.660.120.25
HSL310.56º49.02%50%-
HSV(B)310.56º65.79%74.51%-
XYZ30.1917.5538.84-
YUV114.12158.41182.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 65 (25.78% from 255) = 15.37%
BLUE value IS 168 (66.02% from 255) = 39.72%
R=44.92%
G=15.37%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906516800.660.120.25310.5649.0250
HexBE41A8042C191373132
Octal276101250010214314676162
Binary1011111010000011010100001000010110011001100110111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41A8; }

 p { color: rgb(190,65,168); }

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

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

 a { background-color: rgb(190,65,168); }

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

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

 span { border-color: rgb(190,65,168); }

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