COLOR #B7198C

HEX: #B7198C
RGB: (183,25,140)

Color info

#B7198C contains mainly red and blue colors. Web safe color of #B7198C is #CC0099 (or #C09).

RGB color model

#B7198C color RGB value is (183,25,140).

  • red value is 183;
  • green value is 25;
  • blue value is 140.
RGB:
(183,25,140)
(72%,10%,55%)

RGB channels and saturation

R 183 of 255 = 72%
G 25 of 255 = 10%
B 140 of 255 = 55%

183
25
140

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

Portions of RGB colors in percentages

R + G + B =
183 + 25 + 140 = 348 (100%)
R 183 of 348 ~ 52.59%
G 25 of 348 ~ 7.18%
B 140 of 348 ~ 40.23%

%52.59
%40.23

CMYK color model

#B7198C color CMYK value is (0,86,23,28).

  • cyan value is 0.00%
  • magenta value is 86.34%
  • yellow value is 23.50%
  • key color value is 28.24%
CMYK:
(0,86,23,28)
C0M86Y23K28 
(0%,86%,23%,28%)
(0.00/0.86/0.23/0.28)	

CMYK percentages

%0
%86.34
%23.5
%28.24

Codes

Color #B7198C in popluar color models

B7198C
RGB18325140
HSL316°75.96%40.78%
HSB/HSV316°86.34%71.76%
CMYK0.00%86.34%23.50%
28.24%

Color #B7198C in popluar number systems.

HEXB7198C
Decimal18325140
Binary101101111100110001100
Octal26731214

Shades and tints

Shades of #B7198C

#B7198C
(183,25,140)
#A71780
(167,23,128)
#971574
(151,21,116)
#871368
(135,19,104)
#77115C
(119,17,92)
#670F50
(103,15,80)
#570D44
(87,13,68)
#470B38
(71,11,56)
#37092C
(55,9,44)
#270720
(39,7,32)
#170514
(23,5,20)
#000000
(0,0,0)

Tints of #B7198C

#B7198C
(183,25,140)
#BD2D96
(189,45,150)
#C341A0
(195,65,160)
#C955AA
(201,85,170)
#CF69B4
(207,105,180)
#D57DBE
(213,125,190)
#DB91C8
(219,145,200)
#E1A5D2
(225,165,210)
#E7B9DC
(231,185,220)
#EDCDE6
(237,205,230)
#F3E1F0
(243,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7198C color. Also use rgb(183,25,140) instead hex code.

Text Font Color

.myTextColor { color: #B7198C; }

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

This text font color is #B7198C.


Background Color

.myBgColor { background-color: #B7198C; }

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

This div background color is #B7198C.


Border color

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

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

This div border color is #B7198C.


Opacity

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

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

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

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

This text has shadow with #B7198C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7198C on black background.


Color preview on white background

This text has color #B7198C on white background.



Black color preview on #B7198C background

This text has black color on #B7198C background.


White color preview on #B7198C background

This text has white color on #B7198C background.