COLOR #B42292

HEX: #B42292
RGB: (180,34,146)

Color info

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

RGB color model

#B42292 color RGB value is (180,34,146).

  • red value is 180;
  • green value is 34;
  • blue value is 146.
RGB:
(180,34,146)
(71%,13%,57%)

RGB channels and saturation

R 180 of 255 = 71%
G 34 of 255 = 13%
B 146 of 255 = 57%

180
34
146

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

Portions of RGB colors in percentages

R + G + B =
180 + 34 + 146 = 360 (100%)
R 180 of 360 ~ 50%
G 34 of 360 ~ 9.44%
B 146 of 360 ~ 40.56%

%50
%40.56

CMYK color model

#B42292 color CMYK value is (0,81,19,29).

  • cyan value is 0.00%
  • magenta value is 81.11%
  • yellow value is 18.89%
  • key color value is 29.41%
CMYK:
(0,81,19,29)
C0M81Y19K29 
(0%,81%,19%,29%)
(0.00/0.81/0.19/0.29)	

CMYK percentages

%0
%81.11
%18.89
%29.41

Codes

Color #B42292 in popluar color models

B42292
RGB18034146
HSL314°68.22%41.96%
HSB/HSV314°81.11%70.59%
CMYK0.00%81.11%18.89%
29.41%

Color #B42292 in popluar number systems.

HEXB42292
Decimal18034146
Binary1011010010001010010010
Octal26442222

Shades and tints

Shades of #B42292

#B42292
(180,34,146)
#A41F85
(164,31,133)
#941C78
(148,28,120)
#84196B
(132,25,107)
#74165E
(116,22,94)
#641351
(100,19,81)
#541044
(84,16,68)
#440D37
(68,13,55)
#340A2A
(52,10,42)
#24071D
(36,7,29)
#140410
(20,4,16)
#000000
(0,0,0)

Tints of #B42292

#B42292
(180,34,146)
#BA369B
(186,54,155)
#C04AA4
(192,74,164)
#C65EAD
(198,94,173)
#CC72B6
(204,114,182)
#D286BF
(210,134,191)
#D89AC8
(216,154,200)
#DEAED1
(222,174,209)
#E4C2DA
(228,194,218)
#EAD6E3
(234,214,227)
#F0EAEC
(240,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B42292 color. Also use rgb(180,34,146) instead hex code.

Text Font Color

.myTextColor { color: #B42292; }

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

This text font color is #B42292.


Background Color

.myBgColor { background-color: #B42292; }

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

This div background color is #B42292.


Border color

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

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

This div border color is #B42292.


Opacity

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

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

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

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

This text has shadow with #B42292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B42292 on black background.


Color preview on white background

This text has color #B42292 on white background.



Black color preview on #B42292 background

This text has black color on #B42292 background.


White color preview on #B42292 background

This text has white color on #B42292 background.