COLOR #B41B98

HEX: #B41B98 RGB: (180,27,152)

Color info

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

RGB color model

#B41B98 color RGB value is (180,27,152).

RGB: (180,27,152) (71%, 11%, 60%)

RGB channels and saturation

R 180 of 255 = 71%
G 27 of 255 = 11%
B 152 of 255 = 60%

180
27
152

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

Portions of RGB colors in percentages

R + G + B = 180 + 27 + 152 = 359 (100%)
R 180 of 359 ~ 50.14%
G 27 of 359 ~ 7.52%
B 152 of 359 ~ 42.34'%

%50.14
%42.34

CMYK color model

#B41B98 color CMYK value is (0,85,16,29).

  • cyan value is 0.00%
  • magenta value is 85.00%
  • yellow value is 15.56%
  • key color value is 29.41%

CMYK: (0,85,16,29)
C0M85Y16K29 (0%, 85%, 16%, 29%)
(0.00 / 0.85 / 0.16 / 0.29)

CMYK percentages

%0
%85
%15.56
%29.41

Codes

Color #B41B98 in popluar color models

B4 1B 98
RGB 180 27 152
HSL 311° 73.91% 40.59%
HSB/HSV 311° 85.00% 70.59%
CMYK 0.00% 85.00% 15.56%
29.41%

Color #B41B98 in popluar number systems.

HEX B4 1B 98
Decimal 180 27 152
Binary 10110100 11011 10011000
Octal 264 33 230

Shades and tints

Shades of #B41B98

#B41B98
(180,27,152)
#A4198B
(164,25,139)
#94177E
(148,23,126)
#841571
(132,21,113)
#741364
(116,19,100)
#641157
(100,17,87)
#540F4A
(84,15,74)
#440D3D
(68,13,61)
#340B30
(52,11,48)
#240923
(36,9,35)
#140716
(20,7,22)
#000000
(0,0,0)

Tints of #B41B98

#B41B98
(180,27,152)
#BA2FA1
(186,47,161)
#C043AA
(192,67,170)
#C657B3
(198,87,179)
#CC6BBC
(204,107,188)
#D27FC5
(210,127,197)
#D893CE
(216,147,206)
#DEA7D7
(222,167,215)
#E4BBE0
(228,187,224)
#EACFE9
(234,207,233)
#F0E3F2
(240,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B41B98 color. Also use rgb(180,27,152) instead hex code.

Text Font Color

.myTextColor { color: #B41B98; }

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

This text font color is #B41B98.

Background Color

.myBgColor { background-color: #B41B98; }

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

This div background color is #B41B98.

Border color

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

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

This div border color is #B41B98.

Opacity

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

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

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

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

This text has shadow with #B41B98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B41B98.

Preview

Color preview on black background

This text has color #B41B98 on black background.


Color preview on white background

This text has color #B41B98 on white background.


Black color preview on #B41B98 background

This text has black color on #B41B98 background.


White color preview on #B41B98 background

This text has white color on #B41B98 background.


Related colors

Complementary color

Complementary color for #hex is #4BE467.


I love getcolorcode.com

Triadic colors

1 #98B41B and #1B98B4 with #B41B98 are triadic colors.

2 #981BB4 and #1BB498 with #B41B98 are triadic colors.