COLOR #B747B3

HEX: #B747B3
RGB: (183,71,179)

Color info

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

RGB color model

#B747B3 color RGB value is (183,71,179).

  • red value is 183;
  • green value is 71;
  • blue value is 179.
RGB:
(183,71,179)
(72%,28%,70%)

RGB channels and saturation

R 183 of 255 = 72%
G 71 of 255 = 28%
B 179 of 255 = 70%

183
71
179

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

Portions of RGB colors in percentages

R + G + B =
183 + 71 + 179 = 433 (100%)
R 183 of 433 ~ 42.26%
G 71 of 433 ~ 16.4%
B 179 of 433 ~ 41.34%

%42.26
%16.4
%41.34

CMYK color model

#B747B3 color CMYK value is (0,61,2,28).

  • cyan value is 0.00%
  • magenta value is 61.20%
  • yellow value is 2.19%
  • key color value is 28.24%
CMYK:
(0,61,2,28)
C0M61Y2K28 
(0%,61%,2%,28%)
(0.00/0.61/0.02/0.28)	

CMYK percentages

%0
%61.2
%2.19
%28.24

Codes

Color #B747B3 in popluar color models

B747B3
RGB18371179
HSL302°44.09%49.80%
HSB/HSV302°61.20%71.76%
CMYK0.00%61.20%2.19%
28.24%

Color #B747B3 in popluar number systems.

HEXB747B3
Decimal18371179
Binary10110111100011110110011
Octal267107263

Shades and tints

Shades of #B747B3

#B747B3
(183,71,179)
#A741A3
(167,65,163)
#973B93
(151,59,147)
#873583
(135,53,131)
#772F73
(119,47,115)
#672963
(103,41,99)
#572353
(87,35,83)
#471D43
(71,29,67)
#371733
(55,23,51)
#271123
(39,17,35)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #B747B3

#B747B3
(183,71,179)
#BD57B9
(189,87,185)
#C367BF
(195,103,191)
#C977C5
(201,119,197)
#CF87CB
(207,135,203)
#D597D1
(213,151,209)
#DBA7D7
(219,167,215)
#E1B7DD
(225,183,221)
#E7C7E3
(231,199,227)
#EDD7E9
(237,215,233)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B747B3 color. Also use rgb(183,71,179) instead hex code.

Text Font Color

.myTextColor { color: #B747B3; }

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

This text font color is #B747B3.


Background Color

.myBgColor { background-color: #B747B3; }

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

This div background color is #B747B3.


Border color

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

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

This div border color is #B747B3.


Opacity

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

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

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

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

This text has shadow with #B747B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B747B3 on black background.


Color preview on white background

This text has color #B747B3 on white background.



Black color preview on #B747B3 background

This text has black color on #B747B3 background.


White color preview on #B747B3 background

This text has white color on #B747B3 background.