COLOR #B53C96

HEX: #B53C96 RGB: (181,60,150)

Color info

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

RGB color model

#B53C96 color RGB value is (181,60,150).

RGB: (181,60,150) (71%, 24%, 59%)

RGB channels and saturation

R 181 of 255 = 71%
G 60 of 255 = 24%
B 150 of 255 = 59%

181
60
150

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

Portions of RGB colors in percentages

R + G + B = 181 + 60 + 150 = 391 (100%)
R 181 of 391 ~ 46.29%
G 60 of 391 ~ 15.35%
B 150 of 391 ~ 38.36'%

%46.29
%15.35
%38.36

CMYK color model

#B53C96 color CMYK value is (0,67,17,29).

  • cyan value is 0.00%
  • magenta value is 66.85%
  • yellow value is 17.13%
  • key color value is 29.02%

CMYK: (0,67,17,29)
C0M67Y17K29 (0%, 67%, 17%, 29%)
(0.00 / 0.67 / 0.17 / 0.29)

CMYK percentages

%0
%66.85
%17.13
%29.02

Codes

Color #B53C96 in popluar color models

B5 3C 96
RGB 181 60 150
HSL 315° 50.21% 47.25%
HSB/HSV 315° 66.85% 70.98%
CMYK 0.00% 66.85% 17.13%
29.02%

Color #B53C96 in popluar number systems.

HEX B5 3C 96
Decimal 181 60 150
Binary 10110101 111100 10010110
Octal 265 74 226

Shades and tints

Shades of #B53C96

#B53C96
(181,60,150)
#A53789
(165,55,137)
#95327C
(149,50,124)
#852D6F
(133,45,111)
#752862
(117,40,98)
#652355
(101,35,85)
#551E48
(85,30,72)
#45193B
(69,25,59)
#35142E
(53,20,46)
#250F21
(37,15,33)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #B53C96

#B53C96
(181,60,150)
#BB4D9F
(187,77,159)
#C15EA8
(193,94,168)
#C76FB1
(199,111,177)
#CD80BA
(205,128,186)
#D391C3
(211,145,195)
#D9A2CC
(217,162,204)
#DFB3D5
(223,179,213)
#E5C4DE
(229,196,222)
#EBD5E7
(235,213,231)
#F1E6F0
(241,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B53C96; }

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

This text font color is #B53C96.

Background Color

.myBgColor { background-color: #B53C96; }

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

This div background color is #B53C96.

Border color

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

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

This div border color is #B53C96.

Opacity

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

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

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

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

This text has shadow with #B53C96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B53C96.

Preview

Color preview on black background

This text has color #B53C96 on black background.


Color preview on white background

This text has color #B53C96 on white background.


Black color preview on #B53C96 background

This text has black color on #B53C96 background.


White color preview on #B53C96 background

This text has white color on #B53C96 background.


Related colors

Complementary color

Complementary color for #hex is #4AC369.


I love getcolorcode.com

Triadic colors

1 #96B53C and #3C96B5 with #B53C96 are triadic colors.

2 #963CB5 and #3CB596 with #B53C96 are triadic colors.