#BE4A8D

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

Shades of Mulberry #BE4A8D

Tints of Mulberry #BE4A8D

Color information

#BE4A8D (or 0xBE4A8D) is unknown color: approx Mulberry. HEX triplet: BE, 4A and 8D. RGB value is (190,74,141). Sum of RGB (Red+Green+Blue) = 190+74+141=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4A8D is #41B572. Grayscale: #747474. Windows color (decimal): -4306291 or 9259710. OLE color: 9259710.

HSL color Cylindrical-coordinate representation of color #BE4A8D: hue angle of 325.34º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4A8D is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19074141-
CMYK00.610.260.25
HSL325.34º47.15%51.76%-
HSV(B)325.34º61.05%74.51%-
XYZ28.4917.7727.13-
YUV116.32141.93180.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 141 (55.47% from 255) = 34.81%
R=46.91%
G=18.27%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907414100.610.260.25325.3447.1551.76
HexBE4A8D03D1A191452f34
Octal27611221507532315055764
Binary1011111010010101000110101111011101011001101000101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A8D; }

 p { color: rgb(190,74,141); }

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

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

 a { background-color: rgb(190,74,141); }

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

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

 span { border-color: rgb(190,74,141); }

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