#BE48A1

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

Shades of Mulberry #BE48A1

Tints of Mulberry #BE48A1

Color information

#BE48A1 (or 0xBE48A1) is unknown color: approx Mulberry. HEX triplet: BE, 48 and A1. RGB value is (190,72,161). Sum of RGB (Red+Green+Blue) = 190+72+161=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE48A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE48A1 is #41B75E. Grayscale: #757575. Windows color (decimal): -4306783 or 10569918. OLE color: 10569918.

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

Color convert

RGB19072161-
CMYK00.620.150.25
HSL314.75º47.58%51.37%-
HSV(B)314.75º62.11%74.51%-
XYZ29.9918.1635.64-
YUV117.43152.59179.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 72 (28.52% from 255) = 17.02%
BLUE value IS 161 (63.28% from 255) = 38.06%
R=44.92%
G=17.02%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907216100.620.150.25314.7547.5851.37
HexBE48A103EF1913b3033
Octal27611024107617314736063
Binary101111101001000101000010111110111111001100111011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE48A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE48A1; }

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

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

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

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

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

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

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

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