COLOR #B01597

HEX: #B01597
RGB: (176,21,151)

Color info

#B01597 contains mainly red and blue colors. Web safe color of #B01597 is #990099 (or #909).

RGB color model

#B01597 color RGB value is (176,21,151).

  • red value is 176;
  • green value is 21;
  • blue value is 151.
RGB:
(176,21,151)
(69%,8%,59%)

RGB channels and saturation

R 176 of 255 = 69%
G 21 of 255 = 8%
B 151 of 255 = 59%

176
21
151

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

Portions of RGB colors in percentages

R + G + B =
176 + 21 + 151 = 348 (100%)
R 176 of 348 ~ 50.57%
G 21 of 348 ~ 6.03%
B 151 of 348 ~ 43.39%

%50.57
%43.39

CMYK color model

#B01597 color CMYK value is (0,88,14,31).

  • cyan value is 0.00%
  • magenta value is 88.07%
  • yellow value is 14.20%
  • key color value is 30.98%
CMYK:
(0,88,14,31)
C0M88Y14K31 
(0%,88%,14%,31%)
(0.00/0.88/0.14/0.31)	

CMYK percentages

%0
%88.07
%14.2
%30.98

Codes

Color #B01597 in popluar color models

B01597
RGB17621151
HSL310°78.68%38.63%
HSB/HSV310°88.07%69.02%
CMYK0.00%88.07%14.20%
30.98%

Color #B01597 in popluar number systems.

HEXB01597
Decimal17621151
Binary101100001010110010111
Octal26025227

Shades and tints

Shades of #B01597

#B01597
(176,21,151)
#A0148A
(160,20,138)
#90137D
(144,19,125)
#801270
(128,18,112)
#701163
(112,17,99)
#601056
(96,16,86)
#500F49
(80,15,73)
#400E3C
(64,14,60)
#300D2F
(48,13,47)
#200C22
(32,12,34)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #B01597

#B01597
(176,21,151)
#B72AA0
(183,42,160)
#BE3FA9
(190,63,169)
#C554B2
(197,84,178)
#CC69BB
(204,105,187)
#D37EC4
(211,126,196)
#DA93CD
(218,147,205)
#E1A8D6
(225,168,214)
#E8BDDF
(232,189,223)
#EFD2E8
(239,210,232)
#F6E7F1
(246,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B01597 color. Also use rgb(176,21,151) instead hex code.

Text Font Color

.myTextColor { color: #B01597; }

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

This text font color is #B01597.


Background Color

.myBgColor { background-color: #B01597; }

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

This div background color is #B01597.


Border color

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

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

This div border color is #B01597.


Opacity

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

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

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

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

This text has shadow with #B01597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B01597 on black background.


Color preview on white background

This text has color #B01597 on white background.



Black color preview on #B01597 background

This text has black color on #B01597 background.


White color preview on #B01597 background

This text has white color on #B01597 background.