COLOR #B51479

HEX: #B51479
RGB: (181,20,121)

Color info

#B51479 contains mainly red color. Web safe color of #B51479 is #CC0066 (or #C06).

RGB color model

#B51479 color RGB value is (181,20,121).

  • red value is 181;
  • green value is 20;
  • blue value is 121.
RGB:
(181,20,121)
(71%,8%,47%)

RGB channels and saturation

R 181 of 255 = 71%
G 20 of 255 = 8%
B 121 of 255 = 47%

181
20
121

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

Portions of RGB colors in percentages

R + G + B =
181 + 20 + 121 = 322 (100%)
R 181 of 322 ~ 56.21%
G 20 of 322 ~ 6.21%
B 121 of 322 ~ 37.58%

%56.21
%37.58

CMYK color model

#B51479 color CMYK value is (0,89,33,29).

  • cyan value is 0.00%
  • magenta value is 88.95%
  • yellow value is 33.15%
  • key color value is 29.02%
CMYK:
(0,89,33,29)
C0M89Y33K29 
(0%,89%,33%,29%)
(0.00/0.89/0.33/0.29)	

CMYK percentages

%0
%88.95
%33.15
%29.02

Codes

Color #B51479 in popluar color models

B51479
RGB18120121
HSL322°80.10%39.41%
HSB/HSV322°88.95%70.98%
CMYK0.00%88.95%33.15%
29.02%

Color #B51479 in popluar number systems.

HEXB51479
Decimal18120121
Binary10110101101001111001
Octal26524171

Shades and tints

Shades of #B51479

#B51479
(181,20,121)
#A5136E
(165,19,110)
#951263
(149,18,99)
#851158
(133,17,88)
#75104D
(117,16,77)
#650F42
(101,15,66)
#550E37
(85,14,55)
#450D2C
(69,13,44)
#350C21
(53,12,33)
#250B16
(37,11,22)
#150A0B
(21,10,11)
#000000
(0,0,0)

Tints of #B51479

#B51479
(181,20,121)
#BB2985
(187,41,133)
#C13E91
(193,62,145)
#C7539D
(199,83,157)
#CD68A9
(205,104,169)
#D37DB5
(211,125,181)
#D992C1
(217,146,193)
#DFA7CD
(223,167,205)
#E5BCD9
(229,188,217)
#EBD1E5
(235,209,229)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51479 color. Also use rgb(181,20,121) instead hex code.

Text Font Color

.myTextColor { color: #B51479; }

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

This text font color is #B51479.


Background Color

.myBgColor { background-color: #B51479; }

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

This div background color is #B51479.


Border color

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

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

This div border color is #B51479.


Opacity

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

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

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

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

This text has shadow with #B51479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51479 on black background.


Color preview on white background

This text has color #B51479 on white background.



Black color preview on #B51479 background

This text has black color on #B51479 background.


White color preview on #B51479 background

This text has white color on #B51479 background.