COLOR #B51E81

HEX: #B51E81 RGB: (181,30,129)

Color info

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

RGB color model

#B51E81 color RGB value is (181,30,129).

RGB: (181,30,129) (71%, 12%, 51%)

RGB channels and saturation

R 181 of 255 = 71%
G 30 of 255 = 12%
B 129 of 255 = 51%

181
30
129

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

Portions of RGB colors in percentages

R + G + B = 181 + 30 + 129 = 340 (100%)
R 181 of 340 ~ 53.24%
G 30 of 340 ~ 8.82%
B 129 of 340 ~ 37.94'%

%53.24
%37.94

CMYK color model

#B51E81 color CMYK value is (0,83,29,29).

  • cyan value is 0.00%
  • magenta value is 83.43%
  • yellow value is 28.73%
  • key color value is 29.02%

CMYK: (0,83,29,29)
C0M83Y29K29 (0%, 83%, 29%, 29%)
(0.00 / 0.83 / 0.29 / 0.29)

CMYK percentages

%0
%83.43
%28.73
%29.02

Codes

Color #B51E81 in popluar color models

B5 1E 81
RGB 181 30 129
HSL 321° 71.56% 41.37%
HSB/HSV 321° 83.43% 70.98%
CMYK 0.00% 83.43% 28.73%
29.02%

Color #B51E81 in popluar number systems.

HEX B5 1E 81
Decimal 181 30 129
Binary 10110101 11110 10000001
Octal 265 36 201

Shades and tints

Shades of #B51E81

#B51E81
(181,30,129)
#A51C76
(165,28,118)
#951A6B
(149,26,107)
#851860
(133,24,96)
#751655
(117,22,85)
#65144A
(101,20,74)
#55123F
(85,18,63)
#451034
(69,16,52)
#350E29
(53,14,41)
#250C1E
(37,12,30)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #B51E81

#B51E81
(181,30,129)
#BB328C
(187,50,140)
#C14697
(193,70,151)
#C75AA2
(199,90,162)
#CD6EAD
(205,110,173)
#D382B8
(211,130,184)
#D996C3
(217,150,195)
#DFAACE
(223,170,206)
#E5BED9
(229,190,217)
#EBD2E4
(235,210,228)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51E81 color. Also use rgb(181,30,129) instead hex code.

Text Font Color

.myTextColor { color: #B51E81; }

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

This text font color is #B51E81.

Background Color

.myBgColor { background-color: #B51E81; }

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

This div background color is #B51E81.

Border color

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

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

This div border color is #B51E81.

Opacity

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

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

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

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

This text has shadow with #B51E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B51E81.

Preview

Color preview on black background

This text has color #B51E81 on black background.


Color preview on white background

This text has color #B51E81 on white background.


Black color preview on #B51E81 background

This text has black color on #B51E81 background.


White color preview on #B51E81 background

This text has white color on #B51E81 background.


Related colors

Complementary color

Complementary color for #hex is #4AE17E.


I love getcolorcode.com

Triadic colors

1 #81B51E and #1E81B5 with #B51E81 are triadic colors.

2 #811EB5 and #1EB581 with #B51E81 are triadic colors.