COLOR #B6008D

HEX: #B6008D
RGB: (182,0,141)

Color info

#B6008D contains only red and blue colors. Web safe color of #B6008D is #CC0099 (or #C09).

RGB color model

#B6008D color RGB value is (182,0,141).

  • red value is 182;
  • green value is 0;
  • blue value is 141.
RGB:
(182,0,141)
(71%,0%,55%)

RGB channels and saturation

R 182 of 255 = 71%
G 0 of 255 = 0%
B 141 of 255 = 55%

182
0
141

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

Portions of RGB colors in percentages

R + G + B =
182 + 0 + 141 = 323 (100%)
R 182 of 323 ~ 56.35%
G 0 of 323 ~ 0%
B 141 of 323 ~ 43.65%

%56.35
%43.65

CMYK color model

#B6008D color CMYK value is (0,100,23,29).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(0,100,23,29)
C0M100Y23K29 
(0%,100%,23%,29%)
(0.00/1.00/0.23/0.29)	

CMYK percentages

%0
%100
%22.53
%28.63

Codes

Color #B6008D in popluar color models

B6008D
RGB1820141
HSL314°100.00%35.69%
HSB/HSV314°100.00%71.37%
CMYK0.00%100.00%22.53%
28.63%

Color #B6008D in popluar number systems.

HEXB6008D
Decimal1820141
Binary10110110010001101
Octal2660215

Shades and tints

Shades of #B6008D

#B6008D
(182,0,141)
#A60081
(166,0,129)
#960075
(150,0,117)
#860069
(134,0,105)
#76005D
(118,0,93)
#660051
(102,0,81)
#560045
(86,0,69)
#460039
(70,0,57)
#36002D
(54,0,45)
#260021
(38,0,33)
#160015
(22,0,21)
#000000
(0,0,0)

Tints of #B6008D

#B6008D
(182,0,141)
#BC1797
(188,23,151)
#C22EA1
(194,46,161)
#C845AB
(200,69,171)
#CE5CB5
(206,92,181)
#D473BF
(212,115,191)
#DA8AC9
(218,138,201)
#E0A1D3
(224,161,211)
#E6B8DD
(230,184,221)
#ECCFE7
(236,207,231)
#F2E6F1
(242,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6008D color. Also use rgb(182,0,141) instead hex code.

Text Font Color

.myTextColor { color: #B6008D; }

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

This text font color is #B6008D.


Background Color

.myBgColor { background-color: #B6008D; }

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

This div background color is #B6008D.


Border color

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

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

This div border color is #B6008D.


Opacity

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

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

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

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

This text has shadow with #B6008D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6008D on black background.


Color preview on white background

This text has color #B6008D on white background.



Black color preview on #B6008D background

This text has black color on #B6008D background.


White color preview on #B6008D background

This text has white color on #B6008D background.