#BE4B8A

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

Shades of Mulberry #BE4B8A

Tints of Mulberry #BE4B8A

Color information

#BE4B8A (or 0xBE4B8A) is unknown color: approx Mulberry. HEX triplet: BE, 4B and 8A. RGB value is (190,75,138). Sum of RGB (Red+Green+Blue) = 190+75+138=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4B8A is #41B475. Grayscale: #747474. Windows color (decimal): -4306038 or 9063358. OLE color: 9063358.

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

Color convert

RGB19075138-
CMYK00.610.270.25
HSL327.13º46.94%51.96%-
HSV(B)327.13º60.53%74.51%-
XYZ28.3417.8125.99-
YUV116.57140.1180.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 75 (29.69% from 255) = 18.61%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=47.15%
G=18.61%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907513800.610.270.25327.1346.9451.96
HexBE4B8A03D1B191472f34
Octal27611321207533315075764
Binary1011111010010111000101001111011101111001101000111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B8A; }

 p { color: rgb(190,75,138); }

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

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

 a { background-color: rgb(190,75,138); }

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

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

 span { border-color: rgb(190,75,138); }

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