COLOR #B759A4

HEX: #B759A4
RGB: (183,89,164)

Color info

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

RGB color model

#B759A4 color RGB value is (183,89,164).

  • red value is 183;
  • green value is 89;
  • blue value is 164.
RGB:
(183,89,164)
(72%,35%,64%)

RGB channels and saturation

R 183 of 255 = 72%
G 89 of 255 = 35%
B 164 of 255 = 64%

183
89
164

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

Portions of RGB colors in percentages

R + G + B =
183 + 89 + 164 = 436 (100%)
R 183 of 436 ~ 41.97%
G 89 of 436 ~ 20.41%
B 164 of 436 ~ 37.61%

%41.97
%20.41
%37.61

CMYK color model

#B759A4 color CMYK value is (0,51,10,28).

  • cyan value is 0.00%
  • magenta value is 51.37%
  • yellow value is 10.38%
  • key color value is 28.24%
CMYK:
(0,51,10,28)
C0M51Y10K28 
(0%,51%,10%,28%)
(0.00/0.51/0.10/0.28)	

CMYK percentages

%0
%51.37
%10.38
%28.24

Codes

Color #B759A4 in popluar color models

B759A4
RGB18389164
HSL312°39.50%53.33%
HSB/HSV312°51.37%71.76%
CMYK0.00%51.37%10.38%
28.24%

Color #B759A4 in popluar number systems.

HEXB759A4
Decimal18389164
Binary10110111101100110100100
Octal267131244

Shades and tints

Shades of #B759A4

#B759A4
(183,89,164)
#A75196
(167,81,150)
#974988
(151,73,136)
#87417A
(135,65,122)
#77396C
(119,57,108)
#67315E
(103,49,94)
#572950
(87,41,80)
#472142
(71,33,66)
#371934
(55,25,52)
#271126
(39,17,38)
#170918
(23,9,24)
#000000
(0,0,0)

Tints of #B759A4

#B759A4
(183,89,164)
#BD68AC
(189,104,172)
#C377B4
(195,119,180)
#C986BC
(201,134,188)
#CF95C4
(207,149,196)
#D5A4CC
(213,164,204)
#DBB3D4
(219,179,212)
#E1C2DC
(225,194,220)
#E7D1E4
(231,209,228)
#EDE0EC
(237,224,236)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B759A4 color. Also use rgb(183,89,164) instead hex code.

Text Font Color

.myTextColor { color: #B759A4; }

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

This text font color is #B759A4.


Background Color

.myBgColor { background-color: #B759A4; }

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

This div background color is #B759A4.


Border color

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

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

This div border color is #B759A4.


Opacity

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

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

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

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

This text has shadow with #B759A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B759A4 on black background.


Color preview on white background

This text has color #B759A4 on white background.



Black color preview on #B759A4 background

This text has black color on #B759A4 background.


White color preview on #B759A4 background

This text has white color on #B759A4 background.