COLOR #B2619A

HEX: #B2619A
RGB: (178,97,154)

Color info

#B2619A contains mainly red and blue colors. Web safe color of #B2619A is #996699 (or #969).

RGB color model

#B2619A color RGB value is (178,97,154).

  • red value is 178;
  • green value is 97;
  • blue value is 154.
RGB:
(178,97,154)
(70%,38%,60%)

RGB channels and saturation

R 178 of 255 = 70%
G 97 of 255 = 38%
B 154 of 255 = 60%

178
97
154

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

Portions of RGB colors in percentages

R + G + B =
178 + 97 + 154 = 429 (100%)
R 178 of 429 ~ 41.49%
G 97 of 429 ~ 22.61%
B 154 of 429 ~ 35.9%

%41.49
%22.61
%35.9

CMYK color model

#B2619A color CMYK value is (0,46,13,30).

  • cyan value is 0.00%
  • magenta value is 45.51%
  • yellow value is 13.48%
  • key color value is 30.20%
CMYK:
(0,46,13,30)
C0M46Y13K30 
(0%,46%,13%,30%)
(0.00/0.46/0.13/0.30)	

CMYK percentages

%0
%45.51
%13.48
%30.2

Codes

Color #B2619A in popluar color models

B2619A
RGB17897154
HSL318°34.47%53.92%
HSB/HSV318°45.51%69.80%
CMYK0.00%45.51%13.48%
30.20%

Color #B2619A in popluar number systems.

HEXB2619A
Decimal17897154
Binary10110010110000110011010
Octal262141232

Shades and tints

Shades of #B2619A

#B2619A
(178,97,154)
#A2598C
(162,89,140)
#92517E
(146,81,126)
#824970
(130,73,112)
#724162
(114,65,98)
#623954
(98,57,84)
#523146
(82,49,70)
#422938
(66,41,56)
#32212A
(50,33,42)
#22191C
(34,25,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #B2619A

#B2619A
(178,97,154)
#B96FA3
(185,111,163)
#C07DAC
(192,125,172)
#C78BB5
(199,139,181)
#CE99BE
(206,153,190)
#D5A7C7
(213,167,199)
#DCB5D0
(220,181,208)
#E3C3D9
(227,195,217)
#EAD1E2
(234,209,226)
#F1DFEB
(241,223,235)
#F8EDF4
(248,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2619A color. Also use rgb(178,97,154) instead hex code.

Text Font Color

.myTextColor { color: #B2619A; }

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

This text font color is #B2619A.


Background Color

.myBgColor { background-color: #B2619A; }

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

This div background color is #B2619A.


Border color

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

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

This div border color is #B2619A.


Opacity

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

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

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

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

This text has shadow with #B2619A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2619A on black background.


Color preview on white background

This text has color #B2619A on white background.



Black color preview on #B2619A background

This text has black color on #B2619A background.


White color preview on #B2619A background

This text has white color on #B2619A background.