COLOR #B755AE

HEX: #B755AE
RGB: (183,85,174)

Color info

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

RGB color model

#B755AE color RGB value is (183,85,174).

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

RGB channels and saturation

R 183 of 255 = 72%
G 85 of 255 = 33%
B 174 of 255 = 68%

183
85
174

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

Portions of RGB colors in percentages

R + G + B =
183 + 85 + 174 = 442 (100%)
R 183 of 442 ~ 41.4%
G 85 of 442 ~ 19.23%
B 174 of 442 ~ 39.37%

%41.4
%19.23
%39.37

CMYK color model

#B755AE color CMYK value is (0,54,5,28).

  • cyan value is 0.00%
  • magenta value is 53.55%
  • yellow value is 4.92%
  • key color value is 28.24%
CMYK:
(0,54,5,28)
C0M54Y5K28 
(0%,54%,5%,28%)
(0.00/0.54/0.05/0.28)	

CMYK percentages

%0
%53.55
%4.92
%28.24

Codes

Color #B755AE in popluar color models

B755AE
RGB18385174
HSL306°40.50%52.55%
HSB/HSV306°53.55%71.76%
CMYK0.00%53.55%4.92%
28.24%

Color #B755AE in popluar number systems.

HEXB755AE
Decimal18385174
Binary10110111101010110101110
Octal267125256

Shades and tints

Shades of #B755AE

#B755AE
(183,85,174)
#A74E9F
(167,78,159)
#974790
(151,71,144)
#874081
(135,64,129)
#773972
(119,57,114)
#673263
(103,50,99)
#572B54
(87,43,84)
#472445
(71,36,69)
#371D36
(55,29,54)
#271627
(39,22,39)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #B755AE

#B755AE
(183,85,174)
#BD64B5
(189,100,181)
#C373BC
(195,115,188)
#C982C3
(201,130,195)
#CF91CA
(207,145,202)
#D5A0D1
(213,160,209)
#DBAFD8
(219,175,216)
#E1BEDF
(225,190,223)
#E7CDE6
(231,205,230)
#EDDCED
(237,220,237)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B755AE; }

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

This text font color is #B755AE.


Background Color

.myBgColor { background-color: #B755AE; }

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

This div background color is #B755AE.


Border color

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

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

This div border color is #B755AE.


Opacity

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

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

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

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

This text has shadow with #B755AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B755AE on black background.


Color preview on white background

This text has color #B755AE on white background.



Black color preview on #B755AE background

This text has black color on #B755AE background.


White color preview on #B755AE background

This text has white color on #B755AE background.