COLOR #B862B2

HEX: #B862B2 RGB: (184,98,178)

Color info

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

RGB color model

#B862B2 color RGB value is (184,98,178).

RGB: (184,98,178) (72%, 38%, 70%)

RGB channels and saturation

R 184 of 255 = 72%
G 98 of 255 = 38%
B 178 of 255 = 70%

184
98
178

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

Portions of RGB colors in percentages

R + G + B = 184 + 98 + 178 = 460 (100%)
R 184 of 460 ~ 40%
G 98 of 460 ~ 21.3%
B 178 of 460 ~ 38.7'%

%40
%21.3
%38.7

CMYK color model

#B862B2 color CMYK value is (0,47,3,28).

  • cyan value is 0.00%
  • magenta value is 46.74%
  • yellow value is 3.26%
  • key color value is 27.84%

CMYK: (0,47,3,28)
C0M47Y3K28 (0%, 47%, 3%, 28%)
(0.00 / 0.47 / 0.03 / 0.28)

CMYK percentages

%0
%46.74
%3.26
%27.84

Codes

Color #B862B2 in popluar color models

B8 62 B2
RGB 184 98 178
HSL 304° 37.72% 55.29%
HSB/HSV 304° 46.74% 72.16%
CMYK 0.00% 46.74% 3.26%
27.84%

Color #B862B2 in popluar number systems.

HEX B8 62 B2
Decimal 184 98 178
Binary 10111000 1100010 10110010
Octal 270 142 262

Shades and tints

Shades of #B862B2

#B862B2
(184,98,178)
#A85AA2
(168,90,162)
#985292
(152,82,146)
#884A82
(136,74,130)
#784272
(120,66,114)
#683A62
(104,58,98)
#583252
(88,50,82)
#482A42
(72,42,66)
#382232
(56,34,50)
#281A22
(40,26,34)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #B862B2

#B862B2
(184,98,178)
#BE70B9
(190,112,185)
#C47EC0
(196,126,192)
#CA8CC7
(202,140,199)
#D09ACE
(208,154,206)
#D6A8D5
(214,168,213)
#DCB6DC
(220,182,220)
#E2C4E3
(226,196,227)
#E8D2EA
(232,210,234)
#EEE0F1
(238,224,241)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B862B2 color. Also use rgb(184,98,178) instead hex code.

Text Font Color

.myTextColor { color: #B862B2; }

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

This text font color is #B862B2.

Background Color

.myBgColor { background-color: #B862B2; }

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

This div background color is #B862B2.

Border color

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

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

This div border color is #B862B2.

Opacity

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

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

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

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

This text has shadow with #B862B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B862B2.

Preview

Color preview on black background

This text has color #B862B2 on black background.


Color preview on white background

This text has color #B862B2 on white background.


Black color preview on #B862B2 background

This text has black color on #B862B2 background.


White color preview on #B862B2 background

This text has white color on #B862B2 background.


Related colors

Complementary color

Complementary color for #hex is #479D4D.


I love getcolorcode.com

Triadic colors

1 #B2B862 and #62B2B8 with #B862B2 are triadic colors.

2 #B262B8 and #62B8B2 with #B862B2 are triadic colors.