COLOR #B492B1

HEX: #B492B1 RGB: (180,146,177)

Color info

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

RGB color model

#B492B1 color RGB value is (180,146,177).

RGB: (180,146,177) (71%, 57%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 177 of 255 = 69%

180
146
177

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

Portions of RGB colors in percentages

R + G + B = 180 + 146 + 177 = 503 (100%)
R 180 of 503 ~ 35.79%
G 146 of 503 ~ 29.03%
B 177 of 503 ~ 35.19'%

%35.79
%29.03
%35.19

CMYK color model

#B492B1 color CMYK value is (0,19,2,29).

  • cyan value is 0.00%
  • magenta value is 18.89%
  • yellow value is 1.67%
  • key color value is 29.41%

CMYK: (0,19,2,29)
C0M19Y2K29 (0%, 19%, 2%, 29%)
(0.00 / 0.19 / 0.02 / 0.29)

CMYK percentages

%0
%18.89
%1.67
%29.41

Codes

Color #B492B1 in popluar color models

B4 92 B1
RGB 180 146 177
HSL 305° 18.48% 63.92%
HSB/HSV 305° 18.89% 70.59%
CMYK 0.00% 18.89% 1.67%
29.41%

Color #B492B1 in popluar number systems.

HEX B4 92 B1
Decimal 180 146 177
Binary 10110100 10010010 10110001
Octal 264 222 261

Shades and tints

Shades of #B492B1

#B492B1
(180,146,177)
#A485A1
(164,133,161)
#947891
(148,120,145)
#846B81
(132,107,129)
#745E71
(116,94,113)
#645161
(100,81,97)
#544451
(84,68,81)
#443741
(68,55,65)
#342A31
(52,42,49)
#241D21
(36,29,33)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #B492B1

#B492B1
(180,146,177)
#BA9BB8
(186,155,184)
#C0A4BF
(192,164,191)
#C6ADC6
(198,173,198)
#CCB6CD
(204,182,205)
#D2BFD4
(210,191,212)
#D8C8DB
(216,200,219)
#DED1E2
(222,209,226)
#E4DAE9
(228,218,233)
#EAE3F0
(234,227,240)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492B1; }

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

This text font color is #B492B1.

Background Color

.myBgColor { background-color: #B492B1; }

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

This div background color is #B492B1.

Border color

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

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

This div border color is #B492B1.

Opacity

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

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

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

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

This text has shadow with #B492B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B492B1.

Preview

Color preview on black background

This text has color #B492B1 on black background.


Color preview on white background

This text has color #B492B1 on white background.


Black color preview on #B492B1 background

This text has black color on #B492B1 background.


White color preview on #B492B1 background

This text has white color on #B492B1 background.


Related colors

Complementary color

Complementary color for #hex is #4B6D4E.


I love getcolorcode.com

Triadic colors

1 #B1B492 and #92B1B4 with #B492B1 are triadic colors.

2 #B192B4 and #92B4B1 with #B492B1 are triadic colors.