COLOR #B85AA0

HEX: #B85AA0 RGB: (184,90,160)

Color info

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

RGB color model

#B85AA0 color RGB value is (184,90,160).

RGB: (184,90,160) (72%, 35%, 63%)

RGB channels and saturation

R 184 of 255 = 72%
G 90 of 255 = 35%
B 160 of 255 = 63%

184
90
160

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

Portions of RGB colors in percentages

R + G + B = 184 + 90 + 160 = 434 (100%)
R 184 of 434 ~ 42.4%
G 90 of 434 ~ 20.74%
B 160 of 434 ~ 36.87'%

%42.4
%20.74
%36.87

CMYK color model

#B85AA0 color CMYK value is (0,51,13,28).

  • cyan value is 0.00%
  • magenta value is 51.09%
  • yellow value is 13.04%
  • key color value is 27.84%

CMYK: (0,51,13,28)
C0M51Y13K28 (0%, 51%, 13%, 28%)
(0.00 / 0.51 / 0.13 / 0.28)

CMYK percentages

%0
%51.09
%13.04
%27.84

Codes

Color #B85AA0 in popluar color models

B8 5A A0
RGB 184 90 160
HSL 315° 39.83% 53.73%
HSB/HSV 315° 51.09% 72.16%
CMYK 0.00% 51.09% 13.04%
27.84%

Color #B85AA0 in popluar number systems.

HEX B8 5A A0
Decimal 184 90 160
Binary 10111000 1011010 10100000
Octal 270 132 240

Shades and tints

Shades of #B85AA0

#B85AA0
(184,90,160)
#A85292
(168,82,146)
#984A84
(152,74,132)
#884276
(136,66,118)
#783A68
(120,58,104)
#68325A
(104,50,90)
#582A4C
(88,42,76)
#48223E
(72,34,62)
#381A30
(56,26,48)
#281222
(40,18,34)
#180A14
(24,10,20)
#000000
(0,0,0)

Tints of #B85AA0

#B85AA0
(184,90,160)
#BE69A8
(190,105,168)
#C478B0
(196,120,176)
#CA87B8
(202,135,184)
#D096C0
(208,150,192)
#D6A5C8
(214,165,200)
#DCB4D0
(220,180,208)
#E2C3D8
(226,195,216)
#E8D2E0
(232,210,224)
#EEE1E8
(238,225,232)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B85AA0 color. Also use rgb(184,90,160) instead hex code.

Text Font Color

.myTextColor { color: #B85AA0; }

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

This text font color is #B85AA0.

Background Color

.myBgColor { background-color: #B85AA0; }

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

This div background color is #B85AA0.

Border color

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

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

This div border color is #B85AA0.

Opacity

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

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

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

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

This text has shadow with #B85AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B85AA0.

Preview

Color preview on black background

This text has color #B85AA0 on black background.


Color preview on white background

This text has color #B85AA0 on white background.


Black color preview on #B85AA0 background

This text has black color on #B85AA0 background.


White color preview on #B85AA0 background

This text has white color on #B85AA0 background.


Related colors

Complementary color

Complementary color for #hex is #47A55F.


I love getcolorcode.com

Triadic colors

1 #A0B85A and #5AA0B8 with #B85AA0 are triadic colors.

2 #A05AB8 and #5AB8A0 with #B85AA0 are triadic colors.