COLOR #B6369E

HEX: #B6369E
RGB: (182,54,158)

Color info

#B6369E contains mainly red and blue colors. Web safe color of #B6369E is #CC3399 (or #C39).

RGB color model

#B6369E color RGB value is (182,54,158).

  • red value is 182;
  • green value is 54;
  • blue value is 158.
RGB:
(182,54,158)
(71%,21%,62%)

RGB channels and saturation

R 182 of 255 = 71%
G 54 of 255 = 21%
B 158 of 255 = 62%

182
54
158

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

Portions of RGB colors in percentages

R + G + B =
182 + 54 + 158 = 394 (100%)
R 182 of 394 ~ 46.19%
G 54 of 394 ~ 13.71%
B 158 of 394 ~ 40.1%

%46.19
%13.71
%40.1

CMYK color model

#B6369E color CMYK value is (0,70,13,29).

  • cyan value is 0.00%
  • magenta value is 70.33%
  • yellow value is 13.19%
  • key color value is 28.63%
CMYK:
(0,70,13,29)
C0M70Y13K29 
(0%,70%,13%,29%)
(0.00/0.70/0.13/0.29)	

CMYK percentages

%0
%70.33
%13.19
%28.63

Codes

Color #B6369E in popluar color models

B6369E
RGB18254158
HSL311°54.24%46.27%
HSB/HSV311°70.33%71.37%
CMYK0.00%70.33%13.19%
28.63%

Color #B6369E in popluar number systems.

HEXB6369E
Decimal18254158
Binary1011011011011010011110
Octal26666236

Shades and tints

Shades of #B6369E

#B6369E
(182,54,158)
#A63290
(166,50,144)
#962E82
(150,46,130)
#862A74
(134,42,116)
#762666
(118,38,102)
#662258
(102,34,88)
#561E4A
(86,30,74)
#461A3C
(70,26,60)
#36162E
(54,22,46)
#261220
(38,18,32)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #B6369E

#B6369E
(182,54,158)
#BC48A6
(188,72,166)
#C25AAE
(194,90,174)
#C86CB6
(200,108,182)
#CE7EBE
(206,126,190)
#D490C6
(212,144,198)
#DAA2CE
(218,162,206)
#E0B4D6
(224,180,214)
#E6C6DE
(230,198,222)
#ECD8E6
(236,216,230)
#F2EAEE
(242,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6369E color. Also use rgb(182,54,158) instead hex code.

Text Font Color

.myTextColor { color: #B6369E; }

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

This text font color is #B6369E.


Background Color

.myBgColor { background-color: #B6369E; }

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

This div background color is #B6369E.


Border color

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

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

This div border color is #B6369E.


Opacity

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

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

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

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

This text has shadow with #B6369E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6369E on black background.


Color preview on white background

This text has color #B6369E on white background.



Black color preview on #B6369E background

This text has black color on #B6369E background.


White color preview on #B6369E background

This text has white color on #B6369E background.