COLOR #B14DBA

HEX: #B14DBA
RGB: (177,77,186)

Color info

#B14DBA contains mainly red and blue colors. Web safe color of #B14DBA is #9933CC (or #93C).

RGB color model

#B14DBA color RGB value is (177,77,186).

  • red value is 177;
  • green value is 77;
  • blue value is 186.
RGB:
(177,77,186)
(69%,30%,73%)

RGB channels and saturation

R 177 of 255 = 69%
G 77 of 255 = 30%
B 186 of 255 = 73%

177
77
186

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

Portions of RGB colors in percentages

R + G + B =
177 + 77 + 186 = 440 (100%)
R 177 of 440 ~ 40.23%
G 77 of 440 ~ 17.5%
B 186 of 440 ~ 42.27%

%40.23
%17.5
%42.27

CMYK color model

#B14DBA color CMYK value is (5,59,0,27).

  • cyan value is 4.84%
  • magenta value is 58.60%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(5,59,0,27)
C5M59Y0K27 
(5%,59%,0%,27%)
(0.05/0.59/0.00/0.27)	

CMYK percentages

%4.84
%58.6
%0
%27.06

Codes

Color #B14DBA in popluar color models

B14DBA
RGB17777186
HSL295°44.13%51.57%
HSB/HSV295°58.60%72.94%
CMYK4.84%58.60%0.00%
27.06%

Color #B14DBA in popluar number systems.

HEXB14DBA
Decimal17777186
Binary10110001100110110111010
Octal261115272

Shades and tints

Shades of #B14DBA

#B14DBA
(177,77,186)
#A146AA
(161,70,170)
#913F9A
(145,63,154)
#81388A
(129,56,138)
#71317A
(113,49,122)
#612A6A
(97,42,106)
#51235A
(81,35,90)
#411C4A
(65,28,74)
#31153A
(49,21,58)
#210E2A
(33,14,42)
#11071A
(17,7,26)
#000000
(0,0,0)

Tints of #B14DBA

#B14DBA
(177,77,186)
#B85DC0
(184,93,192)
#BF6DC6
(191,109,198)
#C67DCC
(198,125,204)
#CD8DD2
(205,141,210)
#D49DD8
(212,157,216)
#DBADDE
(219,173,222)
#E2BDE4
(226,189,228)
#E9CDEA
(233,205,234)
#F0DDF0
(240,221,240)
#F7EDF6
(247,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B14DBA color. Also use rgb(177,77,186) instead hex code.

Text Font Color

.myTextColor { color: #B14DBA; }

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

This text font color is #B14DBA.


Background Color

.myBgColor { background-color: #B14DBA; }

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

This div background color is #B14DBA.


Border color

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

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

This div border color is #B14DBA.


Opacity

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

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

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

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

This text has shadow with #B14DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B14DBA on black background.


Color preview on white background

This text has color #B14DBA on white background.



Black color preview on #B14DBA background

This text has black color on #B14DBA background.


White color preview on #B14DBA background

This text has white color on #B14DBA background.