COLOR #B51E92

HEX: #B51E92
RGB: (181,30,146)

Color info

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

RGB color model

#B51E92 color RGB value is (181,30,146).

  • red value is 181;
  • green value is 30;
  • blue value is 146.
RGB:
(181,30,146)
(71%,12%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 30 of 255 = 12%
B 146 of 255 = 57%

181
30
146

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

Portions of RGB colors in percentages

R + G + B =
181 + 30 + 146 = 357 (100%)
R 181 of 357 ~ 50.7%
G 30 of 357 ~ 8.4%
B 146 of 357 ~ 40.9%

%50.7
%40.9

CMYK color model

#B51E92 color CMYK value is (0,83,19,29).

  • cyan value is 0.00%
  • magenta value is 83.43%
  • yellow value is 19.34%
  • key color value is 29.02%
CMYK:
(0,83,19,29)
C0M83Y19K29 
(0%,83%,19%,29%)
(0.00/0.83/0.19/0.29)	

CMYK percentages

%0
%83.43
%19.34
%29.02

Codes

Color #B51E92 in popluar color models

B51E92
RGB18130146
HSL314°71.56%41.37%
HSB/HSV314°83.43%70.98%
CMYK0.00%83.43%19.34%
29.02%

Color #B51E92 in popluar number systems.

HEXB51E92
Decimal18130146
Binary101101011111010010010
Octal26536222

Shades and tints

Shades of #B51E92

#B51E92
(181,30,146)
#A51C85
(165,28,133)
#951A78
(149,26,120)
#85186B
(133,24,107)
#75165E
(117,22,94)
#651451
(101,20,81)
#551244
(85,18,68)
#451037
(69,16,55)
#350E2A
(53,14,42)
#250C1D
(37,12,29)
#150A10
(21,10,16)
#000000
(0,0,0)

Tints of #B51E92

#B51E92
(181,30,146)
#BB329B
(187,50,155)
#C146A4
(193,70,164)
#C75AAD
(199,90,173)
#CD6EB6
(205,110,182)
#D382BF
(211,130,191)
#D996C8
(217,150,200)
#DFAAD1
(223,170,209)
#E5BEDA
(229,190,218)
#EBD2E3
(235,210,227)
#F1E6EC
(241,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B51E92 color. Also use rgb(181,30,146) instead hex code.

Text Font Color

.myTextColor { color: #B51E92; }

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

This text font color is #B51E92.


Background Color

.myBgColor { background-color: #B51E92; }

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

This div background color is #B51E92.


Border color

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

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

This div border color is #B51E92.


Opacity

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

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

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

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

This text has shadow with #B51E92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51E92 on black background.


Color preview on white background

This text has color #B51E92 on white background.



Black color preview on #B51E92 background

This text has black color on #B51E92 background.


White color preview on #B51E92 background

This text has white color on #B51E92 background.