COLOR #BB4CC1

HEX: #BB4CC1
RGB: (187,76,193)

Color info

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

RGB color model

#BB4CC1 color RGB value is (187,76,193).

  • red value is 187;
  • green value is 76;
  • blue value is 193.
RGB:
(187,76,193)
(73%,30%,76%)

RGB channels and saturation

R 187 of 255 = 73%
G 76 of 255 = 30%
B 193 of 255 = 76%

187
76
193

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

Portions of RGB colors in percentages

R + G + B =
187 + 76 + 193 = 456 (100%)
R 187 of 456 ~ 41.01%
G 76 of 456 ~ 16.67%
B 193 of 456 ~ 42.32%

%41.01
%16.67
%42.32

CMYK color model

#BB4CC1 color CMYK value is (3,61,0,24).

  • cyan value is 3.11%
  • magenta value is 60.62%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(3,61,0,24)
C3M61Y0K24 
(3%,61%,0%,24%)
(0.03/0.61/0.00/0.24)	

CMYK percentages

%3.11
%60.62
%0
%24.31

Codes

Color #BB4CC1 in popluar color models

BB4CC1
RGB18776193
HSL297°48.55%52.75%
HSB/HSV297°60.62%75.69%
CMYK3.11%60.62%0.00%
24.31%

Color #BB4CC1 in popluar number systems.

HEXBB4CC1
Decimal18776193
Binary10111011100110011000001
Octal273114301

Shades and tints

Shades of #BB4CC1

#BB4CC1
(187,76,193)
#AA46B0
(170,70,176)
#99409F
(153,64,159)
#883A8E
(136,58,142)
#77347D
(119,52,125)
#662E6C
(102,46,108)
#55285B
(85,40,91)
#44224A
(68,34,74)
#331C39
(51,28,57)
#221628
(34,22,40)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #BB4CC1

#BB4CC1
(187,76,193)
#C15CC6
(193,92,198)
#C76CCB
(199,108,203)
#CD7CD0
(205,124,208)
#D38CD5
(211,140,213)
#D99CDA
(217,156,218)
#DFACDF
(223,172,223)
#E5BCE4
(229,188,228)
#EBCCE9
(235,204,233)
#F1DCEE
(241,220,238)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB4CC1 color. Also use rgb(187,76,193) instead hex code.

Text Font Color

.myTextColor { color: #BB4CC1; }

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

This text font color is #BB4CC1.


Background Color

.myBgColor { background-color: #BB4CC1; }

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

This div background color is #BB4CC1.


Border color

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

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

This div border color is #BB4CC1.


Opacity

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

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

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

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

This text has shadow with #BB4CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB4CC1 on black background.


Color preview on white background

This text has color #BB4CC1 on white background.



Black color preview on #BB4CC1 background

This text has black color on #BB4CC1 background.


White color preview on #BB4CC1 background

This text has white color on #BB4CC1 background.