#BE41A4

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

Shades of Mulberry #BE41A4

Tints of Mulberry #BE41A4

Color information

#BE41A4 (or 0xBE41A4) is unknown color: approx Mulberry. HEX triplet: BE, 41 and A4. RGB value is (190,65,164). Sum of RGB (Red+Green+Blue) = 190+65+164=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE41A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE41A4 is #41BE5B. Grayscale: #717171. Windows color (decimal): -4308572 or 10764734. OLE color: 10764734.

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

Color convert

RGB19065164-
CMYK00.660.140.25
HSL312.48º49.02%50%-
HSV(B)312.48º65.79%74.51%-
XYZ29.8317.4136.91-
YUV113.66156.41182.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=45.35%
G=15.51%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906516400.660.140.25312.4849.0250
HexBE41A4042E191383132
Octal276101244010216314706162
Binary1011111010000011010010001000010111011001100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41A4; }

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

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

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

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

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

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

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

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