COLOR #B75EA9

HEX: #B75EA9 RGB: (183,94,169)

Color info

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

RGB color model

#B75EA9 color RGB value is (183,94,169).

RGB: (183,94,169) (72%, 37%, 66%)

RGB channels and saturation

R 183 of 255 = 72%
G 94 of 255 = 37%
B 169 of 255 = 66%

183
94
169

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

Portions of RGB colors in percentages

R + G + B = 183 + 94 + 169 = 446 (100%)
R 183 of 446 ~ 41.03%
G 94 of 446 ~ 21.08%
B 169 of 446 ~ 37.89'%

%41.03
%21.08
%37.89

CMYK color model

#B75EA9 color CMYK value is (0,49,8,28).

  • cyan value is 0.00%
  • magenta value is 48.63%
  • yellow value is 7.65%
  • key color value is 28.24%

CMYK: (0,49,8,28)
C0M49Y8K28 (0%, 49%, 8%, 28%)
(0.00 / 0.49 / 0.08 / 0.28)

CMYK percentages

%0
%48.63
%7.65
%28.24

Codes

Color #B75EA9 in popluar color models

B7 5E A9
RGB 183 94 169
HSL 309° 38.20% 54.31%
HSB/HSV 309° 48.63% 71.76%
CMYK 0.00% 48.63% 7.65%
28.24%

Color #B75EA9 in popluar number systems.

HEX B7 5E A9
Decimal 183 94 169
Binary 10110111 1011110 10101001
Octal 267 136 251

Shades and tints

Shades of #B75EA9

#B75EA9
(183,94,169)
#A7569A
(167,86,154)
#974E8B
(151,78,139)
#87467C
(135,70,124)
#773E6D
(119,62,109)
#67365E
(103,54,94)
#572E4F
(87,46,79)
#472640
(71,38,64)
#371E31
(55,30,49)
#271622
(39,22,34)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #B75EA9

#B75EA9
(183,94,169)
#BD6CB0
(189,108,176)
#C37AB7
(195,122,183)
#C988BE
(201,136,190)
#CF96C5
(207,150,197)
#D5A4CC
(213,164,204)
#DBB2D3
(219,178,211)
#E1C0DA
(225,192,218)
#E7CEE1
(231,206,225)
#EDDCE8
(237,220,232)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B75EA9 color. Also use rgb(183,94,169) instead hex code.

Text Font Color

.myTextColor { color: #B75EA9; }

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

This text font color is #B75EA9.

Background Color

.myBgColor { background-color: #B75EA9; }

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

This div background color is #B75EA9.

Border color

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

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

This div border color is #B75EA9.

Opacity

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

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

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

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

This text has shadow with #B75EA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B75EA9.

Preview

Color preview on black background

This text has color #B75EA9 on black background.


Color preview on white background

This text has color #B75EA9 on white background.


Black color preview on #B75EA9 background

This text has black color on #B75EA9 background.


White color preview on #B75EA9 background

This text has white color on #B75EA9 background.


Related colors

Complementary color

Complementary color for #hex is #48A156.


I love getcolorcode.com

Triadic colors

1 #A9B75E and #5EA9B7 with #B75EA9 are triadic colors.

2 #A95EB7 and #5EB7A9 with #B75EA9 are triadic colors.