COLOR #B53C8C

HEX: #B53C8C
RGB: (181,60,140)

Color info

#B53C8C contains mainly red and blue colors. Web safe color of #B53C8C is #CC3399 (or #C39).

RGB color model

#B53C8C color RGB value is (181,60,140).

  • red value is 181;
  • green value is 60;
  • blue value is 140.
RGB:
(181,60,140)
(71%,24%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 60 of 255 = 24%
B 140 of 255 = 55%

181
60
140

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

Portions of RGB colors in percentages

R + G + B =
181 + 60 + 140 = 381 (100%)
R 181 of 381 ~ 47.51%
G 60 of 381 ~ 15.75%
B 140 of 381 ~ 36.75%

%47.51
%15.75
%36.75

CMYK color model

#B53C8C color CMYK value is (0,67,23,29).

  • cyan value is 0.00%
  • magenta value is 66.85%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,67,23,29)
C0M67Y23K29 
(0%,67%,23%,29%)
(0.00/0.67/0.23/0.29)	

CMYK percentages

%0
%66.85
%22.65
%29.02

Codes

Color #B53C8C in popluar color models

B53C8C
RGB18160140
HSL320°50.21%47.25%
HSB/HSV320°66.85%70.98%
CMYK0.00%66.85%22.65%
29.02%

Color #B53C8C in popluar number systems.

HEXB53C8C
Decimal18160140
Binary1011010111110010001100
Octal26574214

Shades and tints

Shades of #B53C8C

#B53C8C
(181,60,140)
#A53780
(165,55,128)
#953274
(149,50,116)
#852D68
(133,45,104)
#75285C
(117,40,92)
#652350
(101,35,80)
#551E44
(85,30,68)
#451938
(69,25,56)
#35142C
(53,20,44)
#250F20
(37,15,32)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #B53C8C

#B53C8C
(181,60,140)
#BB4D96
(187,77,150)
#C15EA0
(193,94,160)
#C76FAA
(199,111,170)
#CD80B4
(205,128,180)
#D391BE
(211,145,190)
#D9A2C8
(217,162,200)
#DFB3D2
(223,179,210)
#E5C4DC
(229,196,220)
#EBD5E6
(235,213,230)
#F1E6F0
(241,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53C8C color. Also use rgb(181,60,140) instead hex code.

Text Font Color

.myTextColor { color: #B53C8C; }

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

This text font color is #B53C8C.


Background Color

.myBgColor { background-color: #B53C8C; }

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

This div background color is #B53C8C.


Border color

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

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

This div border color is #B53C8C.


Opacity

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

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

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

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

This text has shadow with #B53C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53C8C on black background.


Color preview on white background

This text has color #B53C8C on white background.



Black color preview on #B53C8C background

This text has black color on #B53C8C background.


White color preview on #B53C8C background

This text has white color on #B53C8C background.