#BE4690

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

Shades of Mulberry #BE4690

Tints of Mulberry #BE4690

Color information

#BE4690 (or 0xBE4690) is unknown color: approx Mulberry. HEX triplet: BE, 46 and 90. RGB value is (190,70,144). Sum of RGB (Red+Green+Blue) = 190+70+144=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4690 is #41B96F. Grayscale: #727272. Windows color (decimal): -4307312 or 9455294. OLE color: 9455294.

HSL color Cylindrical-coordinate representation of color #BE4690: hue angle of 323º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4690 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19070144-
CMYK00.630.240.25
HSL323º48%50.98%-
HSV(B)323º63.16%74.51%-
XYZ28.4617.3428.23-
YUV114.32144.76181.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 70 (27.73% from 255) = 17.33%
BLUE value IS 144 (56.64% from 255) = 35.64%
R=47.03%
G=17.33%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907014400.630.240.253234850.98
HexBE469003F18191433033
Octal27610622007730315036063
Binary1011111010001101001000001111111100011001101000011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4690; }

 p { color: rgb(190,70,144); }

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

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

 a { background-color: rgb(190,70,144); }

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

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

 span { border-color: rgb(190,70,144); }

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