COLOR #BB17CC

HEX: #BB17CC
RGB: (187,23,204)

Color info

#BB17CC contains mainly red and blue colors. Web safe color of #BB17CC is #CC00CC (or #C0C).

RGB color model

#BB17CC color RGB value is (187,23,204).

  • red value is 187;
  • green value is 23;
  • blue value is 204.
RGB:
(187,23,204)
(73%,9%,80%)

RGB channels and saturation

R 187 of 255 = 73%
G 23 of 255 = 9%
B 204 of 255 = 80%

187
23
204

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

Portions of RGB colors in percentages

R + G + B =
187 + 23 + 204 = 414 (100%)
R 187 of 414 ~ 45.17%
G 23 of 414 ~ 5.56%
B 204 of 414 ~ 49.28%

%45.17
%49.28

CMYK color model

#BB17CC color CMYK value is (8,89,0,20).

  • cyan value is 8.33%
  • magenta value is 88.73%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(8,89,0,20)
C8M89Y0K20 
(8%,89%,0%,20%)
(0.08/0.89/0.00/0.20)	

CMYK percentages

%8.33
%88.73
%0
%20

Codes

Color #BB17CC in popluar color models

BB17CC
RGB18723204
HSL294°79.74%44.51%
HSB/HSV294°88.73%80.00%
CMYK8.33%88.73%0.00%
20.00%

Color #BB17CC in popluar number systems.

HEXBB17CC
Decimal18723204
Binary101110111011111001100
Octal27327314

Shades and tints

Shades of #BB17CC

#BB17CC
(187,23,204)
#AA15BA
(170,21,186)
#9913A8
(153,19,168)
#881196
(136,17,150)
#770F84
(119,15,132)
#660D72
(102,13,114)
#550B60
(85,11,96)
#44094E
(68,9,78)
#33073C
(51,7,60)
#22052A
(34,5,42)
#110318
(17,3,24)
#000000
(0,0,0)

Tints of #BB17CC

#BB17CC
(187,23,204)
#C12CD0
(193,44,208)
#C741D4
(199,65,212)
#CD56D8
(205,86,216)
#D36BDC
(211,107,220)
#D980E0
(217,128,224)
#DF95E4
(223,149,228)
#E5AAE8
(229,170,232)
#EBBFEC
(235,191,236)
#F1D4F0
(241,212,240)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB17CC color. Also use rgb(187,23,204) instead hex code.

Text Font Color

.myTextColor { color: #BB17CC; }

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

This text font color is #BB17CC.


Background Color

.myBgColor { background-color: #BB17CC; }

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

This div background color is #BB17CC.


Border color

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

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

This div border color is #BB17CC.


Opacity

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

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

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

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

This text has shadow with #BB17CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BB17CC on black background.


Color preview on white background

This text has color #BB17CC on white background.



Black color preview on #BB17CC background

This text has black color on #BB17CC background.


White color preview on #BB17CC background

This text has white color on #BB17CC background.