COLOR #B74CC6

HEX: #B74CC6
RGB: (183,76,198)

Color info

#B74CC6 contains mainly red and blue colors. Web safe color of #B74CC6 is #CC33CC (or #C3C).

RGB color model

#B74CC6 color RGB value is (183,76,198).

  • red value is 183;
  • green value is 76;
  • blue value is 198.
RGB:
(183,76,198)
(72%,30%,78%)

RGB channels and saturation

R 183 of 255 = 72%
G 76 of 255 = 30%
B 198 of 255 = 78%

183
76
198

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

Portions of RGB colors in percentages

R + G + B =
183 + 76 + 198 = 457 (100%)
R 183 of 457 ~ 40.04%
G 76 of 457 ~ 16.63%
B 198 of 457 ~ 43.33%

%40.04
%16.63
%43.33

CMYK color model

#B74CC6 color CMYK value is (8,62,0,22).

  • cyan value is 7.58%
  • magenta value is 61.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(8,62,0,22)
C8M62Y0K22 
(8%,62%,0%,22%)
(0.08/0.62/0.00/0.22)	

CMYK percentages

%7.58
%61.62
%0
%22.35

Codes

Color #B74CC6 in popluar color models

B74CC6
RGB18376198
HSL293°51.69%53.73%
HSB/HSV293°61.62%77.65%
CMYK7.58%61.62%0.00%
22.35%

Color #B74CC6 in popluar number systems.

HEXB74CC6
Decimal18376198
Binary10110111100110011000110
Octal267114306

Shades and tints

Shades of #B74CC6

#B74CC6
(183,76,198)
#A746B4
(167,70,180)
#9740A2
(151,64,162)
#873A90
(135,58,144)
#77347E
(119,52,126)
#672E6C
(103,46,108)
#57285A
(87,40,90)
#472248
(71,34,72)
#371C36
(55,28,54)
#271624
(39,22,36)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #B74CC6

#B74CC6
(183,76,198)
#BD5CCB
(189,92,203)
#C36CD0
(195,108,208)
#C97CD5
(201,124,213)
#CF8CDA
(207,140,218)
#D59CDF
(213,156,223)
#DBACE4
(219,172,228)
#E1BCE9
(225,188,233)
#E7CCEE
(231,204,238)
#EDDCF3
(237,220,243)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B74CC6 color. Also use rgb(183,76,198) instead hex code.

Text Font Color

.myTextColor { color: #B74CC6; }

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

This text font color is #B74CC6.


Background Color

.myBgColor { background-color: #B74CC6; }

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

This div background color is #B74CC6.


Border color

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

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

This div border color is #B74CC6.


Opacity

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

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

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

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

This text has shadow with #B74CC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B74CC6 on black background.


Color preview on white background

This text has color #B74CC6 on white background.



Black color preview on #B74CC6 background

This text has black color on #B74CC6 background.


White color preview on #B74CC6 background

This text has white color on #B74CC6 background.