#BE4282

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

Shades of Mulberry #BE4282

Tints of Mulberry #BE4282

Color information

#BE4282 (or 0xBE4282) is unknown color: approx Mulberry. HEX triplet: BE, 42 and 82. RGB value is (190,66,130). Sum of RGB (Red+Green+Blue) = 190+66+130=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4282 is #41BD7D. Grayscale: #6E6E6E. Windows color (decimal): -4308350 or 8536766. OLE color: 8536766.

HSL color Cylindrical-coordinate representation of color #BE4282: hue angle of 329.03º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4282 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19066130-
CMYK00.650.320.25
HSL329.03º48.82%50.2%-
HSV(B)329.03º65.26%74.51%-
XYZ27.2116.4622.86-
YUV110.37139.08184.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=49.22%
G=17.10%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906613000.650.320.25329.0348.8250.2
HexBE428204120191493132
Octal276102202010140315116162
Binary101111101000010100000100100000110000011001101001001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4282; }

 p { color: rgb(190,66,130); }

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

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

 a { background-color: rgb(190,66,130); }

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

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

 span { border-color: rgb(190,66,130); }

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