COLOR #B74E92

HEX: #B74E92
RGB: (183,78,146)

Color info

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

RGB color model

#B74E92 color RGB value is (183,78,146).

  • red value is 183;
  • green value is 78;
  • blue value is 146.
RGB:
(183,78,146)
(72%,31%,57%)

RGB channels and saturation

R 183 of 255 = 72%
G 78 of 255 = 31%
B 146 of 255 = 57%

183
78
146

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

Portions of RGB colors in percentages

R + G + B =
183 + 78 + 146 = 407 (100%)
R 183 of 407 ~ 44.96%
G 78 of 407 ~ 19.16%
B 146 of 407 ~ 35.87%

%44.96
%19.16
%35.87

CMYK color model

#B74E92 color CMYK value is (0,57,20,28).

  • cyan value is 0.00%
  • magenta value is 57.38%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK:
(0,57,20,28)
C0M57Y20K28 
(0%,57%,20%,28%)
(0.00/0.57/0.20/0.28)	

CMYK percentages

%0
%57.38
%20.22
%28.24

Codes

Color #B74E92 in popluar color models

B74E92
RGB18378146
HSL321°42.17%51.18%
HSB/HSV321°57.38%71.76%
CMYK0.00%57.38%20.22%
28.24%

Color #B74E92 in popluar number systems.

HEXB74E92
Decimal18378146
Binary10110111100111010010010
Octal267116222

Shades and tints

Shades of #B74E92

#B74E92
(183,78,146)
#A74785
(167,71,133)
#974078
(151,64,120)
#87396B
(135,57,107)
#77325E
(119,50,94)
#672B51
(103,43,81)
#572444
(87,36,68)
#471D37
(71,29,55)
#37162A
(55,22,42)
#270F1D
(39,15,29)
#170810
(23,8,16)
#000000
(0,0,0)

Tints of #B74E92

#B74E92
(183,78,146)
#BD5E9B
(189,94,155)
#C36EA4
(195,110,164)
#C97EAD
(201,126,173)
#CF8EB6
(207,142,182)
#D59EBF
(213,158,191)
#DBAEC8
(219,174,200)
#E1BED1
(225,190,209)
#E7CEDA
(231,206,218)
#EDDEE3
(237,222,227)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74E92 color. Also use rgb(183,78,146) instead hex code.

Text Font Color

.myTextColor { color: #B74E92; }

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

This text font color is #B74E92.


Background Color

.myBgColor { background-color: #B74E92; }

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

This div background color is #B74E92.


Border color

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

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

This div border color is #B74E92.


Opacity

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

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

Text with #B74E92 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 #B74E92;}

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

This text has shadow with #B74E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74E92 on black background.


Color preview on white background

This text has color #B74E92 on white background.



Black color preview on #B74E92 background

This text has black color on #B74E92 background.


White color preview on #B74E92 background

This text has white color on #B74E92 background.