COLOR #BB70C5

HEX: #BB70C5 RGB: (187,112,197)

Color info

#BB70C5 contains mainly red and blue colors. Web safe color of #BB70C5 is #CC66CC (or #C6C).

RGB color model

#BB70C5 color RGB value is (187,112,197).

RGB: (187,112,197) (73%, 44%, 77%)

RGB channels and saturation

R 187 of 255 = 73%
G 112 of 255 = 44%
B 197 of 255 = 77%

187
112
197

R + G + B ~ 65%. #BB70C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 112 + 197 = 496 (100%)
R 187 of 496 ~ 37.7%
G 112 of 496 ~ 22.58%
B 197 of 496 ~ 39.72'%

%37.7
%22.58
%39.72

CMYK color model

#BB70C5 color CMYK value is (5,43,0,23).

  • cyan value is 5.08%
  • magenta value is 43.15%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (5,43,0,23) C5M43Y0K23 (5%,43%,0%,23%) (0.05/0.43/0.00/0.23) 

CMYK percentages

%5.08
%43.15
%0
%22.75

Codes

Color #BB70C5 in popluar color models

BB 70 C5
RGB 187 112 197
HSL 293° 42.29% 60.59%
HSB/HSV 293° 43.15% 77.25%
CMYK 5.08% 43.15% 0.00%
22.75%

Color #BB70C5 in popluar number systems.

HEX BB 70 C5
Decimal 187 112 197
Binary 10111011 1110000 11000101
Octal 273 160 305

Shades and tints

Shades of #BB70C5

#BB70C5
(187,112,197)
#AA66B4
(170,102,180)
#995CA3
(153,92,163)
#885292
(136,82,146)
#774881
(119,72,129)
#663E70
(102,62,112)
#55345F
(85,52,95)
#442A4E
(68,42,78)
#33203D
(51,32,61)
#22162C
(34,22,44)
#110C1B
(17,12,27)
#000000
(0,0,0)

Tints of #BB70C5

#BB70C5
(187,112,197)
#C17DCA
(193,125,202)
#C78ACF
(199,138,207)
#CD97D4
(205,151,212)
#D3A4D9
(211,164,217)
#D9B1DE
(217,177,222)
#DFBEE3
(223,190,227)
#E5CBE8
(229,203,232)
#EBD8ED
(235,216,237)
#F1E5F2
(241,229,242)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB70C5 color. Also use rgb(187,112,197) instead hex code.

Text Font Color

.myTextColor { color: #BB70C5; }

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

This text font color is #BB70C5.

Background Color

.myBgColor { background-color: #BB70C5; }

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

This div background color is #BB70C5.

Border color

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

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

This div border color is #BB70C5.

Opacity

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

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

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

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

This text has shadow with #BB70C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB70C5.

Preview

Color preview on black background

This text has color #BB70C5 on black background.


Color preview on white background

This text has color #BB70C5 on white background.


Black color preview on #BB70C5 background

This text has black color on #BB70C5 background.


White color preview on #BB70C5 background

This text has white color on #BB70C5 background.


Related colors

Complementary color

Complementary color for #hex is #448F3A.


I love getcolorcode.com

Triadic colors

1 #C5BB70 and #70C5BB with #BB70C5 are triadic colors.

2 #C570BB and #70BBC5 with #BB70C5 are triadic colors.