COLOR #B65085

HEX: #B65085 RGB: (182,80,133)

Color info

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

RGB color model

#B65085 color RGB value is (182,80,133).

RGB: (182,80,133) (71%, 31%, 52%)

RGB channels and saturation

R 182 of 255 = 71%
G 80 of 255 = 31%
B 133 of 255 = 52%

182
80
133

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

Portions of RGB colors in percentages

R + G + B = 182 + 80 + 133 = 395 (100%)
R 182 of 395 ~ 46.08%
G 80 of 395 ~ 20.25%
B 133 of 395 ~ 33.67'%

%46.08
%20.25
%33.67

CMYK color model

#B65085 color CMYK value is (0,56,27,29).

  • cyan value is 0.00%
  • magenta value is 56.04%
  • yellow value is 26.92%
  • key color value is 28.63%

CMYK: (0,56,27,29)
C0M56Y27K29 (0%, 56%, 27%, 29%)
(0.00 / 0.56 / 0.27 / 0.29)

CMYK percentages

%0
%56.04
%26.92
%28.63

Codes

Color #B65085 in popluar color models

B6 50 85
RGB 182 80 133
HSL 329° 41.13% 51.37%
HSB/HSV 329° 56.04% 71.37%
CMYK 0.00% 56.04% 26.92%
28.63%

Color #B65085 in popluar number systems.

HEX B6 50 85
Decimal 182 80 133
Binary 10110110 1010000 10000101
Octal 266 120 205

Shades and tints

Shades of #B65085

#B65085
(182,80,133)
#A64979
(166,73,121)
#96426D
(150,66,109)
#863B61
(134,59,97)
#763455
(118,52,85)
#662D49
(102,45,73)
#56263D
(86,38,61)
#461F31
(70,31,49)
#361825
(54,24,37)
#261119
(38,17,25)
#160A0D
(22,10,13)
#000000
(0,0,0)

Tints of #B65085

#B65085
(182,80,133)
#BC5F90
(188,95,144)
#C26E9B
(194,110,155)
#C87DA6
(200,125,166)
#CE8CB1
(206,140,177)
#D49BBC
(212,155,188)
#DAAAC7
(218,170,199)
#E0B9D2
(224,185,210)
#E6C8DD
(230,200,221)
#ECD7E8
(236,215,232)
#F2E6F3
(242,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B65085 color. Also use rgb(182,80,133) instead hex code.

Text Font Color

.myTextColor { color: #B65085; }

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

This text font color is #B65085.

Background Color

.myBgColor { background-color: #B65085; }

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

This div background color is #B65085.

Border color

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

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

This div border color is #B65085.

Opacity

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

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

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

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

This text has shadow with #B65085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B65085.

Preview

Color preview on black background

This text has color #B65085 on black background.


Color preview on white background

This text has color #B65085 on white background.


Black color preview on #B65085 background

This text has black color on #B65085 background.


White color preview on #B65085 background

This text has white color on #B65085 background.


Related colors

Complementary color

Complementary color for #hex is #49AF7A.


I love getcolorcode.com

Triadic colors

1 #85B650 and #5085B6 with #B65085 are triadic colors.

2 #8550B6 and #50B685 with #B65085 are triadic colors.