#BE4495

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

Shades of Mulberry #BE4495

Tints of Mulberry #BE4495

Color information

#BE4495 (or 0xBE4495) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 95. RGB value is (190,68,149). Sum of RGB (Red+Green+Blue) = 190+68+149=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4495 is #41BB6A. Grayscale: #717171. Windows color (decimal): -4307819 or 9782462. OLE color: 9782462.

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

Color convert

RGB19068149-
CMYK00.640.220.25
HSL320.16º48.41%50.59%-
HSV(B)320.16º64.21%74.51%-
XYZ28.7317.2530.25-
YUV113.71147.92182.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 68 (26.95% from 255) = 16.71%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=46.68%
G=16.71%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906814900.640.220.25320.1648.4150.59
HexBE449504016191403033
Octal276104225010026315006063
Binary10111110100010010010101010000001011011001101000000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4495; }

 p { color: rgb(190,68,149); }

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

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

 a { background-color: rgb(190,68,149); }

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

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

 span { border-color: rgb(190,68,149); }

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