COLOR #B05A93

HEX: #B05A93 RGB: (176,90,147)

Color info

#B05A93 contains mainly red and blue colors. Web safe color of #B05A93 is #996699 (or #969).

RGB color model

#B05A93 color RGB value is (176,90,147).

RGB: (176,90,147) (69%, 35%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 90 of 255 = 35%
B 147 of 255 = 58%

176
90
147

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

Portions of RGB colors in percentages

R + G + B = 176 + 90 + 147 = 413 (100%)
R 176 of 413 ~ 42.62%
G 90 of 413 ~ 21.79%
B 147 of 413 ~ 35.59'%

%42.62
%21.79
%35.59

CMYK color model

#B05A93 color CMYK value is (0,49,16,31).

  • cyan value is 0.00%
  • magenta value is 48.86%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK: (0,49,16,31) C0M49Y16K31 (0%,49%,16%,31%) (0.00/0.49/0.16/0.31) 

CMYK percentages

%0
%48.86
%16.48
%30.98

Codes

Color #B05A93 in popluar color models

B0 5A 93
RGB 176 90 147
HSL 320° 35.25% 52.16%
HSB/HSV 320° 48.86% 69.02%
CMYK 0.00% 48.86% 16.48%
30.98%

Color #B05A93 in popluar number systems.

HEX B0 5A 93
Decimal 176 90 147
Binary 10110000 1011010 10010011
Octal 260 132 223

Shades and tints

Shades of #B05A93

#B05A93
(176,90,147)
#A05286
(160,82,134)
#904A79
(144,74,121)
#80426C
(128,66,108)
#703A5F
(112,58,95)
#603252
(96,50,82)
#502A45
(80,42,69)
#402238
(64,34,56)
#301A2B
(48,26,43)
#20121E
(32,18,30)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #B05A93

#B05A93
(176,90,147)
#B7699C
(183,105,156)
#BE78A5
(190,120,165)
#C587AE
(197,135,174)
#CC96B7
(204,150,183)
#D3A5C0
(211,165,192)
#DAB4C9
(218,180,201)
#E1C3D2
(225,195,210)
#E8D2DB
(232,210,219)
#EFE1E4
(239,225,228)
#F6F0ED
(246,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B05A93 color. Also use rgb(176,90,147) instead hex code.

Text Font Color

.myTextColor { color: #B05A93; }

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

This text font color is #B05A93.

Background Color

.myBgColor { background-color: #B05A93; }

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

This div background color is #B05A93.

Border color

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

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

This div border color is #B05A93.

Opacity

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

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

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

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

This text has shadow with #B05A93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05A93.

Preview

Color preview on black background

This text has color #B05A93 on black background.


Color preview on white background

This text has color #B05A93 on white background.


Black color preview on #B05A93 background

This text has black color on #B05A93 background.


White color preview on #B05A93 background

This text has white color on #B05A93 background.


Related colors

Complementary color

Complementary color for #hex is #4FA56C.


I love getcolorcode.com

Triadic colors

1 #93B05A and #5A93B0 with #B05A93 are triadic colors.

2 #935AB0 and #5AB093 with #B05A93 are triadic colors.