COLOR #BD60A7

HEX: #BD60A7 RGB: (189,96,167)

Color info

#BD60A7 contains mainly red and blue colors. Web safe color of #BD60A7 is #CC6699 (or #C69).

RGB color model

#BD60A7 color RGB value is (189,96,167).

RGB: (189,96,167) (74%, 38%, 65%)

RGB channels and saturation

R 189 of 255 = 74%
G 96 of 255 = 38%
B 167 of 255 = 65%

189
96
167

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

Portions of RGB colors in percentages

R + G + B = 189 + 96 + 167 = 452 (100%)
R 189 of 452 ~ 41.81%
G 96 of 452 ~ 21.24%
B 167 of 452 ~ 36.95'%

%41.81
%21.24
%36.95

CMYK color model

#BD60A7 color CMYK value is (0,49,12,26).

  • cyan value is 0.00%
  • magenta value is 49.21%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (0,49,12,26)
C0M49Y12K26 (0%, 49%, 12%, 26%)
(0.00 / 0.49 / 0.12 / 0.26)

CMYK percentages

%0
%49.21
%11.64
%25.88

Codes

Color #BD60A7 in popluar color models

BD 60 A7
RGB 189 96 167
HSL 314° 41.33% 55.88%
HSB/HSV 314° 49.21% 74.12%
CMYK 0.00% 49.21% 11.64%
25.88%

Color #BD60A7 in popluar number systems.

HEX BD 60 A7
Decimal 189 96 167
Binary 10111101 1100000 10100111
Octal 275 140 247

Shades and tints

Shades of #BD60A7

#BD60A7
(189,96,167)
#AC5898
(172,88,152)
#9B5089
(155,80,137)
#8A487A
(138,72,122)
#79406B
(121,64,107)
#68385C
(104,56,92)
#57304D
(87,48,77)
#46283E
(70,40,62)
#35202F
(53,32,47)
#241820
(36,24,32)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #BD60A7

#BD60A7
(189,96,167)
#C36EAF
(195,110,175)
#C97CB7
(201,124,183)
#CF8ABF
(207,138,191)
#D598C7
(213,152,199)
#DBA6CF
(219,166,207)
#E1B4D7
(225,180,215)
#E7C2DF
(231,194,223)
#EDD0E7
(237,208,231)
#F3DEEF
(243,222,239)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD60A7 color. Also use rgb(189,96,167) instead hex code.

Text Font Color

.myTextColor { color: #BD60A7; }

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

This text font color is #BD60A7.

Background Color

.myBgColor { background-color: #BD60A7; }

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

This div background color is #BD60A7.

Border color

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

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

This div border color is #BD60A7.

Opacity

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

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

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

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

This text has shadow with #BD60A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD60A7.

Preview

Color preview on black background

This text has color #BD60A7 on black background.


Color preview on white background

This text has color #BD60A7 on white background.


Black color preview on #BD60A7 background

This text has black color on #BD60A7 background.


White color preview on #BD60A7 background

This text has white color on #BD60A7 background.


Related colors

Complementary color

Complementary color for #hex is #429F58.


I love getcolorcode.com

Triadic colors

1 #A7BD60 and #60A7BD with #BD60A7 are triadic colors.

2 #A760BD and #60BDA7 with #BD60A7 are triadic colors.