COLOR #B565A9

HEX: #B565A9
RGB: (181,101,169)

Color info

#B565A9 contains mainly red and blue colors. Web safe color of #B565A9 is #CC6699 (or #C69).

RGB color model

#B565A9 color RGB value is (181,101,169).

  • red value is 181;
  • green value is 101;
  • blue value is 169.
RGB:
(181,101,169)
(71%,40%,66%)

RGB channels and saturation

R 181 of 255 = 71%
G 101 of 255 = 40%
B 169 of 255 = 66%

181
101
169

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

Portions of RGB colors in percentages

R + G + B =
181 + 101 + 169 = 451 (100%)
R 181 of 451 ~ 40.13%
G 101 of 451 ~ 22.39%
B 169 of 451 ~ 37.47%

%40.13
%22.39
%37.47

CMYK color model

#B565A9 color CMYK value is (0,44,7,29).

  • cyan value is 0.00%
  • magenta value is 44.20%
  • yellow value is 6.63%
  • key color value is 29.02%
CMYK:
(0,44,7,29)
C0M44Y7K29 
(0%,44%,7%,29%)
(0.00/0.44/0.07/0.29)	

CMYK percentages

%0
%44.2
%6.63
%29.02

Codes

Color #B565A9 in popluar color models

B565A9
RGB181101169
HSL309°35.09%55.29%
HSB/HSV309°44.20%70.98%
CMYK0.00%44.20%6.63%
29.02%

Color #B565A9 in popluar number systems.

HEXB565A9
Decimal181101169
Binary10110101110010110101001
Octal265145251

Shades and tints

Shades of #B565A9

#B565A9
(181,101,169)
#A55C9A
(165,92,154)
#95538B
(149,83,139)
#854A7C
(133,74,124)
#75416D
(117,65,109)
#65385E
(101,56,94)
#552F4F
(85,47,79)
#452640
(69,38,64)
#351D31
(53,29,49)
#251422
(37,20,34)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #B565A9

#B565A9
(181,101,169)
#BB73B0
(187,115,176)
#C181B7
(193,129,183)
#C78FBE
(199,143,190)
#CD9DC5
(205,157,197)
#D3ABCC
(211,171,204)
#D9B9D3
(217,185,211)
#DFC7DA
(223,199,218)
#E5D5E1
(229,213,225)
#EBE3E8
(235,227,232)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B565A9 color. Also use rgb(181,101,169) instead hex code.

Text Font Color

.myTextColor { color: #B565A9; }

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

This text font color is #B565A9.


Background Color

.myBgColor { background-color: #B565A9; }

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

This div background color is #B565A9.


Border color

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

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

This div border color is #B565A9.


Opacity

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

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

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

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

This text has shadow with #B565A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B565A9 on black background.


Color preview on white background

This text has color #B565A9 on white background.



Black color preview on #B565A9 background

This text has black color on #B565A9 background.


White color preview on #B565A9 background

This text has white color on #B565A9 background.