COLOR #B14CA5

HEX: #B14CA5
RGB: (177,76,165)

Color info

#B14CA5 contains mainly red and blue colors. Web safe color of #B14CA5 is #993399 (or #939).

RGB color model

#B14CA5 color RGB value is (177,76,165).

  • red value is 177;
  • green value is 76;
  • blue value is 165.
RGB:
(177,76,165)
(69%,30%,65%)

RGB channels and saturation

R 177 of 255 = 69%
G 76 of 255 = 30%
B 165 of 255 = 65%

177
76
165

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

Portions of RGB colors in percentages

R + G + B =
177 + 76 + 165 = 418 (100%)
R 177 of 418 ~ 42.34%
G 76 of 418 ~ 18.18%
B 165 of 418 ~ 39.47%

%42.34
%18.18
%39.47

CMYK color model

#B14CA5 color CMYK value is (0,57,7,31).

  • cyan value is 0.00%
  • magenta value is 57.06%
  • yellow value is 6.78%
  • key color value is 30.59%
CMYK:
(0,57,7,31)
C0M57Y7K31 
(0%,57%,7%,31%)
(0.00/0.57/0.07/0.31)	

CMYK percentages

%0
%57.06
%6.78
%30.59

Codes

Color #B14CA5 in popluar color models

B14CA5
RGB17776165
HSL307°39.92%49.61%
HSB/HSV307°57.06%69.41%
CMYK0.00%57.06%6.78%
30.59%

Color #B14CA5 in popluar number systems.

HEXB14CA5
Decimal17776165
Binary10110001100110010100101
Octal261114245

Shades and tints

Shades of #B14CA5

#B14CA5
(177,76,165)
#A14696
(161,70,150)
#914087
(145,64,135)
#813A78
(129,58,120)
#713469
(113,52,105)
#612E5A
(97,46,90)
#51284B
(81,40,75)
#41223C
(65,34,60)
#311C2D
(49,28,45)
#21161E
(33,22,30)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #B14CA5

#B14CA5
(177,76,165)
#B85CAD
(184,92,173)
#BF6CB5
(191,108,181)
#C67CBD
(198,124,189)
#CD8CC5
(205,140,197)
#D49CCD
(212,156,205)
#DBACD5
(219,172,213)
#E2BCDD
(226,188,221)
#E9CCE5
(233,204,229)
#F0DCED
(240,220,237)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14CA5 color. Also use rgb(177,76,165) instead hex code.

Text Font Color

.myTextColor { color: #B14CA5; }

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

This text font color is #B14CA5.


Background Color

.myBgColor { background-color: #B14CA5; }

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

This div background color is #B14CA5.


Border color

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

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

This div border color is #B14CA5.


Opacity

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

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

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

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

This text has shadow with #B14CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14CA5 on black background.


Color preview on white background

This text has color #B14CA5 on white background.



Black color preview on #B14CA5 background

This text has black color on #B14CA5 background.


White color preview on #B14CA5 background

This text has white color on #B14CA5 background.