COLOR #B53283

HEX: #B53283
RGB: (181,50,131)

Color info

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

RGB color model

#B53283 color RGB value is (181,50,131).

  • red value is 181;
  • green value is 50;
  • blue value is 131.
RGB:
(181,50,131)
(71%,20%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 50 of 255 = 20%
B 131 of 255 = 51%

181
50
131

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

Portions of RGB colors in percentages

R + G + B =
181 + 50 + 131 = 362 (100%)
R 181 of 362 ~ 50%
G 50 of 362 ~ 13.81%
B 131 of 362 ~ 36.19%

%50
%13.81
%36.19

CMYK color model

#B53283 color CMYK value is (0,72,28,29).

  • cyan value is 0.00%
  • magenta value is 72.38%
  • yellow value is 27.62%
  • key color value is 29.02%
CMYK:
(0,72,28,29)
C0M72Y28K29 
(0%,72%,28%,29%)
(0.00/0.72/0.28/0.29)	

CMYK percentages

%0
%72.38
%27.62
%29.02

Codes

Color #B53283 in popluar color models

B53283
RGB18150131
HSL323°56.71%45.29%
HSB/HSV323°72.38%70.98%
CMYK0.00%72.38%27.62%
29.02%

Color #B53283 in popluar number systems.

HEXB53283
Decimal18150131
Binary1011010111001010000011
Octal26562203

Shades and tints

Shades of #B53283

#B53283
(181,50,131)
#A52E78
(165,46,120)
#952A6D
(149,42,109)
#852662
(133,38,98)
#752257
(117,34,87)
#651E4C
(101,30,76)
#551A41
(85,26,65)
#451636
(69,22,54)
#35122B
(53,18,43)
#250E20
(37,14,32)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #B53283

#B53283
(181,50,131)
#BB448E
(187,68,142)
#C15699
(193,86,153)
#C768A4
(199,104,164)
#CD7AAF
(205,122,175)
#D38CBA
(211,140,186)
#D99EC5
(217,158,197)
#DFB0D0
(223,176,208)
#E5C2DB
(229,194,219)
#EBD4E6
(235,212,230)
#F1E6F1
(241,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B53283 color. Also use rgb(181,50,131) instead hex code.

Text Font Color

.myTextColor { color: #B53283; }

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

This text font color is #B53283.


Background Color

.myBgColor { background-color: #B53283; }

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

This div background color is #B53283.


Border color

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

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

This div border color is #B53283.


Opacity

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

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

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

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

This text has shadow with #B53283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B53283 on black background.


Color preview on white background

This text has color #B53283 on white background.



Black color preview on #B53283 background

This text has black color on #B53283 background.


White color preview on #B53283 background

This text has white color on #B53283 background.