COLOR #B492D2

HEX: #B492D2 RGB: (180,146,210)

Color info

#B492D2 contains mainly red and blue colors. Web safe color of #B492D2 is #CC99CC (or #C9C).

RGB color model

#B492D2 color RGB value is (180,146,210).

RGB: (180,146,210) (71%, 57%, 82%)

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 210 of 255 = 82%

180
146
210

R + G + B ~ 70%. #B492D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 146 + 210 = 536 (100%)
R 180 of 536 ~ 33.58%
G 146 of 536 ~ 27.24%
B 210 of 536 ~ 39.18'%

%33.58
%27.24
%39.18

CMYK color model

#B492D2 color CMYK value is (14,30,0,18).

  • cyan value is 14.29%
  • magenta value is 30.48%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (14,30,0,18)
C14M30Y0K18 (14%, 30%, 0%, 18%)
(0.14 / 0.30 / 0.00 / 0.18)

CMYK percentages

%14.29
%30.48
%0
%17.65

Codes

Color #B492D2 in popluar color models

B4 92 D2
RGB 180 146 210
HSL 272° 41.56% 69.80%
HSB/HSV 272° 30.48% 82.35%
CMYK 14.29% 30.48% 0.00%
17.65%

Color #B492D2 in popluar number systems.

HEX B4 92 D2
Decimal 180 146 210
Binary 10110100 10010010 11010010
Octal 264 222 322

Shades and tints

Shades of #B492D2

#B492D2
(180,146,210)
#A485BF
(164,133,191)
#9478AC
(148,120,172)
#846B99
(132,107,153)
#745E86
(116,94,134)
#645173
(100,81,115)
#544460
(84,68,96)
#44374D
(68,55,77)
#342A3A
(52,42,58)
#241D27
(36,29,39)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #B492D2

#B492D2
(180,146,210)
#BA9BD6
(186,155,214)
#C0A4DA
(192,164,218)
#C6ADDE
(198,173,222)
#CCB6E2
(204,182,226)
#D2BFE6
(210,191,230)
#D8C8EA
(216,200,234)
#DED1EE
(222,209,238)
#E4DAF2
(228,218,242)
#EAE3F6
(234,227,246)
#F0ECFA
(240,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492D2; }

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

This text font color is #B492D2.

Background Color

.myBgColor { background-color: #B492D2; }

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

This div background color is #B492D2.

Border color

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

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

This div border color is #B492D2.

Opacity

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

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

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

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

This text has shadow with #B492D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B492D2.

Preview

Color preview on black background

This text has color #B492D2 on black background.


Color preview on white background

This text has color #B492D2 on white background.


Black color preview on #B492D2 background

This text has black color on #B492D2 background.


White color preview on #B492D2 background

This text has white color on #B492D2 background.


Related colors

Complementary color

Complementary color for #hex is #4B6D2D.


I love getcolorcode.com

Triadic colors

1 #D2B492 and #92D2B4 with #B492D2 are triadic colors.

2 #D292B4 and #92B4D2 with #B492D2 are triadic colors.