COLOR #BB7ACD

HEX: #BB7ACD RGB: (187,122,205)

Color info

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

RGB color model

#BB7ACD color RGB value is (187,122,205).

RGB: (187,122,205) (73%, 48%, 80%)

RGB channels and saturation

R 187 of 255 = 73%
G 122 of 255 = 48%
B 205 of 255 = 80%

187
122
205

R + G + B ~ 67%. #BB7ACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 122 + 205 = 514 (100%)
R 187 of 514 ~ 36.38%
G 122 of 514 ~ 23.74%
B 205 of 514 ~ 39.88'%

%36.38
%23.74
%39.88

CMYK color model

#BB7ACD color CMYK value is (9,40,0,20).

  • cyan value is 8.78%
  • magenta value is 40.49%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (9,40,0,20)
C9M40Y0K20 (9%, 40%, 0%, 20%)
(0.09 / 0.40 / 0.00 / 0.20)

CMYK percentages

%8.78
%40.49
%0
%19.61

Codes

Color #BB7ACD in popluar color models

BB 7A CD
RGB 187 122 205
HSL 287° 45.36% 64.12%
HSB/HSV 287° 40.49% 80.39%
CMYK 8.78% 40.49% 0.00%
19.61%

Color #BB7ACD in popluar number systems.

HEX BB 7A CD
Decimal 187 122 205
Binary 10111011 1111010 11001101
Octal 273 172 315

Shades and tints

Shades of #BB7ACD

#BB7ACD
(187,122,205)
#AA6FBB
(170,111,187)
#9964A9
(153,100,169)
#885997
(136,89,151)
#774E85
(119,78,133)
#664373
(102,67,115)
#553861
(85,56,97)
#442D4F
(68,45,79)
#33223D
(51,34,61)
#22172B
(34,23,43)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #BB7ACD

#BB7ACD
(187,122,205)
#C186D1
(193,134,209)
#C792D5
(199,146,213)
#CD9ED9
(205,158,217)
#D3AADD
(211,170,221)
#D9B6E1
(217,182,225)
#DFC2E5
(223,194,229)
#E5CEE9
(229,206,233)
#EBDAED
(235,218,237)
#F1E6F1
(241,230,241)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB7ACD color. Also use rgb(187,122,205) instead hex code.

Text Font Color

.myTextColor { color: #BB7ACD; }

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

This text font color is #BB7ACD.

Background Color

.myBgColor { background-color: #BB7ACD; }

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

This div background color is #BB7ACD.

Border color

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

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

This div border color is #BB7ACD.

Opacity

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

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

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

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

This text has shadow with #BB7ACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB7ACD.

Preview

Color preview on black background

This text has color #BB7ACD on black background.


Color preview on white background

This text has color #BB7ACD on white background.


Black color preview on #BB7ACD background

This text has black color on #BB7ACD background.


White color preview on #BB7ACD background

This text has white color on #BB7ACD background.


Related colors

Complementary color

Complementary color for #hex is #448532.


I love getcolorcode.com

Triadic colors

1 #CDBB7A and #7ACDBB with #BB7ACD are triadic colors.

2 #CD7ABB and #7ABBCD with #BB7ACD are triadic colors.