COLOR #B492BF

HEX: #B492BF
RGB: (180,146,191)

Color info

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

RGB color model

#B492BF color RGB value is (180,146,191).

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

RGB channels and saturation

R 180 of 255 = 71%
G 146 of 255 = 57%
B 191 of 255 = 75%

180
146
191

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

Portions of RGB colors in percentages

R + G + B =
180 + 146 + 191 = 517 (100%)
R 180 of 517 ~ 34.82%
G 146 of 517 ~ 28.24%
B 191 of 517 ~ 36.94%

%34.82
%28.24
%36.94

CMYK color model

#B492BF color CMYK value is (6,24,0,25).

  • cyan value is 5.76%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (6,24,0,25) C6M24Y0K25 (6%,24%,0%,25%) (0.06/0.24/0.00/0.25)

CMYK percentages

%5.76
%23.56
%0
%25.1

Codes

Color #B492BF in popluar color models

B492BF
RGB180146191
HSL285°26.01%66.08%
HSB/HSV285°23.56%74.90%
CMYK5.76%23.56%0.00%
25.10%

Color #B492BF in popluar number systems.

HEXB492BF
Decimal180146191
Binary101101001001001010111111
Octal264222277

Shades and tints

Shades of #B492BF

#B492BF
(180,146,191)
#A485AE
(164,133,174)
#94789D
(148,120,157)
#846B8C
(132,107,140)
#745E7B
(116,94,123)
#64516A
(100,81,106)
#544459
(84,68,89)
#443748
(68,55,72)
#342A37
(52,42,55)
#241D26
(36,29,38)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #B492BF

#B492BF
(180,146,191)
#BA9BC4
(186,155,196)
#C0A4C9
(192,164,201)
#C6ADCE
(198,173,206)
#CCB6D3
(204,182,211)
#D2BFD8
(210,191,216)
#D8C8DD
(216,200,221)
#DED1E2
(222,209,226)
#E4DAE7
(228,218,231)
#EAE3EC
(234,227,236)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B492BF; }

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

This text font color is #B492BF.


Background Color

.myBgColor { background-color: #B492BF; }

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

This div background color is #B492BF.


Border color

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

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

This div border color is #B492BF.


Opacity

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

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

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

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

This text has shadow with #B492BF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B492BF on black background.


Color preview on white background

This text has color #B492BF on white background.



Black color preview on #B492BF background

This text has black color on #B492BF background.


White color preview on #B492BF background

This text has white color on #B492BF background.