COLOR #B492C1

HEX: #B492C1
RGB: (180,146,193)

Color info

#B492C1 contains red, green and blue colors in about the same proportion. Web safe color of #B492C1 is #CC99CC (or #C9C).

RGB color model

#B492C1 color RGB value is (180,146,193).

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

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 193 of 255 = 76%

180
146
193

R + G + B ~ 68%. #B492C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 193 = 519 (100%)
R 180 of 519 ~ 34.68%
G 146 of 519 ~ 28.13%
B 193 of 519 ~ 37.19%

%34.68
%28.13
%37.19

CMYK color model

#B492C1 color CMYK value is (7,24,0,24).

  • cyan value is 6.74%
  • magenta value is 24.35%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(7,24,0,24)
C7M24Y0K24 
(7%,24%,0%,24%)
(0.07/0.24/0.00/0.24)	

CMYK percentages

%6.74
%24.35
%0
%24.31

Codes

Color #B492C1 in popluar color models

B492C1
RGB180146193
HSL283°27.49%66.47%
HSB/HSV283°24.35%75.69%
CMYK6.74%24.35%0.00%
24.31%

Color #B492C1 in popluar number systems.

HEXB492C1
Decimal180146193
Binary101101001001001011000001
Octal264222301

Shades and tints

Shades of #B492C1

#B492C1
(180,146,193)
#A485B0
(164,133,176)
#94789F
(148,120,159)
#846B8E
(132,107,142)
#745E7D
(116,94,125)
#64516C
(100,81,108)
#54445B
(84,68,91)
#44374A
(68,55,74)
#342A39
(52,42,57)
#241D28
(36,29,40)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #B492C1

#B492C1
(180,146,193)
#BA9BC6
(186,155,198)
#C0A4CB
(192,164,203)
#C6ADD0
(198,173,208)
#CCB6D5
(204,182,213)
#D2BFDA
(210,191,218)
#D8C8DF
(216,200,223)
#DED1E4
(222,209,228)
#E4DAE9
(228,218,233)
#EAE3EE
(234,227,238)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492C1; }

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

This text font color is #B492C1.


Background Color

.myBgColor { background-color: #B492C1; }

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

This div background color is #B492C1.


Border color

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

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

This div border color is #B492C1.


Opacity

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

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

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

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

This text has shadow with #B492C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B492C1 on black background.


Color preview on white background

This text has color #B492C1 on white background.



Black color preview on #B492C1 background

This text has black color on #B492C1 background.


White color preview on #B492C1 background

This text has white color on #B492C1 background.