#BE4894

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

Shades of Mulberry #BE4894

Tints of Mulberry #BE4894

Color information

#BE4894 (or 0xBE4894) is unknown color: approx Mulberry. HEX triplet: BE, 48 and 94. RGB value is (190,72,148). Sum of RGB (Red+Green+Blue) = 190+72+148=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4894 is #41B76B. Grayscale: #737373. Windows color (decimal): -4306796 or 9717950. OLE color: 9717950.

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

Color convert

RGB19072148-
CMYK00.620.220.25
HSL321.36º47.58%51.37%-
HSV(B)321.36º62.11%74.51%-
XYZ28.917.7229.91-
YUV115.95146.09180.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 72 (28.52% from 255) = 17.56%
BLUE value IS 148 (58.20% from 255) = 36.10%
R=46.34%
G=17.56%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907214800.620.220.25321.3647.5851.37
HexBE489403E16191413033
Octal27611022407626315016063
Binary1011111010010001001010001111101011011001101000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4894; }

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

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

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

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

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

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

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

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