#BE44A7

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

Shades of Fuchsia #BE44A7

Tints of Fuchsia #BE44A7

Color information

#BE44A7 (or 0xBE44A7) is unknown color: approx Fuchsia. HEX triplet: BE, 44 and A7. RGB value is (190,68,167). Sum of RGB (Red+Green+Blue) = 190+68+167=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE44A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE44A7 is #41BB58. Grayscale: #737373. Windows color (decimal): -4307801 or 10962110. OLE color: 10962110.

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

Color convert

RGB19068167-
CMYK00.640.120.25
HSL311.31º48.41%50.59%-
HSV(B)311.31º64.21%74.51%-
XYZ30.2817.8738.41-
YUV115.76156.92180.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=44.71%
G=16%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906816700.640.120.25311.3148.4150.59
HexBE44A7040C191373033
Octal276104247010014314676063
Binary1011111010001001010011101000000110011001100110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44A7; }

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

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

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

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

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

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

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

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