COLOR #B041AF

HEX: #B041AF
RGB: (176,65,175)

Color info

#B041AF contains mainly red and blue colors. Web safe color of #B041AF is #993399 (or #939).

RGB color model

#B041AF color RGB value is (176,65,175).

  • red value is 176;
  • green value is 65;
  • blue value is 175.
RGB:
(176,65,175)
(69%,25%,69%)

RGB channels and saturation

R 176 of 255 = 69%
G 65 of 255 = 25%
B 175 of 255 = 69%

176
65
175

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

Portions of RGB colors in percentages

R + G + B =
176 + 65 + 175 = 416 (100%)
R 176 of 416 ~ 42.31%
G 65 of 416 ~ 15.63%
B 175 of 416 ~ 42.07%

%42.31
%15.63
%42.07

CMYK color model

#B041AF color CMYK value is (0,63,1,31).

  • cyan value is 0.00%
  • magenta value is 63.07%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(0,63,1,31)
C0M63Y1K31 
(0%,63%,1%,31%)
(0.00/0.63/0.01/0.31)	

CMYK percentages

%0
%63.07
%0.57
%30.98

Codes

Color #B041AF in popluar color models

B041AF
RGB17665175
HSL301°46.06%47.25%
HSB/HSV301°63.07%69.02%
CMYK0.00%63.07%0.57%
30.98%

Color #B041AF in popluar number systems.

HEXB041AF
Decimal17665175
Binary10110000100000110101111
Octal260101257

Shades and tints

Shades of #B041AF

#B041AF
(176,65,175)
#A03CA0
(160,60,160)
#903791
(144,55,145)
#803282
(128,50,130)
#702D73
(112,45,115)
#602864
(96,40,100)
#502355
(80,35,85)
#401E46
(64,30,70)
#301937
(48,25,55)
#201428
(32,20,40)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #B041AF

#B041AF
(176,65,175)
#B752B6
(183,82,182)
#BE63BD
(190,99,189)
#C574C4
(197,116,196)
#CC85CB
(204,133,203)
#D396D2
(211,150,210)
#DAA7D9
(218,167,217)
#E1B8E0
(225,184,224)
#E8C9E7
(232,201,231)
#EFDAEE
(239,218,238)
#F6EBF5
(246,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B041AF color. Also use rgb(176,65,175) instead hex code.

Text Font Color

.myTextColor { color: #B041AF; }

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

This text font color is #B041AF.


Background Color

.myBgColor { background-color: #B041AF; }

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

This div background color is #B041AF.


Border color

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

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

This div border color is #B041AF.


Opacity

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

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

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

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

This text has shadow with #B041AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B041AF on black background.


Color preview on white background

This text has color #B041AF on white background.



Black color preview on #B041AF background

This text has black color on #B041AF background.


White color preview on #B041AF background

This text has white color on #B041AF background.