COLOR #B5669B

HEX: #B5669B RGB: (181,102,155)

Color info

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

RGB color model

#B5669B color RGB value is (181,102,155).

RGB: (181,102,155) (71%, 40%, 61%)

RGB channels and saturation

R 181 of 255 = 71%
G 102 of 255 = 40%
B 155 of 255 = 61%

181
102
155

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

Portions of RGB colors in percentages

R + G + B = 181 + 102 + 155 = 438 (100%)
R 181 of 438 ~ 41.32%
G 102 of 438 ~ 23.29%
B 155 of 438 ~ 35.39'%

%41.32
%23.29
%35.39

CMYK color model

#B5669B color CMYK value is (0,44,14,29).

  • cyan value is 0.00%
  • magenta value is 43.65%
  • yellow value is 14.36%
  • key color value is 29.02%

CMYK: (0,44,14,29)
C0M44Y14K29 (0%, 44%, 14%, 29%)
(0.00 / 0.44 / 0.14 / 0.29)

CMYK percentages

%0
%43.65
%14.36
%29.02

Codes

Color #B5669B in popluar color models

B5 66 9B
RGB 181 102 155
HSL 320° 34.80% 55.49%
HSB/HSV 320° 43.65% 70.98%
CMYK 0.00% 43.65% 14.36%
29.02%

Color #B5669B in popluar number systems.

HEX B5 66 9B
Decimal 181 102 155
Binary 10110101 1100110 10011011
Octal 265 146 233

Shades and tints

Shades of #B5669B

#B5669B
(181,102,155)
#A55D8D
(165,93,141)
#95547F
(149,84,127)
#854B71
(133,75,113)
#754263
(117,66,99)
#653955
(101,57,85)
#553047
(85,48,71)
#452739
(69,39,57)
#351E2B
(53,30,43)
#25151D
(37,21,29)
#150C0F
(21,12,15)
#000000
(0,0,0)

Tints of #B5669B

#B5669B
(181,102,155)
#BB73A4
(187,115,164)
#C180AD
(193,128,173)
#C78DB6
(199,141,182)
#CD9ABF
(205,154,191)
#D3A7C8
(211,167,200)
#D9B4D1
(217,180,209)
#DFC1DA
(223,193,218)
#E5CEE3
(229,206,227)
#EBDBEC
(235,219,236)
#F1E8F5
(241,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5669B color. Also use rgb(181,102,155) instead hex code.

Text Font Color

.myTextColor { color: #B5669B; }

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

This text font color is #B5669B.

Background Color

.myBgColor { background-color: #B5669B; }

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

This div background color is #B5669B.

Border color

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

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

This div border color is #B5669B.

Opacity

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

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

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

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

This text has shadow with #B5669B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5669B.

Preview

Color preview on black background

This text has color #B5669B on black background.


Color preview on white background

This text has color #B5669B on white background.


Black color preview on #B5669B background

This text has black color on #B5669B background.


White color preview on #B5669B background

This text has white color on #B5669B background.


Related colors

Complementary color

Complementary color for #hex is #4A9964.


I love getcolorcode.com

Triadic colors

1 #9BB566 and #669BB5 with #B5669B are triadic colors.

2 #9B66B5 and #66B59B with #B5669B are triadic colors.