COLOR #B2548C

HEX: #B2548C RGB: (178,84,140)

Color info

#B2548C contains mainly red and blue colors. Web safe color of #B2548C is #996699 (or #969).

RGB color model

#B2548C color RGB value is (178,84,140).

RGB: (178,84,140) (70%, 33%, 55%)

RGB channels and saturation

R 178 of 255 = 70%
G 84 of 255 = 33%
B 140 of 255 = 55%

178
84
140

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

Portions of RGB colors in percentages

R + G + B = 178 + 84 + 140 = 402 (100%)
R 178 of 402 ~ 44.28%
G 84 of 402 ~ 20.9%
B 140 of 402 ~ 34.83'%

%44.28
%20.9
%34.83

CMYK color model

#B2548C color CMYK value is (0,53,21,30).

  • cyan value is 0.00%
  • magenta value is 52.81%
  • yellow value is 21.35%
  • key color value is 30.20%

CMYK: (0,53,21,30)
C0M53Y21K30 (0%, 53%, 21%, 30%)
(0.00 / 0.53 / 0.21 / 0.30)

CMYK percentages

%0
%52.81
%21.35
%30.2

Codes

Color #B2548C in popluar color models

B2 54 8C
RGB 178 84 140
HSL 324° 37.90% 51.37%
HSB/HSV 324° 52.81% 69.80%
CMYK 0.00% 52.81% 21.35%
30.20%

Color #B2548C in popluar number systems.

HEX B2 54 8C
Decimal 178 84 140
Binary 10110010 1010100 10001100
Octal 262 124 214

Shades and tints

Shades of #B2548C

#B2548C
(178,84,140)
#A24D80
(162,77,128)
#924674
(146,70,116)
#823F68
(130,63,104)
#72385C
(114,56,92)
#623150
(98,49,80)
#522A44
(82,42,68)
#422338
(66,35,56)
#321C2C
(50,28,44)
#221520
(34,21,32)
#120E14
(18,14,20)
#000000
(0,0,0)

Tints of #B2548C

#B2548C
(178,84,140)
#B96396
(185,99,150)
#C072A0
(192,114,160)
#C781AA
(199,129,170)
#CE90B4
(206,144,180)
#D59FBE
(213,159,190)
#DCAEC8
(220,174,200)
#E3BDD2
(227,189,210)
#EACCDC
(234,204,220)
#F1DBE6
(241,219,230)
#F8EAF0
(248,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2548C color. Also use rgb(178,84,140) instead hex code.

Text Font Color

.myTextColor { color: #B2548C; }

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

This text font color is #B2548C.

Background Color

.myBgColor { background-color: #B2548C; }

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

This div background color is #B2548C.

Border color

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

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

This div border color is #B2548C.

Opacity

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

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

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

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

This text has shadow with #B2548C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2548C.

Preview

Color preview on black background

This text has color #B2548C on black background.


Color preview on white background

This text has color #B2548C on white background.


Black color preview on #B2548C background

This text has black color on #B2548C background.


White color preview on #B2548C background

This text has white color on #B2548C background.


Related colors

Complementary color

Complementary color for #hex is #4DAB73.


I love getcolorcode.com

Triadic colors

1 #8CB254 and #548CB2 with #B2548C are triadic colors.

2 #8C54B2 and #54B28C with #B2548C are triadic colors.