COLOR #B05B93

HEX: #B05B93 RGB: (176,91,147)

Color info

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

RGB color model

#B05B93 color RGB value is (176,91,147).

RGB: (176,91,147) (69%, 36%, 58%)

RGB channels and saturation

R 176 of 255 = 69%
G 91 of 255 = 36%
B 147 of 255 = 58%

176
91
147

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

Portions of RGB colors in percentages

R + G + B = 176 + 91 + 147 = 414 (100%)
R 176 of 414 ~ 42.51%
G 91 of 414 ~ 21.98%
B 147 of 414 ~ 35.51'%

%42.51
%21.98
%35.51

CMYK color model

#B05B93 color CMYK value is (0,48,16,31).

  • cyan value is 0.00%
  • magenta value is 48.30%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK: (0,48,16,31) C0M48Y16K31 (0%,48%,16%,31%) (0.00/0.48/0.16/0.31) 

CMYK percentages

%0
%48.3
%16.48
%30.98

Codes

Color #B05B93 in popluar color models

B0 5B 93
RGB 176 91 147
HSL 320° 34.98% 52.35%
HSB/HSV 320° 48.30% 69.02%
CMYK 0.00% 48.30% 16.48%
30.98%

Color #B05B93 in popluar number systems.

HEX B0 5B 93
Decimal 176 91 147
Binary 10110000 1011011 10010011
Octal 260 133 223

Shades and tints

Shades of #B05B93

#B05B93
(176,91,147)
#A05386
(160,83,134)
#904B79
(144,75,121)
#80436C
(128,67,108)
#703B5F
(112,59,95)
#603352
(96,51,82)
#502B45
(80,43,69)
#402338
(64,35,56)
#301B2B
(48,27,43)
#20131E
(32,19,30)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #B05B93

#B05B93
(176,91,147)
#B7699C
(183,105,156)
#BE77A5
(190,119,165)
#C585AE
(197,133,174)
#CC93B7
(204,147,183)
#D3A1C0
(211,161,192)
#DAAFC9
(218,175,201)
#E1BDD2
(225,189,210)
#E8CBDB
(232,203,219)
#EFD9E4
(239,217,228)
#F6E7ED
(246,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B05B93; }

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

This text font color is #B05B93.

Background Color

.myBgColor { background-color: #B05B93; }

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

This div background color is #B05B93.

Border color

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

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

This div border color is #B05B93.

Opacity

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

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

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

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

This text has shadow with #B05B93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B05B93.

Preview

Color preview on black background

This text has color #B05B93 on black background.


Color preview on white background

This text has color #B05B93 on white background.


Black color preview on #B05B93 background

This text has black color on #B05B93 background.


White color preview on #B05B93 background

This text has white color on #B05B93 background.


Related colors

Complementary color

Complementary color for #hex is #4FA46C.


I love getcolorcode.com

Triadic colors

1 #93B05B and #5B93B0 with #B05B93 are triadic colors.

2 #935BB0 and #5BB093 with #B05B93 are triadic colors.