COLOR #B51EAE

HEX: #B51EAE
RGB: (181,30,174)

Color info

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

RGB color model

#B51EAE color RGB value is (181,30,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 30 of 255 = 12%
B 174 of 255 = 68%

181
30
174

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

Portions of RGB colors in percentages

R + G + B =
181 + 30 + 174 = 385 (100%)
R 181 of 385 ~ 47.01%
G 30 of 385 ~ 7.79%
B 174 of 385 ~ 45.19%

%47.01
%45.19

CMYK color model

#B51EAE color CMYK value is (0,83,4,29).

  • cyan value is 0.00%
  • magenta value is 83.43%
  • yellow value is 3.87%
  • key color value is 29.02%
CMYK:
(0,83,4,29)
C0M83Y4K29 
(0%,83%,4%,29%)
(0.00/0.83/0.04/0.29)	

CMYK percentages

%0
%83.43
%3.87
%29.02

Codes

Color #B51EAE in popluar color models

B51EAE
RGB18130174
HSL303°71.56%41.37%
HSB/HSV303°83.43%70.98%
CMYK0.00%83.43%3.87%
29.02%

Color #B51EAE in popluar number systems.

HEXB51EAE
Decimal18130174
Binary101101011111010101110
Octal26536256

Shades and tints

Shades of #B51EAE

#B51EAE
(181,30,174)
#A51C9F
(165,28,159)
#951A90
(149,26,144)
#851881
(133,24,129)
#751672
(117,22,114)
#651463
(101,20,99)
#551254
(85,18,84)
#451045
(69,16,69)
#350E36
(53,14,54)
#250C27
(37,12,39)
#150A18
(21,10,24)
#000000
(0,0,0)

Tints of #B51EAE

#B51EAE
(181,30,174)
#BB32B5
(187,50,181)
#C146BC
(193,70,188)
#C75AC3
(199,90,195)
#CD6ECA
(205,110,202)
#D382D1
(211,130,209)
#D996D8
(217,150,216)
#DFAADF
(223,170,223)
#E5BEE6
(229,190,230)
#EBD2ED
(235,210,237)
#F1E6F4
(241,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B51EAE; }

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

This text font color is #B51EAE.


Background Color

.myBgColor { background-color: #B51EAE; }

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

This div background color is #B51EAE.


Border color

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

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

This div border color is #B51EAE.


Opacity

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

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

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

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

This text has shadow with #B51EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B51EAE on black background.


Color preview on white background

This text has color #B51EAE on white background.



Black color preview on #B51EAE background

This text has black color on #B51EAE background.


White color preview on #B51EAE background

This text has white color on #B51EAE background.