COLOR #B755B5

HEX: #B755B5
RGB: (183,85,181)

Color info

#B755B5 contains mainly red and blue colors. Web safe color of #B755B5 is #CC66CC (or #C6C).

RGB color model

#B755B5 color RGB value is (183,85,181).

  • red value is 183;
  • green value is 85;
  • blue value is 181.
RGB: (183,85,181) (72%,33%,71%)

RGB channels and saturation

R 183 of 255 = 72%
G 85 of 255 = 33%
B 181 of 255 = 71%

183
85
181

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

Portions of RGB colors in percentages

R + G + B =
183 + 85 + 181 = 449 (100%)
R 183 of 449 ~ 40.76%
G 85 of 449 ~ 18.93%
B 181 of 449 ~ 40.31%

%40.76
%18.93
%40.31

CMYK color model

#B755B5 color CMYK value is (0,54,1,28).

  • cyan value is 0.00%
  • magenta value is 53.55%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK: (0,54,1,28) C0M54Y1K28 (0%,54%,1%,28%) (0.00/0.54/0.01/0.28)

CMYK percentages

%0
%53.55
%1.09
%28.24

Codes

Color #B755B5 in popluar color models

B755B5
RGB18385181
HSL301°40.50%52.55%
HSB/HSV301°53.55%71.76%
CMYK0.00%53.55%1.09%
28.24%

Color #B755B5 in popluar number systems.

HEXB755B5
Decimal18385181
Binary10110111101010110110101
Octal267125265

Shades and tints

Shades of #B755B5

#B755B5
(183,85,181)
#A74EA5
(167,78,165)
#974795
(151,71,149)
#874085
(135,64,133)
#773975
(119,57,117)
#673265
(103,50,101)
#572B55
(87,43,85)
#472445
(71,36,69)
#371D35
(55,29,53)
#271625
(39,22,37)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #B755B5

#B755B5
(183,85,181)
#BD64BB
(189,100,187)
#C373C1
(195,115,193)
#C982C7
(201,130,199)
#CF91CD
(207,145,205)
#D5A0D3
(213,160,211)
#DBAFD9
(219,175,217)
#E1BEDF
(225,190,223)
#E7CDE5
(231,205,229)
#EDDCEB
(237,220,235)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B755B5 color. Also use rgb(183,85,181) instead hex code.

Text Font Color

.myTextColor { color: #B755B5; }

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

This text font color is #B755B5.


Background Color

.myBgColor { background-color: #B755B5; }

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

This div background color is #B755B5.


Border color

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

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

This div border color is #B755B5.


Opacity

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

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

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

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

This text has shadow with #B755B5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B755B5 on black background.


Color preview on white background

This text has color #B755B5 on white background.



Black color preview on #B755B5 background

This text has black color on #B755B5 background.


White color preview on #B755B5 background

This text has white color on #B755B5 background.