COLOR #B83279

HEX: #B83279 RGB: (184,50,121)

Color info

#B83279 contains mainly red color. Web safe color of #B83279 is #CC3366 (or #C36).

RGB color model

#B83279 color RGB value is (184,50,121).

RGB: (184,50,121) (72%, 20%, 47%)

RGB channels and saturation

R 184 of 255 = 72%
G 50 of 255 = 20%
B 121 of 255 = 47%

184
50
121

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

Portions of RGB colors in percentages

R + G + B = 184 + 50 + 121 = 355 (100%)
R 184 of 355 ~ 51.83%
G 50 of 355 ~ 14.08%
B 121 of 355 ~ 34.08'%

%51.83
%14.08
%34.08

CMYK color model

#B83279 color CMYK value is (0,73,34,28).

  • cyan value is 0.00%
  • magenta value is 72.83%
  • yellow value is 34.24%
  • key color value is 27.84%

CMYK: (0,73,34,28)
C0M73Y34K28 (0%, 73%, 34%, 28%)
(0.00 / 0.73 / 0.34 / 0.28)

CMYK percentages

%0
%72.83
%34.24
%27.84

Codes

Color #B83279 in popluar color models

B8 32 79
RGB 184 50 121
HSL 328° 57.26% 45.88%
HSB/HSV 328° 72.83% 72.16%
CMYK 0.00% 72.83% 34.24%
27.84%

Color #B83279 in popluar number systems.

HEX B8 32 79
Decimal 184 50 121
Binary 10111000 110010 1111001
Octal 270 62 171

Shades and tints

Shades of #B83279

#B83279
(184,50,121)
#A82E6E
(168,46,110)
#982A63
(152,42,99)
#882658
(136,38,88)
#78224D
(120,34,77)
#681E42
(104,30,66)
#581A37
(88,26,55)
#48162C
(72,22,44)
#381221
(56,18,33)
#280E16
(40,14,22)
#180A0B
(24,10,11)
#000000
(0,0,0)

Tints of #B83279

#B83279
(184,50,121)
#BE4485
(190,68,133)
#C45691
(196,86,145)
#CA689D
(202,104,157)
#D07AA9
(208,122,169)
#D68CB5
(214,140,181)
#DC9EC1
(220,158,193)
#E2B0CD
(226,176,205)
#E8C2D9
(232,194,217)
#EED4E5
(238,212,229)
#F4E6F1
(244,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B83279 color. Also use rgb(184,50,121) instead hex code.

Text Font Color

.myTextColor { color: #B83279; }

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

This text font color is #B83279.

Background Color

.myBgColor { background-color: #B83279; }

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

This div background color is #B83279.

Border color

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

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

This div border color is #B83279.

Opacity

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

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

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

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

This text has shadow with #B83279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B83279.

Preview

Color preview on black background

This text has color #B83279 on black background.


Color preview on white background

This text has color #B83279 on white background.


Black color preview on #B83279 background

This text has black color on #B83279 background.


White color preview on #B83279 background

This text has white color on #B83279 background.


Related colors

Complementary color

Complementary color for #hex is #47CD86.


I love getcolorcode.com

Triadic colors

1 #79B832 and #3279B8 with #B83279 are triadic colors.

2 #7932B8 and #32B879 with #B83279 are triadic colors.