COLOR #B74BA0

HEX: #B74BA0
RGB: (183,75,160)

Color info

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

RGB color model

#B74BA0 color RGB value is (183,75,160).

  • red value is 183;
  • green value is 75;
  • blue value is 160.
RGB:
(183,75,160)
(72%,29%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 75 of 255 = 29%
B 160 of 255 = 63%

183
75
160

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

Portions of RGB colors in percentages

R + G + B =
183 + 75 + 160 = 418 (100%)
R 183 of 418 ~ 43.78%
G 75 of 418 ~ 17.94%
B 160 of 418 ~ 38.28%

%43.78
%17.94
%38.28

CMYK color model

#B74BA0 color CMYK value is (0,59,13,28).

  • cyan value is 0.00%
  • magenta value is 59.02%
  • yellow value is 12.57%
  • key color value is 28.24%
CMYK:
(0,59,13,28)
C0M59Y13K28 
(0%,59%,13%,28%)
(0.00/0.59/0.13/0.28)	

CMYK percentages

%0
%59.02
%12.57
%28.24

Codes

Color #B74BA0 in popluar color models

B74BA0
RGB18375160
HSL313°42.86%50.59%
HSB/HSV313°59.02%71.76%
CMYK0.00%59.02%12.57%
28.24%

Color #B74BA0 in popluar number systems.

HEXB74BA0
Decimal18375160
Binary10110111100101110100000
Octal267113240

Shades and tints

Shades of #B74BA0

#B74BA0
(183,75,160)
#A74592
(167,69,146)
#973F84
(151,63,132)
#873976
(135,57,118)
#773368
(119,51,104)
#672D5A
(103,45,90)
#57274C
(87,39,76)
#47213E
(71,33,62)
#371B30
(55,27,48)
#271522
(39,21,34)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #B74BA0

#B74BA0
(183,75,160)
#BD5BA8
(189,91,168)
#C36BB0
(195,107,176)
#C97BB8
(201,123,184)
#CF8BC0
(207,139,192)
#D59BC8
(213,155,200)
#DBABD0
(219,171,208)
#E1BBD8
(225,187,216)
#E7CBE0
(231,203,224)
#EDDBE8
(237,219,232)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74BA0 color. Also use rgb(183,75,160) instead hex code.

Text Font Color

.myTextColor { color: #B74BA0; }

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

This text font color is #B74BA0.


Background Color

.myBgColor { background-color: #B74BA0; }

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

This div background color is #B74BA0.


Border color

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

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

This div border color is #B74BA0.


Opacity

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

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

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

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

This text has shadow with #B74BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74BA0 on black background.


Color preview on white background

This text has color #B74BA0 on white background.



Black color preview on #B74BA0 background

This text has black color on #B74BA0 background.


White color preview on #B74BA0 background

This text has white color on #B74BA0 background.