COLOR #B873C1

HEX: #B873C1 RGB: (184,115,193)

Color info

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

RGB color model

#B873C1 color RGB value is (184,115,193).

RGB: (184,115,193) (72%, 45%, 76%)

RGB channels and saturation

R 184 of 255 = 72%
G 115 of 255 = 45%
B 193 of 255 = 76%

184
115
193

R + G + B ~ 64%. #B873C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 115 + 193 = 492 (100%)
R 184 of 492 ~ 37.4%
G 115 of 492 ~ 23.37%
B 193 of 492 ~ 39.23'%

%37.4
%23.37
%39.23

CMYK color model

#B873C1 color CMYK value is (5,40,0,24).

  • cyan value is 4.66%
  • magenta value is 40.41%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (5,40,0,24)
C5M40Y0K24 (5%, 40%, 0%, 24%)
(0.05 / 0.40 / 0.00 / 0.24)

CMYK percentages

%4.66
%40.41
%0
%24.31

Codes

Color #B873C1 in popluar color models

B8 73 C1
RGB 184 115 193
HSL 293° 38.61% 60.39%
HSB/HSV 293° 40.41% 75.69%
CMYK 4.66% 40.41% 0.00%
24.31%

Color #B873C1 in popluar number systems.

HEX B8 73 C1
Decimal 184 115 193
Binary 10111000 1110011 11000001
Octal 270 163 301

Shades and tints

Shades of #B873C1

#B873C1
(184,115,193)
#A869B0
(168,105,176)
#985F9F
(152,95,159)
#88558E
(136,85,142)
#784B7D
(120,75,125)
#68416C
(104,65,108)
#58375B
(88,55,91)
#482D4A
(72,45,74)
#382339
(56,35,57)
#281928
(40,25,40)
#180F17
(24,15,23)
#000000
(0,0,0)

Tints of #B873C1

#B873C1
(184,115,193)
#BE7FC6
(190,127,198)
#C48BCB
(196,139,203)
#CA97D0
(202,151,208)
#D0A3D5
(208,163,213)
#D6AFDA
(214,175,218)
#DCBBDF
(220,187,223)
#E2C7E4
(226,199,228)
#E8D3E9
(232,211,233)
#EEDFEE
(238,223,238)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B873C1 color. Also use rgb(184,115,193) instead hex code.

Text Font Color

.myTextColor { color: #B873C1; }

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

This text font color is #B873C1.

Background Color

.myBgColor { background-color: #B873C1; }

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

This div background color is #B873C1.

Border color

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

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

This div border color is #B873C1.

Opacity

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

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

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

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

This text has shadow with #B873C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B873C1.

Preview

Color preview on black background

This text has color #B873C1 on black background.


Color preview on white background

This text has color #B873C1 on white background.


Black color preview on #B873C1 background

This text has black color on #B873C1 background.


White color preview on #B873C1 background

This text has white color on #B873C1 background.


Related colors

Complementary color

Complementary color for #hex is #478C3E.


I love getcolorcode.com

Triadic colors

1 #C1B873 and #73C1B8 with #B873C1 are triadic colors.

2 #C173B8 and #73B8C1 with #B873C1 are triadic colors.