COLOR #B14DDD

HEX: #B14DDD RGB: (177,77,221)

Color info

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

RGB color model

#B14DDD color RGB value is (177,77,221).

RGB: (177,77,221) (69%, 30%, 87%)

RGB channels and saturation

R 177 of 255 = 69%
G 77 of 255 = 30%
B 221 of 255 = 87%

177
77
221

R + G + B ~ 62%. #B14DDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 77 + 221 = 475 (100%)
R 177 of 475 ~ 37.26%
G 77 of 475 ~ 16.21%
B 221 of 475 ~ 46.53'%

%37.26
%16.21
%46.53

CMYK color model

#B14DDD color CMYK value is (20,65,0,13).

  • cyan value is 19.91%
  • magenta value is 65.16%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (20,65,0,13)
C20M65Y0K13 (20%, 65%, 0%, 13%)
(0.20 / 0.65 / 0.00 / 0.13)

CMYK percentages

%19.91
%65.16
%0
%13.33

Codes

Color #B14DDD in popluar color models

B1 4D DD
RGB 177 77 221
HSL 282° 67.92% 58.43%
HSB/HSV 282° 65.16% 86.67%
CMYK 19.91% 65.16% 0.00%
13.33%

Color #B14DDD in popluar number systems.

HEX B1 4D DD
Decimal 177 77 221
Binary 10110001 1001101 11011101
Octal 261 115 335

Shades and tints

Shades of #B14DDD

#B14DDD
(177,77,221)
#A146C9
(161,70,201)
#913FB5
(145,63,181)
#8138A1
(129,56,161)
#71318D
(113,49,141)
#612A79
(97,42,121)
#512365
(81,35,101)
#411C51
(65,28,81)
#31153D
(49,21,61)
#210E29
(33,14,41)
#110715
(17,7,21)
#000000
(0,0,0)

Tints of #B14DDD

#B14DDD
(177,77,221)
#B85DE0
(184,93,224)
#BF6DE3
(191,109,227)
#C67DE6
(198,125,230)
#CD8DE9
(205,141,233)
#D49DEC
(212,157,236)
#DBADEF
(219,173,239)
#E2BDF2
(226,189,242)
#E9CDF5
(233,205,245)
#F0DDF8
(240,221,248)
#F7EDFB
(247,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B14DDD; }

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

This text font color is #B14DDD.

Background Color

.myBgColor { background-color: #B14DDD; }

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

This div background color is #B14DDD.

Border color

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

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

This div border color is #B14DDD.

Opacity

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

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

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

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

This text has shadow with #B14DDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B14DDD.

Preview

Color preview on black background

This text has color #B14DDD on black background.


Color preview on white background

This text has color #B14DDD on white background.


Black color preview on #B14DDD background

This text has black color on #B14DDD background.


White color preview on #B14DDD background

This text has white color on #B14DDD background.


Related colors

Complementary color

Complementary color for #hex is #4EB222.


I love getcolorcode.com

Triadic colors

1 #DDB14D and #4DDDB1 with #B14DDD are triadic colors.

2 #DD4DB1 and #4DB1DD with #B14DDD are triadic colors.