COLOR #B492B2

HEX: #B492B2
RGB: (180,146,178)

Color info

#B492B2 contains red, green and blue colors in about the same proportion. Web safe color of #B492B2 is #CC9999 (or #C99).

RGB color model

#B492B2 color RGB value is (180,146,178).

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

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 178 of 255 = 70%

180
146
178

R + G + B ~ 66%. #B492B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 178 = 504 (100%)
R 180 of 504 ~ 35.71%
G 146 of 504 ~ 28.97%
B 178 of 504 ~ 35.32%

%35.71
%28.97
%35.32

CMYK color model

#B492B2 color CMYK value is (0,19,1,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 1.11%
  • key color value is 29.41%
CMYK:
(0,19,1,29)
C0M19Y1K29 
(0%,19%,1%,29%)
(0.00/0.19/0.01/0.29)	

CMYK percentages

%0
%18.89
%1.11
%29.41

Codes

Color #B492B2 in popluar color models

B492B2
RGB180146178
HSL304°18.48%63.92%
HSB/HSV304°18.89%70.59%
CMYK0.00%18.89%1.11%
29.41%

Color #B492B2 in popluar number systems.

HEXB492B2
Decimal180146178
Binary101101001001001010110010
Octal264222262

Shades and tints

Shades of #B492B2

#B492B2
(180,146,178)
#A485A2
(164,133,162)
#947892
(148,120,146)
#846B82
(132,107,130)
#745E72
(116,94,114)
#645162
(100,81,98)
#544452
(84,68,82)
#443742
(68,55,66)
#342A32
(52,42,50)
#241D22
(36,29,34)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B492B2

#B492B2
(180,146,178)
#BA9BB9
(186,155,185)
#C0A4C0
(192,164,192)
#C6ADC7
(198,173,199)
#CCB6CE
(204,182,206)
#D2BFD5
(210,191,213)
#D8C8DC
(216,200,220)
#DED1E3
(222,209,227)
#E4DAEA
(228,218,234)
#EAE3F1
(234,227,241)
#F0ECF8
(240,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492B2; }

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

This text font color is #B492B2.


Background Color

.myBgColor { background-color: #B492B2; }

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

This div background color is #B492B2.


Border color

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

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

This div border color is #B492B2.


Opacity

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

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

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

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

This text has shadow with #B492B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B492B2 on black background.


Color preview on white background

This text has color #B492B2 on white background.



Black color preview on #B492B2 background

This text has black color on #B492B2 background.


White color preview on #B492B2 background

This text has white color on #B492B2 background.