COLOR #B457B3

HEX: #B457B3
RGB: (180,87,179)

Color info

#B457B3 contains mainly red and blue colors. Web safe color of #B457B3 is #CC6699 (or #C69).

RGB color model

#B457B3 color RGB value is (180,87,179).

  • red value is 180;
  • green value is 87;
  • blue value is 179.
RGB:
(180,87,179)
(71%,34%,70%)

RGB channels and saturation

R 180 of 255 = 71%
G 87 of 255 = 34%
B 179 of 255 = 70%

180
87
179

R + G + B ~ 58%. #B457B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 87 + 179 = 446 (100%)
R 180 of 446 ~ 40.36%
G 87 of 446 ~ 19.51%
B 179 of 446 ~ 40.13%

%40.36
%19.51
%40.13

CMYK color model

#B457B3 color CMYK value is (0,52,1,29).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 0.56%
  • key color value is 29.41%
CMYK:
(0,52,1,29)
C0M52Y1K29 
(0%,52%,1%,29%)
(0.00/0.52/0.01/0.29)	

CMYK percentages

%0
%51.67
%0.56
%29.41

Codes

Color #B457B3 in popluar color models

B457B3
RGB18087179
HSL301°38.27%52.35%
HSB/HSV301°51.67%70.59%
CMYK0.00%51.67%0.56%
29.41%

Color #B457B3 in popluar number systems.

HEXB457B3
Decimal18087179
Binary10110100101011110110011
Octal264127263

Shades and tints

Shades of #B457B3

#B457B3
(180,87,179)
#A450A3
(164,80,163)
#944993
(148,73,147)
#844283
(132,66,131)
#743B73
(116,59,115)
#643463
(100,52,99)
#542D53
(84,45,83)
#442643
(68,38,67)
#341F33
(52,31,51)
#241823
(36,24,35)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #B457B3

#B457B3
(180,87,179)
#BA66B9
(186,102,185)
#C075BF
(192,117,191)
#C684C5
(198,132,197)
#CC93CB
(204,147,203)
#D2A2D1
(210,162,209)
#D8B1D7
(216,177,215)
#DEC0DD
(222,192,221)
#E4CFE3
(228,207,227)
#EADEE9
(234,222,233)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B457B3 color. Also use rgb(180,87,179) instead hex code.

Text Font Color

.myTextColor { color: #B457B3; }

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

This text font color is #B457B3.


Background Color

.myBgColor { background-color: #B457B3; }

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

This div background color is #B457B3.


Border color

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

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

This div border color is #B457B3.


Opacity

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

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

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

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

This text has shadow with #B457B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B457B3 on black background.


Color preview on white background

This text has color #B457B3 on white background.



Black color preview on #B457B3 background

This text has black color on #B457B3 background.


White color preview on #B457B3 background

This text has white color on #B457B3 background.