COLOR #B0607C

HEX: #B0607C
RGB: (176,96,124)

Color info

#B0607C contains mainly red and blue colors. Web safe color of #B0607C is #996666 (or #966).

RGB color model

#B0607C color RGB value is (176,96,124).

  • red value is 176;
  • green value is 96;
  • blue value is 124.
RGB:
(176,96,124)
(69%,38%,49%)

RGB channels and saturation

R 176 of 255 = 69%
G 96 of 255 = 38%
B 124 of 255 = 49%

176
96
124

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

Portions of RGB colors in percentages

R + G + B =
176 + 96 + 124 = 396 (100%)
R 176 of 396 ~ 44.44%
G 96 of 396 ~ 24.24%
B 124 of 396 ~ 31.31%

%44.44
%24.24
%31.31

CMYK color model

#B0607C color CMYK value is (0,45,30,31).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 29.55%
  • key color value is 30.98%
CMYK:
(0,45,30,31)
C0M45Y30K31 
(0%,45%,30%,31%)
(0.00/0.45/0.30/0.31)	

CMYK percentages

%0
%45.45
%29.55
%30.98

Codes

Color #B0607C in popluar color models

B0607C
RGB17696124
HSL339°33.61%53.33%
HSB/HSV339°45.45%69.02%
CMYK0.00%45.45%29.55%
30.98%

Color #B0607C in popluar number systems.

HEXB0607C
Decimal17696124
Binary1011000011000001111100
Octal260140174

Shades and tints

Shades of #B0607C

#B0607C
(176,96,124)
#A05871
(160,88,113)
#905066
(144,80,102)
#80485B
(128,72,91)
#704050
(112,64,80)
#603845
(96,56,69)
#50303A
(80,48,58)
#40282F
(64,40,47)
#302024
(48,32,36)
#201819
(32,24,25)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #B0607C

#B0607C
(176,96,124)
#B76E87
(183,110,135)
#BE7C92
(190,124,146)
#C58A9D
(197,138,157)
#CC98A8
(204,152,168)
#D3A6B3
(211,166,179)
#DAB4BE
(218,180,190)
#E1C2C9
(225,194,201)
#E8D0D4
(232,208,212)
#EFDEDF
(239,222,223)
#F6ECEA
(246,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0607C color. Also use rgb(176,96,124) instead hex code.

Text Font Color

.myTextColor { color: #B0607C; }

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

This text font color is #B0607C.


Background Color

.myBgColor { background-color: #B0607C; }

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

This div background color is #B0607C.


Border color

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

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

This div border color is #B0607C.


Opacity

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

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

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

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

This text has shadow with #B0607C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0607C on black background.


Color preview on white background

This text has color #B0607C on white background.



Black color preview on #B0607C background

This text has black color on #B0607C background.


White color preview on #B0607C background

This text has white color on #B0607C background.