COLOR #BE4F90

HEX: #BE4F90
RGB: (190,79,144)

Color info

#BE4F90 contains mainly red and blue colors. Web safe color of #BE4F90 is #CC6699 (or #C69).

RGB color model

#BE4F90 color RGB value is (190,79,144).

  • red value is 190;
  • green value is 79;
  • blue value is 144.
RGB:
(190,79,144)
(75%,31%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 79 of 255 = 31%
B 144 of 255 = 56%

190
79
144

R + G + B ~ 54%. #BE4F90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
190 + 79 + 144 = 413 (100%)
R 190 of 413 ~ 46%
G 79 of 413 ~ 19.13%
B 144 of 413 ~ 34.87%

%46
%19.13
%34.87

CMYK color model

#BE4F90 color CMYK value is (0,58,24,25).

  • cyan value is 0.00%
  • magenta value is 58.42%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK:
(0,58,24,25)
C0M58Y24K25 
(0%,58%,24%,25%)
(0.00/0.58/0.24/0.25)	

CMYK percentages

%0
%58.42
%24.21
%25.49

Codes

Color #BE4F90 in popluar color models

BE4F90
RGB19079144
HSL325°46.06%52.75%
HSB/HSV325°58.42%74.51%
CMYK0.00%58.42%24.21%
25.49%

Color #BE4F90 in popluar number systems.

HEXBE4F90
Decimal19079144
Binary10111110100111110010000
Octal276117220

Shades and tints

Shades of #BE4F90

#BE4F90
(190,79,144)
#AD4883
(173,72,131)
#9C4176
(156,65,118)
#8B3A69
(139,58,105)
#7A335C
(122,51,92)
#692C4F
(105,44,79)
#582542
(88,37,66)
#471E35
(71,30,53)
#361728
(54,23,40)
#25101B
(37,16,27)
#14090E
(20,9,14)
#000000
(0,0,0)

Tints of #BE4F90

#BE4F90
(190,79,144)
#C35F9A
(195,95,154)
#C86FA4
(200,111,164)
#CD7FAE
(205,127,174)
#D28FB8
(210,143,184)
#D79FC2
(215,159,194)
#DCAFCC
(220,175,204)
#E1BFD6
(225,191,214)
#E6CFE0
(230,207,224)
#EBDFEA
(235,223,234)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BE4F90 color. Also use rgb(190,79,144) instead hex code.

Text Font Color

.myTextColor { color: #BE4F90; }

<p style="color:#BE4F90">This sample text font color is #BE4F90.</p>

This text font color is #BE4F90.


Background Color

.myBgColor { background-color: #BE4F90; }

<div style="background-color:#BE4F90">Inner text</div>

This div background color is #BE4F90.


Border color

.myBorderColor { border: 1px solid #BE4F90; }

<div style="border:3px solid #BE4F90">Div</div>

This div border color is #BE4F90.


Opacity

.myOpacity80 { color: #BE4F90; opacity: 0.8; }

<p style="color:#BE4F90;opacity:0.8;">80%</p>

Text with #BE4F90 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BE4F90;}

<p style="text-shadow: 3px 3px 1px #BE4F90">Text here.</p>

This text has shadow with #BE4F90 color.

.textShadow {text-shadow: 3px 3px 1px #BE4F90, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BE4F90, 5px 5px 20px red">Text here.</p>

This text has shadow with #BE4F90 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BE4F90, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BE4F90, Direction=45, Strength=4)">Text</p>

This text has shadow with #BE4F90 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BE4F90;
  -webkit-box-shadow:	1px 1px 3px 2px #BE4F90;
  box-shadow:		1px 1px 3px 2px #BE4F90;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BE4F90;
-webkit-box-shadow: 1px 1px 3px 2px #BE4F90;
box-shadow:1px 1px 3px 2px #BE4F90;">
Div content here</div>
This div box has shadow with color #BE4F90.

Preview

Color preview on black background

This text has color #BE4F90 on black background.


Color preview on white background

This text has color #BE4F90 on white background.



Black color preview on #BE4F90 background

This text has black color on #BE4F90 background.


White color preview on #BE4F90 background

This text has white color on #BE4F90 background.