COLOR #B7409E

HEX: #B7409E
RGB: (183,64,158)

Color info

#B7409E contains mainly red and blue colors. Web safe color of #B7409E is #CC3399 (or #C39).

RGB color model

#B7409E color RGB value is (183,64,158).

  • red value is 183;
  • green value is 64;
  • blue value is 158.
RGB:
(183,64,158)
(72%,25%,62%)

RGB channels and saturation

R 183 of 255 = 72%
G 64 of 255 = 25%
B 158 of 255 = 62%

183
64
158

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

Portions of RGB colors in percentages

R + G + B =
183 + 64 + 158 = 405 (100%)
R 183 of 405 ~ 45.19%
G 64 of 405 ~ 15.8%
B 158 of 405 ~ 39.01%

%45.19
%15.8
%39.01

CMYK color model

#B7409E color CMYK value is (0,65,14,28).

  • cyan value is 0.00%
  • magenta value is 65.03%
  • yellow value is 13.66%
  • key color value is 28.24%
CMYK:
(0,65,14,28)
C0M65Y14K28 
(0%,65%,14%,28%)
(0.00/0.65/0.14/0.28)	

CMYK percentages

%0
%65.03
%13.66
%28.24

Codes

Color #B7409E in popluar color models

B7409E
RGB18364158
HSL313°48.18%48.43%
HSB/HSV313°65.03%71.76%
CMYK0.00%65.03%13.66%
28.24%

Color #B7409E in popluar number systems.

HEXB7409E
Decimal18364158
Binary10110111100000010011110
Octal267100236

Shades and tints

Shades of #B7409E

#B7409E
(183,64,158)
#A73B90
(167,59,144)
#973682
(151,54,130)
#873174
(135,49,116)
#772C66
(119,44,102)
#672758
(103,39,88)
#57224A
(87,34,74)
#471D3C
(71,29,60)
#37182E
(55,24,46)
#271320
(39,19,32)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #B7409E

#B7409E
(183,64,158)
#BD51A6
(189,81,166)
#C362AE
(195,98,174)
#C973B6
(201,115,182)
#CF84BE
(207,132,190)
#D595C6
(213,149,198)
#DBA6CE
(219,166,206)
#E1B7D6
(225,183,214)
#E7C8DE
(231,200,222)
#EDD9E6
(237,217,230)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7409E color. Also use rgb(183,64,158) instead hex code.

Text Font Color

.myTextColor { color: #B7409E; }

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

This text font color is #B7409E.


Background Color

.myBgColor { background-color: #B7409E; }

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

This div background color is #B7409E.


Border color

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

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

This div border color is #B7409E.


Opacity

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

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

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

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

This text has shadow with #B7409E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7409E on black background.


Color preview on white background

This text has color #B7409E on white background.



Black color preview on #B7409E background

This text has black color on #B7409E background.


White color preview on #B7409E background

This text has white color on #B7409E background.