#BE4C8F

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

Shades of Mulberry #BE4C8F

Tints of Mulberry #BE4C8F

Color information

#BE4C8F (or 0xBE4C8F) is unknown color: approx Mulberry. HEX triplet: BE, 4C and 8F. RGB value is (190,76,143). Sum of RGB (Red+Green+Blue) = 190+76+143=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4C8F is #41B370. Grayscale: #757575. Windows color (decimal): -4305777 or 9391294. OLE color: 9391294.

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

Color convert

RGB19076143-
CMYK00.600.250.25
HSL324.74º46.72%52.16%-
HSV(B)324.74º60%74.51%-
XYZ28.7818.127.96-
YUV117.72142.27179.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 76 (30.08% from 255) = 18.58%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=46.45%
G=18.58%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907614300.600.250.25324.7446.7252.16
HexBE4C8F03C19191452f34
Octal27611421707431315055764
Binary1011111010011001000111101111001100111001101000101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4C8F; }

 p { color: rgb(190,76,143); }

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

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

 a { background-color: rgb(190,76,143); }

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

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

 span { border-color: rgb(190,76,143); }

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