COLOR #B57AC6

HEX: #B57AC6 RGB: (181,122,198)

Color info

#B57AC6 contains mainly red and blue colors. Web safe color of #B57AC6 is #CC66CC (or #C6C).

RGB color model

#B57AC6 color RGB value is (181,122,198).

RGB: (181,122,198) (71%, 48%, 78%)

RGB channels and saturation

R 181 of 255 = 71%
G 122 of 255 = 48%
B 198 of 255 = 78%

181
122
198

R + G + B ~ 66%. #B57AC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 122 + 198 = 501 (100%)
R 181 of 501 ~ 36.13%
G 122 of 501 ~ 24.35%
B 198 of 501 ~ 39.52'%

%36.13
%24.35
%39.52

CMYK color model

#B57AC6 color CMYK value is (9,38,0,22).

  • cyan value is 8.59%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (9,38,0,22)
C9M38Y0K22 (9%, 38%, 0%, 22%)
(0.09 / 0.38 / 0.00 / 0.22)

CMYK percentages

%8.59
%38.38
%0
%22.35

Codes

Color #B57AC6 in popluar color models

B5 7A C6
RGB 181 122 198
HSL 287° 40.00% 62.75%
HSB/HSV 287° 38.38% 77.65%
CMYK 8.59% 38.38% 0.00%
22.35%

Color #B57AC6 in popluar number systems.

HEX B5 7A C6
Decimal 181 122 198
Binary 10110101 1111010 11000110
Octal 265 172 306

Shades and tints

Shades of #B57AC6

#B57AC6
(181,122,198)
#A56FB4
(165,111,180)
#9564A2
(149,100,162)
#855990
(133,89,144)
#754E7E
(117,78,126)
#65436C
(101,67,108)
#55385A
(85,56,90)
#452D48
(69,45,72)
#352236
(53,34,54)
#251724
(37,23,36)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #B57AC6

#B57AC6
(181,122,198)
#BB86CB
(187,134,203)
#C192D0
(193,146,208)
#C79ED5
(199,158,213)
#CDAADA
(205,170,218)
#D3B6DF
(211,182,223)
#D9C2E4
(217,194,228)
#DFCEE9
(223,206,233)
#E5DAEE
(229,218,238)
#EBE6F3
(235,230,243)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B57AC6 color. Also use rgb(181,122,198) instead hex code.

Text Font Color

.myTextColor { color: #B57AC6; }

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

This text font color is #B57AC6.

Background Color

.myBgColor { background-color: #B57AC6; }

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

This div background color is #B57AC6.

Border color

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

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

This div border color is #B57AC6.

Opacity

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

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

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

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

This text has shadow with #B57AC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B57AC6.

Preview

Color preview on black background

This text has color #B57AC6 on black background.


Color preview on white background

This text has color #B57AC6 on white background.


Black color preview on #B57AC6 background

This text has black color on #B57AC6 background.


White color preview on #B57AC6 background

This text has white color on #B57AC6 background.


Related colors

Complementary color

Complementary color for #hex is #4A8539.


I love getcolorcode.com

Triadic colors

1 #C6B57A and #7AC6B5 with #B57AC6 are triadic colors.

2 #C67AB5 and #7AB5C6 with #B57AC6 are triadic colors.