COLOR #B761A1

HEX: #B761A1
RGB: (183,97,161)

Color info

#B761A1 contains mainly red and blue colors. Web safe color of #B761A1 is #CC6699 (or #C69).

RGB color model

#B761A1 color RGB value is (183,97,161).

  • red value is 183;
  • green value is 97;
  • blue value is 161.
RGB:
(183,97,161)
(72%,38%,63%)

RGB channels and saturation

R 183 of 255 = 72%
G 97 of 255 = 38%
B 161 of 255 = 63%

183
97
161

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

Portions of RGB colors in percentages

R + G + B =
183 + 97 + 161 = 441 (100%)
R 183 of 441 ~ 41.5%
G 97 of 441 ~ 22%
B 161 of 441 ~ 36.51%

%41.5
%22
%36.51

CMYK color model

#B761A1 color CMYK value is (0,47,12,28).

  • cyan value is 0.00%
  • magenta value is 46.99%
  • yellow value is 12.02%
  • key color value is 28.24%
CMYK:
(0,47,12,28)
C0M47Y12K28 
(0%,47%,12%,28%)
(0.00/0.47/0.12/0.28)	

CMYK percentages

%0
%46.99
%12.02
%28.24

Codes

Color #B761A1 in popluar color models

B761A1
RGB18397161
HSL315°37.39%54.90%
HSB/HSV315°46.99%71.76%
CMYK0.00%46.99%12.02%
28.24%

Color #B761A1 in popluar number systems.

HEXB761A1
Decimal18397161
Binary10110111110000110100001
Octal267141241

Shades and tints

Shades of #B761A1

#B761A1
(183,97,161)
#A75993
(167,89,147)
#975185
(151,81,133)
#874977
(135,73,119)
#774169
(119,65,105)
#67395B
(103,57,91)
#57314D
(87,49,77)
#47293F
(71,41,63)
#372131
(55,33,49)
#271923
(39,25,35)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #B761A1

#B761A1
(183,97,161)
#BD6FA9
(189,111,169)
#C37DB1
(195,125,177)
#C98BB9
(201,139,185)
#CF99C1
(207,153,193)
#D5A7C9
(213,167,201)
#DBB5D1
(219,181,209)
#E1C3D9
(225,195,217)
#E7D1E1
(231,209,225)
#EDDFE9
(237,223,233)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B761A1 color. Also use rgb(183,97,161) instead hex code.

Text Font Color

.myTextColor { color: #B761A1; }

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

This text font color is #B761A1.


Background Color

.myBgColor { background-color: #B761A1; }

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

This div background color is #B761A1.


Border color

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

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

This div border color is #B761A1.


Opacity

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

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

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

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

This text has shadow with #B761A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B761A1 on black background.


Color preview on white background

This text has color #B761A1 on white background.



Black color preview on #B761A1 background

This text has black color on #B761A1 background.


White color preview on #B761A1 background

This text has white color on #B761A1 background.