COLOR #B33482

HEX: #B33482
RGB: (179,52,130)

Color info

#B33482 contains mainly red and blue colors. Web safe color of #B33482 is #993399 (or #939).

RGB color model

#B33482 color RGB value is (179,52,130).

  • red value is 179;
  • green value is 52;
  • blue value is 130.
RGB:
(179,52,130)
(70%,20%,51%)

RGB channels and saturation

R 179 of 255 = 70%
G 52 of 255 = 20%
B 130 of 255 = 51%

179
52
130

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

Portions of RGB colors in percentages

R + G + B =
179 + 52 + 130 = 361 (100%)
R 179 of 361 ~ 49.58%
G 52 of 361 ~ 14.4%
B 130 of 361 ~ 36.01%

%49.58
%14.4
%36.01

CMYK color model

#B33482 color CMYK value is (0,71,27,30).

  • cyan value is 0.00%
  • magenta value is 70.95%
  • yellow value is 27.37%
  • key color value is 29.80%
CMYK:
(0,71,27,30)
C0M71Y27K30 
(0%,71%,27%,30%)
(0.00/0.71/0.27/0.30)	

CMYK percentages

%0
%70.95
%27.37
%29.8

Codes

Color #B33482 in popluar color models

B33482
RGB17952130
HSL323°54.98%45.29%
HSB/HSV323°70.95%70.20%
CMYK0.00%70.95%27.37%
29.80%

Color #B33482 in popluar number systems.

HEXB33482
Decimal17952130
Binary1011001111010010000010
Octal26364202

Shades and tints

Shades of #B33482

#B33482
(179,52,130)
#A33077
(163,48,119)
#932C6C
(147,44,108)
#832861
(131,40,97)
#732456
(115,36,86)
#63204B
(99,32,75)
#531C40
(83,28,64)
#431835
(67,24,53)
#33142A
(51,20,42)
#23101F
(35,16,31)
#130C14
(19,12,20)
#000000
(0,0,0)

Tints of #B33482

#B33482
(179,52,130)
#B9468D
(185,70,141)
#BF5898
(191,88,152)
#C56AA3
(197,106,163)
#CB7CAE
(203,124,174)
#D18EB9
(209,142,185)
#D7A0C4
(215,160,196)
#DDB2CF
(221,178,207)
#E3C4DA
(227,196,218)
#E9D6E5
(233,214,229)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B33482 color. Also use rgb(179,52,130) instead hex code.

Text Font Color

.myTextColor { color: #B33482; }

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

This text font color is #B33482.


Background Color

.myBgColor { background-color: #B33482; }

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

This div background color is #B33482.


Border color

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

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

This div border color is #B33482.


Opacity

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

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

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

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

This text has shadow with #B33482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B33482 on black background.


Color preview on white background

This text has color #B33482 on white background.



Black color preview on #B33482 background

This text has black color on #B33482 background.


White color preview on #B33482 background

This text has white color on #B33482 background.