#BE48A4

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

Shades of Mulberry #BE48A4

Tints of Mulberry #BE48A4

Color information

#BE48A4 (or 0xBE48A4) is unknown color: approx Mulberry. HEX triplet: BE, 48 and A4. RGB value is (190,72,164). Sum of RGB (Red+Green+Blue) = 190+72+164=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A4 is #41B75B. Grayscale: #757575. Windows color (decimal): -4306780 or 10766526. OLE color: 10766526.

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

Color convert

RGB19072164-
CMYK00.620.140.25
HSL313.22º47.58%51.37%-
HSV(B)313.22º62.11%74.51%-
XYZ30.2518.2637.05-
YUV117.77154.09179.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 72 (28.52% from 255) = 16.90%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=44.60%
G=16.90%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907216400.620.140.25313.2247.5851.37
HexBE48A403EE191393033
Octal27611024407616314716063
Binary101111101001000101001000111110111011001100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48A4; }

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

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

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

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

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

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

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

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