COLOR #B61E8B

HEX: #B61E8B
RGB: (182,30,139)

Color info

#B61E8B contains mainly red and blue colors. Web safe color of #B61E8B is #CC3399 (or #C39).

RGB color model

#B61E8B color RGB value is (182,30,139).

  • red value is 182;
  • green value is 30;
  • blue value is 139.
RGB:
(182,30,139)
(71%,12%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 30 of 255 = 12%
B 139 of 255 = 55%

182
30
139

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

Portions of RGB colors in percentages

R + G + B =
182 + 30 + 139 = 351 (100%)
R 182 of 351 ~ 51.85%
G 30 of 351 ~ 8.55%
B 139 of 351 ~ 39.6%

%51.85
%39.6

CMYK color model

#B61E8B color CMYK value is (0,84,24,29).

  • cyan value is 0.00%
  • magenta value is 83.52%
  • yellow value is 23.63%
  • key color value is 28.63%
CMYK:
(0,84,24,29)
C0M84Y24K29 
(0%,84%,24%,29%)
(0.00/0.84/0.24/0.29)	

CMYK percentages

%0
%83.52
%23.63
%28.63

Codes

Color #B61E8B in popluar color models

B61E8B
RGB18230139
HSL317°71.70%41.57%
HSB/HSV317°83.52%71.37%
CMYK0.00%83.52%23.63%
28.63%

Color #B61E8B in popluar number systems.

HEXB61E8B
Decimal18230139
Binary101101101111010001011
Octal26636213

Shades and tints

Shades of #B61E8B

#B61E8B
(182,30,139)
#A61C7F
(166,28,127)
#961A73
(150,26,115)
#861867
(134,24,103)
#76165B
(118,22,91)
#66144F
(102,20,79)
#561243
(86,18,67)
#461037
(70,16,55)
#360E2B
(54,14,43)
#260C1F
(38,12,31)
#160A13
(22,10,19)
#000000
(0,0,0)

Tints of #B61E8B

#B61E8B
(182,30,139)
#BC3295
(188,50,149)
#C2469F
(194,70,159)
#C85AA9
(200,90,169)
#CE6EB3
(206,110,179)
#D482BD
(212,130,189)
#DA96C7
(218,150,199)
#E0AAD1
(224,170,209)
#E6BEDB
(230,190,219)
#ECD2E5
(236,210,229)
#F2E6EF
(242,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B61E8B color. Also use rgb(182,30,139) instead hex code.

Text Font Color

.myTextColor { color: #B61E8B; }

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

This text font color is #B61E8B.


Background Color

.myBgColor { background-color: #B61E8B; }

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

This div background color is #B61E8B.


Border color

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

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

This div border color is #B61E8B.


Opacity

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

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

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

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

This text has shadow with #B61E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B61E8B on black background.


Color preview on white background

This text has color #B61E8B on white background.



Black color preview on #B61E8B background

This text has black color on #B61E8B background.


White color preview on #B61E8B background

This text has white color on #B61E8B background.