COLOR #B74E9A

HEX: #B74E9A
RGB: (183,78,154)

Color info

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

RGB color model

#B74E9A color RGB value is (183,78,154).

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

RGB channels and saturation

R 183 of 255 = 72%
G 78 of 255 = 31%
B 154 of 255 = 60%

183
78
154

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

Portions of RGB colors in percentages

R + G + B =
183 + 78 + 154 = 415 (100%)
R 183 of 415 ~ 44.1%
G 78 of 415 ~ 18.8%
B 154 of 415 ~ 37.11%

%44.1
%18.8
%37.11

CMYK color model

#B74E9A color CMYK value is (0,57,16,28).

  • cyan value is 0.00%
  • magenta value is 57.38%
  • yellow value is 15.85%
  • key color value is 28.24%
CMYK: (0,57,16,28) C0M57Y16K28 (0%,57%,16%,28%) (0.00/0.57/0.16/0.28)

CMYK percentages

%0
%57.38
%15.85
%28.24

Codes

Color #B74E9A in popluar color models

B74E9A
RGB18378154
HSL317°42.17%51.18%
HSB/HSV317°57.38%71.76%
CMYK0.00%57.38%15.85%
28.24%

Color #B74E9A in popluar number systems.

HEXB74E9A
Decimal18378154
Binary10110111100111010011010
Octal267116232

Shades and tints

Shades of #B74E9A

#B74E9A
(183,78,154)
#A7478C
(167,71,140)
#97407E
(151,64,126)
#873970
(135,57,112)
#773262
(119,50,98)
#672B54
(103,43,84)
#572446
(87,36,70)
#471D38
(71,29,56)
#37162A
(55,22,42)
#270F1C
(39,15,28)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #B74E9A

#B74E9A
(183,78,154)
#BD5EA3
(189,94,163)
#C36EAC
(195,110,172)
#C97EB5
(201,126,181)
#CF8EBE
(207,142,190)
#D59EC7
(213,158,199)
#DBAED0
(219,174,208)
#E1BED9
(225,190,217)
#E7CEE2
(231,206,226)
#EDDEEB
(237,222,235)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B74E9A; }

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

This text font color is #B74E9A.


Background Color

.myBgColor { background-color: #B74E9A; }

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

This div background color is #B74E9A.


Border color

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

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

This div border color is #B74E9A.


Opacity

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

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

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

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

This text has shadow with #B74E9A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B74E9A on black background.


Color preview on white background

This text has color #B74E9A on white background.



Black color preview on #B74E9A background

This text has black color on #B74E9A background.


White color preview on #B74E9A background

This text has white color on #B74E9A background.