#BE4494

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

Shades of Mulberry #BE4494

Tints of Mulberry #BE4494

Color information

#BE4494 (or 0xBE4494) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 94. RGB value is (190,68,148). Sum of RGB (Red+Green+Blue) = 190+68+148=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4494 is #41BB6B. Grayscale: #717171. Windows color (decimal): -4307820 or 9716926. OLE color: 9716926.

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

Color convert

RGB19068148-
CMYK00.640.220.25
HSL320.66º48.41%50.59%-
HSV(B)320.66º64.21%74.51%-
XYZ28.6517.2229.83-
YUV113.6147.42182.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 68 (26.95% from 255) = 16.75%
BLUE value IS 148 (58.20% from 255) = 36.45%
R=46.80%
G=16.75%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906814800.640.220.25320.6648.4150.59
HexBE449404016191413033
Octal276104224010026315016063
Binary10111110100010010010100010000001011011001101000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4494; }

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

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

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

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

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

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

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

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