COLOR #BB71EA

HEX: #BB71EA RGB: (187,113,234)

Color info

#BB71EA contains mainly red and blue colors. Web safe color of #BB71EA is #CC66FF (or #C6F).

RGB color model

#BB71EA color RGB value is (187,113,234).

RGB: (187,113,234) (73%, 44%, 92%)

RGB channels and saturation

R 187 of 255 = 73%
G 113 of 255 = 44%
B 234 of 255 = 92%

187
113
234

R + G + B ~ 70%. #BB71EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 113 + 234 = 534 (100%)
R 187 of 534 ~ 35.02%
G 113 of 534 ~ 21.16%
B 234 of 534 ~ 43.82'%

%35.02
%21.16
%43.82

CMYK color model

#BB71EA color CMYK value is (20,52,0,8).

  • cyan value is 20.09%
  • magenta value is 51.71%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (20,52,0,8)
C20M52Y0K8 (20%, 52%, 0%, 8%)
(0.20 / 0.52 / 0.00 / 0.08)

CMYK percentages

%20.09
%51.71
%0
%8.24

Codes

Color #BB71EA in popluar color models

BB 71 EA
RGB 187 113 234
HSL 277° 74.23% 68.04%
HSB/HSV 277° 51.71% 91.76%
CMYK 20.09% 51.71% 0.00%
8.24%

Color #BB71EA in popluar number systems.

HEX BB 71 EA
Decimal 187 113 234
Binary 10111011 1110001 11101010
Octal 273 161 352

Shades and tints

Shades of #BB71EA

#BB71EA
(187,113,234)
#AA67D5
(170,103,213)
#995DC0
(153,93,192)
#8853AB
(136,83,171)
#774996
(119,73,150)
#663F81
(102,63,129)
#55356C
(85,53,108)
#442B57
(68,43,87)
#332142
(51,33,66)
#22172D
(34,23,45)
#110D18
(17,13,24)
#000000
(0,0,0)

Tints of #BB71EA

#BB71EA
(187,113,234)
#C17DEB
(193,125,235)
#C789EC
(199,137,236)
#CD95ED
(205,149,237)
#D3A1EE
(211,161,238)
#D9ADEF
(217,173,239)
#DFB9F0
(223,185,240)
#E5C5F1
(229,197,241)
#EBD1F2
(235,209,242)
#F1DDF3
(241,221,243)
#F7E9F4
(247,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB71EA color. Also use rgb(187,113,234) instead hex code.

Text Font Color

.myTextColor { color: #BB71EA; }

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

This text font color is #BB71EA.

Background Color

.myBgColor { background-color: #BB71EA; }

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

This div background color is #BB71EA.

Border color

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

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

This div border color is #BB71EA.

Opacity

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

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

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

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

This text has shadow with #BB71EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB71EA.

Preview

Color preview on black background

This text has color #BB71EA on black background.


Color preview on white background

This text has color #BB71EA on white background.


Black color preview on #BB71EA background

This text has black color on #BB71EA background.


White color preview on #BB71EA background

This text has white color on #BB71EA background.


Related colors

Complementary color

Complementary color for #hex is #448E15.


I love getcolorcode.com

Triadic colors

1 #EABB71 and #71EABB with #BB71EA are triadic colors.

2 #EA71BB and #71BBEA with #BB71EA are triadic colors.