COLOR #B50072

HEX: #B50072
RGB: (181,0,114)

Color info

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

RGB color model

#B50072 color RGB value is (181,0,114).

  • red value is 181;
  • green value is 0;
  • blue value is 114.
RGB:
(181,0,114)
(71%,0%,45%)

RGB channels and saturation

R 181 of 255 = 71%
G 0 of 255 = 0%
B 114 of 255 = 45%

181
0
114

R + G + B ~ 39%. #B50072 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
181 + 0 + 114 = 295 (100%)
R 181 of 295 ~ 61.36%
G 0 of 295 ~ 0%
B 114 of 295 ~ 38.64%

%61.36
%38.64

CMYK color model

#B50072 color CMYK value is (0,100,37,29).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 37.02%
  • key color value is 29.02%
CMYK:
(0,100,37,29)
C0M100Y37K29 
(0%,100%,37%,29%)
(0.00/1.00/0.37/0.29)	

CMYK percentages

%0
%100
%37.02
%29.02

Codes

Color #B50072 in popluar color models

B50072
RGB1810114
HSL322°100.00%35.49%
HSB/HSV322°100.00%70.98%
CMYK0.00%100.00%37.02%
29.02%

Color #B50072 in popluar number systems.

HEXB50072
Decimal1810114
Binary1011010101110010
Octal2650162

Shades and tints

Shades of #B50072

#B50072
(181,0,114)
#A50068
(165,0,104)
#95005E
(149,0,94)
#850054
(133,0,84)
#75004A
(117,0,74)
#650040
(101,0,64)
#550036
(85,0,54)
#45002C
(69,0,44)
#350022
(53,0,34)
#250018
(37,0,24)
#15000E
(21,0,14)
#000000
(0,0,0)

Tints of #B50072

#B50072
(181,0,114)
#BB177E
(187,23,126)
#C12E8A
(193,46,138)
#C74596
(199,69,150)
#CD5CA2
(205,92,162)
#D373AE
(211,115,174)
#D98ABA
(217,138,186)
#DFA1C6
(223,161,198)
#E5B8D2
(229,184,210)
#EBCFDE
(235,207,222)
#F1E6EA
(241,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B50072 color. Also use rgb(181,0,114) instead hex code.

Text Font Color

.myTextColor { color: #B50072; }

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

This text font color is #B50072.


Background Color

.myBgColor { background-color: #B50072; }

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

This div background color is #B50072.


Border color

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

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

This div border color is #B50072.


Opacity

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

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

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

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

This text has shadow with #B50072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B50072 on black background.


Color preview on white background

This text has color #B50072 on white background.



Black color preview on #B50072 background

This text has black color on #B50072 background.


White color preview on #B50072 background

This text has white color on #B50072 background.