COLOR #B12193

HEX: #B12193
RGB: (177,33,147)

Color info

#B12193 contains mainly red and blue colors. Web safe color of #B12193 is #993399 (or #939).

RGB color model

#B12193 color RGB value is (177,33,147).

  • red value is 177;
  • green value is 33;
  • blue value is 147.
RGB:
(177,33,147)
(69%,13%,58%)

RGB channels and saturation

R 177 of 255 = 69%
G 33 of 255 = 13%
B 147 of 255 = 58%

177
33
147

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

Portions of RGB colors in percentages

R + G + B =
177 + 33 + 147 = 357 (100%)
R 177 of 357 ~ 49.58%
G 33 of 357 ~ 9.24%
B 147 of 357 ~ 41.18%

%49.58
%41.18

CMYK color model

#B12193 color CMYK value is (0,81,17,31).

  • cyan value is 0.00%
  • magenta value is 81.36%
  • yellow value is 16.95%
  • key color value is 30.59%
CMYK:
(0,81,17,31)
C0M81Y17K31 
(0%,81%,17%,31%)
(0.00/0.81/0.17/0.31)	

CMYK percentages

%0
%81.36
%16.95
%30.59

Codes

Color #B12193 in popluar color models

B12193
RGB17733147
HSL313°68.57%41.18%
HSB/HSV313°81.36%69.41%
CMYK0.00%81.36%16.95%
30.59%

Color #B12193 in popluar number systems.

HEXB12193
Decimal17733147
Binary1011000110000110010011
Octal26141223

Shades and tints

Shades of #B12193

#B12193
(177,33,147)
#A11E86
(161,30,134)
#911B79
(145,27,121)
#81186C
(129,24,108)
#71155F
(113,21,95)
#611252
(97,18,82)
#510F45
(81,15,69)
#410C38
(65,12,56)
#31092B
(49,9,43)
#21061E
(33,6,30)
#110311
(17,3,17)
#000000
(0,0,0)

Tints of #B12193

#B12193
(177,33,147)
#B8359C
(184,53,156)
#BF49A5
(191,73,165)
#C65DAE
(198,93,174)
#CD71B7
(205,113,183)
#D485C0
(212,133,192)
#DB99C9
(219,153,201)
#E2ADD2
(226,173,210)
#E9C1DB
(233,193,219)
#F0D5E4
(240,213,228)
#F7E9ED
(247,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B12193 color. Also use rgb(177,33,147) instead hex code.

Text Font Color

.myTextColor { color: #B12193; }

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

This text font color is #B12193.


Background Color

.myBgColor { background-color: #B12193; }

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

This div background color is #B12193.


Border color

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

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

This div border color is #B12193.


Opacity

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

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

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

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

This text has shadow with #B12193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B12193 on black background.


Color preview on white background

This text has color #B12193 on white background.



Black color preview on #B12193 background

This text has black color on #B12193 background.


White color preview on #B12193 background

This text has white color on #B12193 background.