COLOR #B01972

HEX: #B01972
RGB: (176,25,114)

Color info

#B01972 contains mainly red color. Web safe color of #B01972 is #990066 (or #906).

RGB color model

#B01972 color RGB value is (176,25,114).

  • red value is 176;
  • green value is 25;
  • blue value is 114.
RGB:
(176,25,114)
(69%,10%,45%)

RGB channels and saturation

R 176 of 255 = 69%
G 25 of 255 = 10%
B 114 of 255 = 45%

176
25
114

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

Portions of RGB colors in percentages

R + G + B =
176 + 25 + 114 = 315 (100%)
R 176 of 315 ~ 55.87%
G 25 of 315 ~ 7.94%
B 114 of 315 ~ 36.19%

%55.87
%36.19

CMYK color model

#B01972 color CMYK value is (0,86,35,31).

  • cyan value is 0.00%
  • magenta value is 85.80%
  • yellow value is 35.23%
  • key color value is 30.98%
CMYK:
(0,86,35,31)
C0M86Y35K31 
(0%,86%,35%,31%)
(0.00/0.86/0.35/0.31)	

CMYK percentages

%0
%85.8
%35.23
%30.98

Codes

Color #B01972 in popluar color models

B01972
RGB17625114
HSL325°75.12%39.41%
HSB/HSV325°85.80%69.02%
CMYK0.00%85.80%35.23%
30.98%

Color #B01972 in popluar number systems.

HEXB01972
Decimal17625114
Binary10110000110011110010
Octal26031162

Shades and tints

Shades of #B01972

#B01972
(176,25,114)
#A01768
(160,23,104)
#90155E
(144,21,94)
#801354
(128,19,84)
#70114A
(112,17,74)
#600F40
(96,15,64)
#500D36
(80,13,54)
#400B2C
(64,11,44)
#300922
(48,9,34)
#200718
(32,7,24)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #B01972

#B01972
(176,25,114)
#B72D7E
(183,45,126)
#BE418A
(190,65,138)
#C55596
(197,85,150)
#CC69A2
(204,105,162)
#D37DAE
(211,125,174)
#DA91BA
(218,145,186)
#E1A5C6
(225,165,198)
#E8B9D2
(232,185,210)
#EFCDDE
(239,205,222)
#F6E1EA
(246,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B01972 color. Also use rgb(176,25,114) instead hex code.

Text Font Color

.myTextColor { color: #B01972; }

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

This text font color is #B01972.


Background Color

.myBgColor { background-color: #B01972; }

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

This div background color is #B01972.


Border color

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

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

This div border color is #B01972.


Opacity

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

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

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

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

This text has shadow with #B01972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B01972 on black background.


Color preview on white background

This text has color #B01972 on white background.



Black color preview on #B01972 background

This text has black color on #B01972 background.


White color preview on #B01972 background

This text has white color on #B01972 background.