COLOR #B75499

HEX: #B75499 RGB: (183,84,153)

Color info

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

RGB color model

#B75499 color RGB value is (183,84,153).

RGB: (183,84,153) (72%, 33%, 60%)

RGB channels and saturation

R 183 of 255 = 72%
G 84 of 255 = 33%
B 153 of 255 = 60%

183
84
153

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

Portions of RGB colors in percentages

R + G + B = 183 + 84 + 153 = 420 (100%)
R 183 of 420 ~ 43.57%
G 84 of 420 ~ 20%
B 153 of 420 ~ 36.43'%

%43.57
%20
%36.43

CMYK color model

#B75499 color CMYK value is (0,54,16,28).

  • cyan value is 0.00%
  • magenta value is 54.10%
  • yellow value is 16.39%
  • key color value is 28.24%
CMYK: (0,54,16,28) C0M54Y16K28 (0%,54%,16%,28%) (0.00/0.54/0.16/0.28) 

CMYK percentages

%0
%54.1
%16.39
%28.24

Codes

Color #B75499 in popluar color models

B7 54 99
RGB 183 84 153
HSL 318° 40.74% 52.35%
HSB/HSV 318° 54.10% 71.76%
CMYK 0.00% 54.10% 16.39%
28.24%

Color #B75499 in popluar number systems.

HEX B7 54 99
Decimal 183 84 153
Binary 10110111 1010100 10011001
Octal 267 124 231

Shades and tints

Shades of #B75499

#B75499
(183,84,153)
#A74D8C
(167,77,140)
#97467F
(151,70,127)
#873F72
(135,63,114)
#773865
(119,56,101)
#673158
(103,49,88)
#572A4B
(87,42,75)
#47233E
(71,35,62)
#371C31
(55,28,49)
#271524
(39,21,36)
#170E17
(23,14,23)
#000000
(0,0,0)

Tints of #B75499

#B75499
(183,84,153)
#BD63A2
(189,99,162)
#C372AB
(195,114,171)
#C981B4
(201,129,180)
#CF90BD
(207,144,189)
#D59FC6
(213,159,198)
#DBAECF
(219,174,207)
#E1BDD8
(225,189,216)
#E7CCE1
(231,204,225)
#EDDBEA
(237,219,234)
#F3EAF3
(243,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75499 color. Also use rgb(183,84,153) instead hex code.

Text Font Color

.myTextColor { color: #B75499; }

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

This text font color is #B75499.

Background Color

.myBgColor { background-color: #B75499; }

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

This div background color is #B75499.

Border color

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

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

This div border color is #B75499.

Opacity

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

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

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

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

This text has shadow with #B75499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75499.

Preview

Color preview on black background

This text has color #B75499 on black background.


Color preview on white background

This text has color #B75499 on white background.


Black color preview on #B75499 background

This text has black color on #B75499 background.


White color preview on #B75499 background

This text has white color on #B75499 background.


Related colors

Complementary color

Complementary color for #hex is #48AB66.


I love getcolorcode.com

Triadic colors

1 #99B754 and #5499B7 with #B75499 are triadic colors.

2 #9954B7 and #54B799 with #B75499 are triadic colors.