COLOR #BB23D7

HEX: #BB23D7 RGB: (187,35,215)

Color info

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

RGB color model

#BB23D7 color RGB value is (187,35,215).

RGB: (187,35,215) (73%, 14%, 84%)

RGB channels and saturation

R 187 of 255 = 73%
G 35 of 255 = 14%
B 215 of 255 = 84%

187
35
215

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

Portions of RGB colors in percentages

R + G + B = 187 + 35 + 215 = 437 (100%)
R 187 of 437 ~ 42.79%
G 35 of 437 ~ 8.01%
B 215 of 437 ~ 49.2'%

%42.79
%49.2

CMYK color model

#BB23D7 color CMYK value is (13,84,0,16).

  • cyan value is 13.02%
  • magenta value is 83.72%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (13,84,0,16)
C13M84Y0K16 (13%, 84%, 0%, 16%)
(0.13 / 0.84 / 0.00 / 0.16)

CMYK percentages

%13.02
%83.72
%0
%15.69

Codes

Color #BB23D7 in popluar color models

BB 23 D7
RGB 187 35 215
HSL 291° 72.00% 49.02%
HSB/HSV 291° 83.72% 84.31%
CMYK 13.02% 83.72% 0.00%
15.69%

Color #BB23D7 in popluar number systems.

HEX BB 23 D7
Decimal 187 35 215
Binary 10111011 100011 11010111
Octal 273 43 327

Shades and tints

Shades of #BB23D7

#BB23D7
(187,35,215)
#AA20C4
(170,32,196)
#991DB1
(153,29,177)
#881A9E
(136,26,158)
#77178B
(119,23,139)
#661478
(102,20,120)
#551165
(85,17,101)
#440E52
(68,14,82)
#330B3F
(51,11,63)
#22082C
(34,8,44)
#110519
(17,5,25)
#000000
(0,0,0)

Tints of #BB23D7

#BB23D7
(187,35,215)
#C137DA
(193,55,218)
#C74BDD
(199,75,221)
#CD5FE0
(205,95,224)
#D373E3
(211,115,227)
#D987E6
(217,135,230)
#DF9BE9
(223,155,233)
#E5AFEC
(229,175,236)
#EBC3EF
(235,195,239)
#F1D7F2
(241,215,242)
#F7EBF5
(247,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB23D7 color. Also use rgb(187,35,215) instead hex code.

Text Font Color

.myTextColor { color: #BB23D7; }

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

This text font color is #BB23D7.

Background Color

.myBgColor { background-color: #BB23D7; }

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

This div background color is #BB23D7.

Border color

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

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

This div border color is #BB23D7.

Opacity

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

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

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

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

This text has shadow with #BB23D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB23D7.

Preview

Color preview on black background

This text has color #BB23D7 on black background.


Color preview on white background

This text has color #BB23D7 on white background.


Black color preview on #BB23D7 background

This text has black color on #BB23D7 background.


White color preview on #BB23D7 background

This text has white color on #BB23D7 background.


Related colors

Complementary color

Complementary color for #hex is #44DC28.


I love getcolorcode.com

Triadic colors

1 #D7BB23 and #23D7BB with #BB23D7 are triadic colors.

2 #D723BB and #23BBD7 with #BB23D7 are triadic colors.