COLOR #B492D4

HEX: #B492D4
RGB: (180,146,212)

Color info

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

RGB color model

#B492D4 color RGB value is (180,146,212).

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

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 212 of 255 = 83%

180
146
212

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

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 212 = 538 (100%)
R 180 of 538 ~ 33.46%
G 146 of 538 ~ 27.14%
B 212 of 538 ~ 39.41%

%33.46
%27.14
%39.41

CMYK color model

#B492D4 color CMYK value is (15,31,0,17).

  • cyan value is 15.09%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(15,31,0,17)
C15M31Y0K17 
(15%,31%,0%,17%)
(0.15/0.31/0.00/0.17)	

CMYK percentages

%15.09
%31.13
%0
%16.86

Codes

Color #B492D4 in popluar color models

B492D4
RGB180146212
HSL271°43.42%70.20%
HSB/HSV271°31.13%83.14%
CMYK15.09%31.13%0.00%
16.86%

Color #B492D4 in popluar number systems.

HEXB492D4
Decimal180146212
Binary101101001001001011010100
Octal264222324

Shades and tints

Shades of #B492D4

#B492D4
(180,146,212)
#A485C1
(164,133,193)
#9478AE
(148,120,174)
#846B9B
(132,107,155)
#745E88
(116,94,136)
#645175
(100,81,117)
#544462
(84,68,98)
#44374F
(68,55,79)
#342A3C
(52,42,60)
#241D29
(36,29,41)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #B492D4

#B492D4
(180,146,212)
#BA9BD7
(186,155,215)
#C0A4DA
(192,164,218)
#C6ADDD
(198,173,221)
#CCB6E0
(204,182,224)
#D2BFE3
(210,191,227)
#D8C8E6
(216,200,230)
#DED1E9
(222,209,233)
#E4DAEC
(228,218,236)
#EAE3EF
(234,227,239)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492D4; }

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

This text font color is #B492D4.


Background Color

.myBgColor { background-color: #B492D4; }

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

This div background color is #B492D4.


Border color

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

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

This div border color is #B492D4.


Opacity

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

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

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

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

This text has shadow with #B492D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B492D4 on black background.


Color preview on white background

This text has color #B492D4 on white background.



Black color preview on #B492D4 background

This text has black color on #B492D4 background.


White color preview on #B492D4 background

This text has white color on #B492D4 background.