COLOR #B754A6

HEX: #B754A6 RGB: (183,84,166)

Color info

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

RGB color model

#B754A6 color RGB value is (183,84,166).

RGB: (183,84,166) (72%, 33%, 65%)

RGB channels and saturation

R 183 of 255 = 72%
G 84 of 255 = 33%
B 166 of 255 = 65%

183
84
166

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

Portions of RGB colors in percentages

R + G + B = 183 + 84 + 166 = 433 (100%)
R 183 of 433 ~ 42.26%
G 84 of 433 ~ 19.4%
B 166 of 433 ~ 38.34'%

%42.26
%19.4
%38.34

CMYK color model

#B754A6 color CMYK value is (0,54,9,28).

  • cyan value is 0.00%
  • magenta value is 54.10%
  • yellow value is 9.29%
  • key color value is 28.24%

CMYK: (0,54,9,28)
C0M54Y9K28 (0%, 54%, 9%, 28%)
(0.00 / 0.54 / 0.09 / 0.28)

CMYK percentages

%0
%54.1
%9.29
%28.24

Codes

Color #B754A6 in popluar color models

B7 54 A6
RGB 183 84 166
HSL 310° 40.74% 52.35%
HSB/HSV 310° 54.10% 71.76%
CMYK 0.00% 54.10% 9.29%
28.24%

Color #B754A6 in popluar number systems.

HEX B7 54 A6
Decimal 183 84 166
Binary 10110111 1010100 10100110
Octal 267 124 246

Shades and tints

Shades of #B754A6

#B754A6
(183,84,166)
#A74D97
(167,77,151)
#974688
(151,70,136)
#873F79
(135,63,121)
#77386A
(119,56,106)
#67315B
(103,49,91)
#572A4C
(87,42,76)
#47233D
(71,35,61)
#371C2E
(55,28,46)
#27151F
(39,21,31)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #B754A6

#B754A6
(183,84,166)
#BD63AE
(189,99,174)
#C372B6
(195,114,182)
#C981BE
(201,129,190)
#CF90C6
(207,144,198)
#D59FCE
(213,159,206)
#DBAED6
(219,174,214)
#E1BDDE
(225,189,222)
#E7CCE6
(231,204,230)
#EDDBEE
(237,219,238)
#F3EAF6
(243,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B754A6 color. Also use rgb(183,84,166) instead hex code.

Text Font Color

.myTextColor { color: #B754A6; }

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

This text font color is #B754A6.

Background Color

.myBgColor { background-color: #B754A6; }

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

This div background color is #B754A6.

Border color

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

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

This div border color is #B754A6.

Opacity

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

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

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

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

This text has shadow with #B754A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B754A6.

Preview

Color preview on black background

This text has color #B754A6 on black background.


Color preview on white background

This text has color #B754A6 on white background.


Black color preview on #B754A6 background

This text has black color on #B754A6 background.


White color preview on #B754A6 background

This text has white color on #B754A6 background.


Related colors

Complementary color

Complementary color for #hex is #48AB59.


I love getcolorcode.com

Triadic colors

1 #A6B754 and #54A6B7 with #B754A6 are triadic colors.

2 #A654B7 and #54B7A6 with #B754A6 are triadic colors.