COLOR #B368AE

HEX: #B368AE
RGB: (179,104,174)

Color info

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

RGB color model

#B368AE color RGB value is (179,104,174).

  • red value is 179;
  • green value is 104;
  • blue value is 174.
RGB:
(179,104,174)
(70%,41%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 104 of 255 = 41%
B 174 of 255 = 68%

179
104
174

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

Portions of RGB colors in percentages

R + G + B =
179 + 104 + 174 = 457 (100%)
R 179 of 457 ~ 39.17%
G 104 of 457 ~ 22.76%
B 174 of 457 ~ 38.07%

%39.17
%22.76
%38.07

CMYK color model

#B368AE color CMYK value is (0,42,3,30).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,42,3,30)
C0M42Y3K30 
(0%,42%,3%,30%)
(0.00/0.42/0.03/0.30)	

CMYK percentages

%0
%41.9
%2.79
%29.8

Codes

Color #B368AE in popluar color models

B368AE
RGB179104174
HSL304°33.04%55.49%
HSB/HSV304°41.90%70.20%
CMYK0.00%41.90%2.79%
29.80%

Color #B368AE in popluar number systems.

HEXB368AE
Decimal179104174
Binary10110011110100010101110
Octal263150256

Shades and tints

Shades of #B368AE

#B368AE
(179,104,174)
#A35F9F
(163,95,159)
#935690
(147,86,144)
#834D81
(131,77,129)
#734472
(115,68,114)
#633B63
(99,59,99)
#533254
(83,50,84)
#432945
(67,41,69)
#332036
(51,32,54)
#231727
(35,23,39)
#130E18
(19,14,24)
#000000
(0,0,0)

Tints of #B368AE

#B368AE
(179,104,174)
#B975B5
(185,117,181)
#BF82BC
(191,130,188)
#C58FC3
(197,143,195)
#CB9CCA
(203,156,202)
#D1A9D1
(209,169,209)
#D7B6D8
(215,182,216)
#DDC3DF
(221,195,223)
#E3D0E6
(227,208,230)
#E9DDED
(233,221,237)
#EFEAF4
(239,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B368AE color. Also use rgb(179,104,174) instead hex code.

Text Font Color

.myTextColor { color: #B368AE; }

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

This text font color is #B368AE.


Background Color

.myBgColor { background-color: #B368AE; }

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

This div background color is #B368AE.


Border color

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

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

This div border color is #B368AE.


Opacity

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

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

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

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

This text has shadow with #B368AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B368AE on black background.


Color preview on white background

This text has color #B368AE on white background.



Black color preview on #B368AE background

This text has black color on #B368AE background.


White color preview on #B368AE background

This text has white color on #B368AE background.