COLOR #B1427C

HEX: #B1427C RGB: (177,66,124)

Color info

#B1427C contains mainly red and blue colors. Web safe color of #B1427C is #993366 (or #936).

RGB color model

#B1427C color RGB value is (177,66,124).

RGB: (177,66,124) (69%, 26%, 49%)

RGB channels and saturation

R 177 of 255 = 69%
G 66 of 255 = 26%
B 124 of 255 = 49%

177
66
124

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

Portions of RGB colors in percentages

R + G + B = 177 + 66 + 124 = 367 (100%)
R 177 of 367 ~ 48.23%
G 66 of 367 ~ 17.98%
B 124 of 367 ~ 33.79'%

%48.23
%17.98
%33.79

CMYK color model

#B1427C color CMYK value is (0,63,30,31).

  • cyan value is 0.00%
  • magenta value is 62.71%
  • yellow value is 29.94%
  • key color value is 30.59%

CMYK: (0,63,30,31)
C0M63Y30K31 (0%, 63%, 30%, 31%)
(0.00 / 0.63 / 0.30 / 0.31)

CMYK percentages

%0
%62.71
%29.94
%30.59

Codes

Color #B1427C in popluar color models

B1 42 7C
RGB 177 66 124
HSL 329° 45.68% 47.65%
HSB/HSV 329° 62.71% 69.41%
CMYK 0.00% 62.71% 29.94%
30.59%

Color #B1427C in popluar number systems.

HEX B1 42 7C
Decimal 177 66 124
Binary 10110001 1000010 1111100
Octal 261 102 174

Shades and tints

Shades of #B1427C

#B1427C
(177,66,124)
#A13C71
(161,60,113)
#913666
(145,54,102)
#81305B
(129,48,91)
#712A50
(113,42,80)
#612445
(97,36,69)
#511E3A
(81,30,58)
#41182F
(65,24,47)
#311224
(49,18,36)
#210C19
(33,12,25)
#11060E
(17,6,14)
#000000
(0,0,0)

Tints of #B1427C

#B1427C
(177,66,124)
#B85387
(184,83,135)
#BF6492
(191,100,146)
#C6759D
(198,117,157)
#CD86A8
(205,134,168)
#D497B3
(212,151,179)
#DBA8BE
(219,168,190)
#E2B9C9
(226,185,201)
#E9CAD4
(233,202,212)
#F0DBDF
(240,219,223)
#F7ECEA
(247,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1427C color. Also use rgb(177,66,124) instead hex code.

Text Font Color

.myTextColor { color: #B1427C; }

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

This text font color is #B1427C.

Background Color

.myBgColor { background-color: #B1427C; }

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

This div background color is #B1427C.

Border color

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

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

This div border color is #B1427C.

Opacity

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

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

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

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

This text has shadow with #B1427C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1427C.

Preview

Color preview on black background

This text has color #B1427C on black background.


Color preview on white background

This text has color #B1427C on white background.


Black color preview on #B1427C background

This text has black color on #B1427C background.


White color preview on #B1427C background

This text has white color on #B1427C background.


Related colors

Complementary color

Complementary color for #hex is #4EBD83.


I love getcolorcode.com

Triadic colors

1 #7CB142 and #427CB1 with #B1427C are triadic colors.

2 #7C42B1 and #42B17C with #B1427C are triadic colors.