COLOR #B23CA4

HEX: #B23CA4
RGB: (178,60,164)

Color info

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

RGB color model

#B23CA4 color RGB value is (178,60,164).

  • red value is 178;
  • green value is 60;
  • blue value is 164.
RGB:
(178,60,164)
(70%,24%,64%)

RGB channels and saturation

R 178 of 255 = 70%
G 60 of 255 = 24%
B 164 of 255 = 64%

178
60
164

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

Portions of RGB colors in percentages

R + G + B =
178 + 60 + 164 = 402 (100%)
R 178 of 402 ~ 44.28%
G 60 of 402 ~ 14.93%
B 164 of 402 ~ 40.8%

%44.28
%14.93
%40.8

CMYK color model

#B23CA4 color CMYK value is (0,66,8,30).

  • cyan value is 0.00%
  • magenta value is 66.29%
  • yellow value is 7.87%
  • key color value is 30.20%
CMYK:
(0,66,8,30)
C0M66Y8K30 
(0%,66%,8%,30%)
(0.00/0.66/0.08/0.30)	

CMYK percentages

%0
%66.29
%7.87
%30.2

Codes

Color #B23CA4 in popluar color models

B23CA4
RGB17860164
HSL307°49.58%46.67%
HSB/HSV307°66.29%69.80%
CMYK0.00%66.29%7.87%
30.20%

Color #B23CA4 in popluar number systems.

HEXB23CA4
Decimal17860164
Binary1011001011110010100100
Octal26274244

Shades and tints

Shades of #B23CA4

#B23CA4
(178,60,164)
#A23796
(162,55,150)
#923288
(146,50,136)
#822D7A
(130,45,122)
#72286C
(114,40,108)
#62235E
(98,35,94)
#521E50
(82,30,80)
#421942
(66,25,66)
#321434
(50,20,52)
#220F26
(34,15,38)
#120A18
(18,10,24)
#000000
(0,0,0)

Tints of #B23CA4

#B23CA4
(178,60,164)
#B94DAC
(185,77,172)
#C05EB4
(192,94,180)
#C76FBC
(199,111,188)
#CE80C4
(206,128,196)
#D591CC
(213,145,204)
#DCA2D4
(220,162,212)
#E3B3DC
(227,179,220)
#EAC4E4
(234,196,228)
#F1D5EC
(241,213,236)
#F8E6F4
(248,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B23CA4 color. Also use rgb(178,60,164) instead hex code.

Text Font Color

.myTextColor { color: #B23CA4; }

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

This text font color is #B23CA4.


Background Color

.myBgColor { background-color: #B23CA4; }

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

This div background color is #B23CA4.


Border color

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

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

This div border color is #B23CA4.


Opacity

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

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

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

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

This text has shadow with #B23CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B23CA4 on black background.


Color preview on white background

This text has color #B23CA4 on white background.



Black color preview on #B23CA4 background

This text has black color on #B23CA4 background.


White color preview on #B23CA4 background

This text has white color on #B23CA4 background.