COLOR #BB74C2

HEX: #BB74C2 RGB: (187,116,194)

Color info

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

RGB color model

#BB74C2 color RGB value is (187,116,194).

RGB: (187,116,194) (73%, 45%, 76%)

RGB channels and saturation

R 187 of 255 = 73%
G 116 of 255 = 45%
B 194 of 255 = 76%

187
116
194

R + G + B ~ 65%. #BB74C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 116 + 194 = 497 (100%)
R 187 of 497 ~ 37.63%
G 116 of 497 ~ 23.34%
B 194 of 497 ~ 39.03'%

%37.63
%23.34
%39.03

CMYK color model

#BB74C2 color CMYK value is (4,40,0,24).

  • cyan value is 3.61%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (4,40,0,24)
C4M40Y0K24 (4%, 40%, 0%, 24%)
(0.04 / 0.40 / 0.00 / 0.24)

CMYK percentages

%3.61
%40.21
%0
%23.92

Codes

Color #BB74C2 in popluar color models

BB 74 C2
RGB 187 116 194
HSL 295° 39.00% 60.78%
HSB/HSV 295° 40.21% 76.08%
CMYK 3.61% 40.21% 0.00%
23.92%

Color #BB74C2 in popluar number systems.

HEX BB 74 C2
Decimal 187 116 194
Binary 10111011 1110100 11000010
Octal 273 164 302

Shades and tints

Shades of #BB74C2

#BB74C2
(187,116,194)
#AA6AB1
(170,106,177)
#9960A0
(153,96,160)
#88568F
(136,86,143)
#774C7E
(119,76,126)
#66426D
(102,66,109)
#55385C
(85,56,92)
#442E4B
(68,46,75)
#33243A
(51,36,58)
#221A29
(34,26,41)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #BB74C2

#BB74C2
(187,116,194)
#C180C7
(193,128,199)
#C78CCC
(199,140,204)
#CD98D1
(205,152,209)
#D3A4D6
(211,164,214)
#D9B0DB
(217,176,219)
#DFBCE0
(223,188,224)
#E5C8E5
(229,200,229)
#EBD4EA
(235,212,234)
#F1E0EF
(241,224,239)
#F7ECF4
(247,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB74C2 color. Also use rgb(187,116,194) instead hex code.

Text Font Color

.myTextColor { color: #BB74C2; }

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

This text font color is #BB74C2.

Background Color

.myBgColor { background-color: #BB74C2; }

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

This div background color is #BB74C2.

Border color

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

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

This div border color is #BB74C2.

Opacity

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

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

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

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

This text has shadow with #BB74C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB74C2.

Preview

Color preview on black background

This text has color #BB74C2 on black background.


Color preview on white background

This text has color #BB74C2 on white background.


Black color preview on #BB74C2 background

This text has black color on #BB74C2 background.


White color preview on #BB74C2 background

This text has white color on #BB74C2 background.


Related colors

Complementary color

Complementary color for #hex is #448B3D.


I love getcolorcode.com

Triadic colors

1 #C2BB74 and #74C2BB with #BB74C2 are triadic colors.

2 #C274BB and #74BBC2 with #BB74C2 are triadic colors.