COLOR #B812A5

HEX: #B812A5
RGB: (184,18,165)

Color info

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

RGB color model

#B812A5 color RGB value is (184,18,165).

  • red value is 184;
  • green value is 18;
  • blue value is 165.
RGB:
(184,18,165)
(72%,7%,65%)

RGB channels and saturation

R 184 of 255 = 72%
G 18 of 255 = 7%
B 165 of 255 = 65%

184
18
165

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

Portions of RGB colors in percentages

R + G + B =
184 + 18 + 165 = 367 (100%)
R 184 of 367 ~ 50.14%
G 18 of 367 ~ 4.9%
B 165 of 367 ~ 44.96%

%50.14
%44.96

CMYK color model

#B812A5 color CMYK value is (0,90,10,28).

  • cyan value is 0.00%
  • magenta value is 90.22%
  • yellow value is 10.33%
  • key color value is 27.84%
CMYK:
(0,90,10,28)
C0M90Y10K28 
(0%,90%,10%,28%)
(0.00/0.90/0.10/0.28)	

CMYK percentages

%0
%90.22
%10.33
%27.84

Codes

Color #B812A5 in popluar color models

B812A5
RGB18418165
HSL307°82.18%39.61%
HSB/HSV307°90.22%72.16%
CMYK0.00%90.22%10.33%
27.84%

Color #B812A5 in popluar number systems.

HEXB812A5
Decimal18418165
Binary101110001001010100101
Octal27022245

Shades and tints

Shades of #B812A5

#B812A5
(184,18,165)
#A81196
(168,17,150)
#981087
(152,16,135)
#880F78
(136,15,120)
#780E69
(120,14,105)
#680D5A
(104,13,90)
#580C4B
(88,12,75)
#480B3C
(72,11,60)
#380A2D
(56,10,45)
#28091E
(40,9,30)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #B812A5

#B812A5
(184,18,165)
#BE27AD
(190,39,173)
#C43CB5
(196,60,181)
#CA51BD
(202,81,189)
#D066C5
(208,102,197)
#D67BCD
(214,123,205)
#DC90D5
(220,144,213)
#E2A5DD
(226,165,221)
#E8BAE5
(232,186,229)
#EECFED
(238,207,237)
#F4E4F5
(244,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B812A5 color. Also use rgb(184,18,165) instead hex code.

Text Font Color

.myTextColor { color: #B812A5; }

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

This text font color is #B812A5.


Background Color

.myBgColor { background-color: #B812A5; }

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

This div background color is #B812A5.


Border color

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

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

This div border color is #B812A5.


Opacity

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

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

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

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

This text has shadow with #B812A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B812A5 on black background.


Color preview on white background

This text has color #B812A5 on white background.



Black color preview on #B812A5 background

This text has black color on #B812A5 background.


White color preview on #B812A5 background

This text has white color on #B812A5 background.