#BE44B5

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

Shades of Fuchsia #BE44B5

Tints of Fuchsia #BE44B5

Color information

#BE44B5 (or 0xBE44B5) is unknown color: approx Fuchsia. HEX triplet: BE, 44 and B5. RGB value is (190,68,181). Sum of RGB (Red+Green+Blue) = 190+68+181=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44B5 is #41BB4A. Grayscale: #757575. Windows color (decimal): -4307787 or 11879614. OLE color: 11879614.

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

Color convert

RGB19068181-
CMYK00.640.050.25
HSL304.43º48.41%50.59%-
HSV(B)304.43º64.21%74.51%-
XYZ31.6418.4245.6-
YUV117.36163.92179.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 68 (26.95% from 255) = 15.49%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=43.28%
G=15.49%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906818100.640.050.25304.4348.4150.59
HexBE44B50405191303033
Octal27610426501005314606063
Binary101111101000100101101010100000010111001100110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44B5; }

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

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

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

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

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

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

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

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