COLOR #B74393

HEX: #B74393
RGB: (183,67,147)

Color info

#B74393 contains mainly red and blue colors. Web safe color of #B74393 is #CC3399 (or #C39).

RGB color model

#B74393 color RGB value is (183,67,147).

  • red value is 183;
  • green value is 67;
  • blue value is 147.
RGB:
(183,67,147)
(72%,26%,58%)

RGB channels and saturation

R 183 of 255 = 72%
G 67 of 255 = 26%
B 147 of 255 = 58%

183
67
147

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

Portions of RGB colors in percentages

R + G + B =
183 + 67 + 147 = 397 (100%)
R 183 of 397 ~ 46.1%
G 67 of 397 ~ 16.88%
B 147 of 397 ~ 37.03%

%46.1
%16.88
%37.03

CMYK color model

#B74393 color CMYK value is (0,63,20,28).

  • cyan value is 0.00%
  • magenta value is 63.39%
  • yellow value is 19.67%
  • key color value is 28.24%
CMYK:
(0,63,20,28)
C0M63Y20K28 
(0%,63%,20%,28%)
(0.00/0.63/0.20/0.28)	

CMYK percentages

%0
%63.39
%19.67
%28.24

Codes

Color #B74393 in popluar color models

B74393
RGB18367147
HSL319°46.40%49.02%
HSB/HSV319°63.39%71.76%
CMYK0.00%63.39%19.67%
28.24%

Color #B74393 in popluar number systems.

HEXB74393
Decimal18367147
Binary10110111100001110010011
Octal267103223

Shades and tints

Shades of #B74393

#B74393
(183,67,147)
#A73D86
(167,61,134)
#973779
(151,55,121)
#87316C
(135,49,108)
#772B5F
(119,43,95)
#672552
(103,37,82)
#571F45
(87,31,69)
#471938
(71,25,56)
#37132B
(55,19,43)
#270D1E
(39,13,30)
#170711
(23,7,17)
#000000
(0,0,0)

Tints of #B74393

#B74393
(183,67,147)
#BD549C
(189,84,156)
#C365A5
(195,101,165)
#C976AE
(201,118,174)
#CF87B7
(207,135,183)
#D598C0
(213,152,192)
#DBA9C9
(219,169,201)
#E1BAD2
(225,186,210)
#E7CBDB
(231,203,219)
#EDDCE4
(237,220,228)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74393 color. Also use rgb(183,67,147) instead hex code.

Text Font Color

.myTextColor { color: #B74393; }

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

This text font color is #B74393.


Background Color

.myBgColor { background-color: #B74393; }

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

This div background color is #B74393.


Border color

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

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

This div border color is #B74393.


Opacity

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

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

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

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

This text has shadow with #B74393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74393 on black background.


Color preview on white background

This text has color #B74393 on white background.



Black color preview on #B74393 background

This text has black color on #B74393 background.


White color preview on #B74393 background

This text has white color on #B74393 background.