COLOR #BB417B

HEX: #BB417B
RGB: (187,65,123)

Color info

#BB417B contains mainly red color. Web safe color of #BB417B is #CC3366 (or #C36).

RGB color model

#BB417B color RGB value is (187,65,123).

  • red value is 187;
  • green value is 65;
  • blue value is 123.
RGB:
(187,65,123)
(73%,25%,48%)

RGB channels and saturation

R 187 of 255 = 73%
G 65 of 255 = 25%
B 123 of 255 = 48%

187
65
123

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

Portions of RGB colors in percentages

R + G + B =
187 + 65 + 123 = 375 (100%)
R 187 of 375 ~ 49.87%
G 65 of 375 ~ 17.33%
B 123 of 375 ~ 32.8%

%49.87
%17.33
%32.8

CMYK color model

#BB417B color CMYK value is (0,65,34,27).

  • cyan value is 0.00%
  • magenta value is 65.24%
  • yellow value is 34.22%
  • key color value is 26.67%
CMYK:
(0,65,34,27)
C0M65Y34K27 
(0%,65%,34%,27%)
(0.00/0.65/0.34/0.27)	

CMYK percentages

%0
%65.24
%34.22
%26.67

Codes

Color #BB417B in popluar color models

BB417B
RGB18765123
HSL331°48.41%49.41%
HSB/HSV331°65.24%73.33%
CMYK0.00%65.24%34.22%
26.67%

Color #BB417B in popluar number systems.

HEXBB417B
Decimal18765123
Binary1011101110000011111011
Octal273101173

Shades and tints

Shades of #BB417B

#BB417B
(187,65,123)
#AA3C70
(170,60,112)
#993765
(153,55,101)
#88325A
(136,50,90)
#772D4F
(119,45,79)
#662844
(102,40,68)
#552339
(85,35,57)
#441E2E
(68,30,46)
#331923
(51,25,35)
#221418
(34,20,24)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #BB417B

#BB417B
(187,65,123)
#C15287
(193,82,135)
#C76393
(199,99,147)
#CD749F
(205,116,159)
#D385AB
(211,133,171)
#D996B7
(217,150,183)
#DFA7C3
(223,167,195)
#E5B8CF
(229,184,207)
#EBC9DB
(235,201,219)
#F1DAE7
(241,218,231)
#F7EBF3
(247,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB417B color. Also use rgb(187,65,123) instead hex code.

Text Font Color

.myTextColor { color: #BB417B; }

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

This text font color is #BB417B.


Background Color

.myBgColor { background-color: #BB417B; }

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

This div background color is #BB417B.


Border color

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

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

This div border color is #BB417B.


Opacity

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

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

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

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

This text has shadow with #BB417B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB417B on black background.


Color preview on white background

This text has color #BB417B on white background.



Black color preview on #BB417B background

This text has black color on #BB417B background.


White color preview on #BB417B background

This text has white color on #BB417B background.