COLOR #B03F75

HEX: #B03F75 RGB: (176,63,117)

Color info

#B03F75 contains mainly red and blue colors. Web safe color of #B03F75 is #993366 (or #936).

RGB color model

#B03F75 color RGB value is (176,63,117).

RGB: (176,63,117) (69%, 25%, 46%)

RGB channels and saturation

R 176 of 255 = 69%
G 63 of 255 = 25%
B 117 of 255 = 46%

176
63
117

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

Portions of RGB colors in percentages

R + G + B = 176 + 63 + 117 = 356 (100%)
R 176 of 356 ~ 49.44%
G 63 of 356 ~ 17.7%
B 117 of 356 ~ 32.87'%

%49.44
%17.7
%32.87

CMYK color model

#B03F75 color CMYK value is (0,64,34,31).

  • cyan value is 0.00%
  • magenta value is 64.20%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK: (0,64,34,31) C0M64Y34K31 (0%,64%,34%,31%) (0.00/0.64/0.34/0.31) 

CMYK percentages

%0
%64.2
%33.52
%30.98

Codes

Color #B03F75 in popluar color models

B0 3F 75
RGB 176 63 117
HSL 331° 47.28% 46.86%
HSB/HSV 331° 64.20% 69.02%
CMYK 0.00% 64.20% 33.52%
30.98%

Color #B03F75 in popluar number systems.

HEX B0 3F 75
Decimal 176 63 117
Binary 10110000 111111 1110101
Octal 260 77 165

Shades and tints

Shades of #B03F75

#B03F75
(176,63,117)
#A03A6B
(160,58,107)
#903561
(144,53,97)
#803057
(128,48,87)
#702B4D
(112,43,77)
#602643
(96,38,67)
#502139
(80,33,57)
#401C2F
(64,28,47)
#301725
(48,23,37)
#20121B
(32,18,27)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #B03F75

#B03F75
(176,63,117)
#B75081
(183,80,129)
#BE618D
(190,97,141)
#C57299
(197,114,153)
#CC83A5
(204,131,165)
#D394B1
(211,148,177)
#DAA5BD
(218,165,189)
#E1B6C9
(225,182,201)
#E8C7D5
(232,199,213)
#EFD8E1
(239,216,225)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B03F75 color. Also use rgb(176,63,117) instead hex code.

Text Font Color

.myTextColor { color: #B03F75; }

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

This text font color is #B03F75.

Background Color

.myBgColor { background-color: #B03F75; }

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

This div background color is #B03F75.

Border color

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

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

This div border color is #B03F75.

Opacity

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

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

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

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

This text has shadow with #B03F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B03F75.

Preview

Color preview on black background

This text has color #B03F75 on black background.


Color preview on white background

This text has color #B03F75 on white background.


Black color preview on #B03F75 background

This text has black color on #B03F75 background.


White color preview on #B03F75 background

This text has white color on #B03F75 background.


Related colors

Complementary color

Complementary color for #hex is #4FC08A.


I love getcolorcode.com

Triadic colors

1 #75B03F and #3F75B0 with #B03F75 are triadic colors.

2 #753FB0 and #3FB075 with #B03F75 are triadic colors.