COLOR #B875C6

HEX: #B875C6 RGB: (184,117,198)

Color info

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

RGB color model

#B875C6 color RGB value is (184,117,198).

RGB: (184,117,198) (72%, 46%, 78%)

RGB channels and saturation

R 184 of 255 = 72%
G 117 of 255 = 46%
B 198 of 255 = 78%

184
117
198

R + G + B ~ 65%. #B875C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 117 + 198 = 499 (100%)
R 184 of 499 ~ 36.87%
G 117 of 499 ~ 23.45%
B 198 of 499 ~ 39.68'%

%36.87
%23.45
%39.68

CMYK color model

#B875C6 color CMYK value is (7,41,0,22).

  • cyan value is 7.07%
  • magenta value is 40.91%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (7,41,0,22)
C7M41Y0K22 (7%, 41%, 0%, 22%)
(0.07 / 0.41 / 0.00 / 0.22)

CMYK percentages

%7.07
%40.91
%0
%22.35

Codes

Color #B875C6 in popluar color models

B8 75 C6
RGB 184 117 198
HSL 290° 41.54% 61.76%
HSB/HSV 290° 40.91% 77.65%
CMYK 7.07% 40.91% 0.00%
22.35%

Color #B875C6 in popluar number systems.

HEX B8 75 C6
Decimal 184 117 198
Binary 10111000 1110101 11000110
Octal 270 165 306

Shades and tints

Shades of #B875C6

#B875C6
(184,117,198)
#A86BB4
(168,107,180)
#9861A2
(152,97,162)
#885790
(136,87,144)
#784D7E
(120,77,126)
#68436C
(104,67,108)
#58395A
(88,57,90)
#482F48
(72,47,72)
#382536
(56,37,54)
#281B24
(40,27,36)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #B875C6

#B875C6
(184,117,198)
#BE81CB
(190,129,203)
#C48DD0
(196,141,208)
#CA99D5
(202,153,213)
#D0A5DA
(208,165,218)
#D6B1DF
(214,177,223)
#DCBDE4
(220,189,228)
#E2C9E9
(226,201,233)
#E8D5EE
(232,213,238)
#EEE1F3
(238,225,243)
#F4EDF8
(244,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B875C6 color. Also use rgb(184,117,198) instead hex code.

Text Font Color

.myTextColor { color: #B875C6; }

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

This text font color is #B875C6.

Background Color

.myBgColor { background-color: #B875C6; }

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

This div background color is #B875C6.

Border color

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

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

This div border color is #B875C6.

Opacity

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

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

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

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

This text has shadow with #B875C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B875C6.

Preview

Color preview on black background

This text has color #B875C6 on black background.


Color preview on white background

This text has color #B875C6 on white background.


Black color preview on #B875C6 background

This text has black color on #B875C6 background.


White color preview on #B875C6 background

This text has white color on #B875C6 background.


Related colors

Complementary color

Complementary color for #hex is #478A39.


I love getcolorcode.com

Triadic colors

1 #C6B875 and #75C6B8 with #B875C6 are triadic colors.

2 #C675B8 and #75B8C6 with #B875C6 are triadic colors.