COLOR #BD76AF

HEX: #BD76AF
RGB: (189,118,175)

Color info

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

RGB color model

#BD76AF color RGB value is (189,118,175).

  • red value is 189;
  • green value is 118;
  • blue value is 175.
RGB:
(189,118,175)
(74%,46%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 118 of 255 = 46%
B 175 of 255 = 69%

189
118
175

R + G + B ~ 63%. #BD76AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 118 + 175 = 482 (100%)
R 189 of 482 ~ 39.21%
G 118 of 482 ~ 24.48%
B 175 of 482 ~ 36.31%

%39.21
%24.48
%36.31

CMYK color model

#BD76AF color CMYK value is (0,38,7,26).

  • cyan value is 0.00%
  • magenta value is 37.57%
  • yellow value is 7.41%
  • key color value is 25.88%
CMYK:
(0,38,7,26)
C0M38Y7K26 
(0%,38%,7%,26%)
(0.00/0.38/0.07/0.26)	

CMYK percentages

%0
%37.57
%7.41
%25.88

Codes

Color #BD76AF in popluar color models

BD76AF
RGB189118175
HSL312°34.98%60.20%
HSB/HSV312°37.57%74.12%
CMYK0.00%37.57%7.41%
25.88%

Color #BD76AF in popluar number systems.

HEXBD76AF
Decimal189118175
Binary10111101111011010101111
Octal275166257

Shades and tints

Shades of #BD76AF

#BD76AF
(189,118,175)
#AC6CA0
(172,108,160)
#9B6291
(155,98,145)
#8A5882
(138,88,130)
#794E73
(121,78,115)
#684464
(104,68,100)
#573A55
(87,58,85)
#463046
(70,48,70)
#352637
(53,38,55)
#241C28
(36,28,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #BD76AF

#BD76AF
(189,118,175)
#C382B6
(195,130,182)
#C98EBD
(201,142,189)
#CF9AC4
(207,154,196)
#D5A6CB
(213,166,203)
#DBB2D2
(219,178,210)
#E1BED9
(225,190,217)
#E7CAE0
(231,202,224)
#EDD6E7
(237,214,231)
#F3E2EE
(243,226,238)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD76AF color. Also use rgb(189,118,175) instead hex code.

Text Font Color

.myTextColor { color: #BD76AF; }

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

This text font color is #BD76AF.


Background Color

.myBgColor { background-color: #BD76AF; }

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

This div background color is #BD76AF.


Border color

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

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

This div border color is #BD76AF.


Opacity

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

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

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

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

This text has shadow with #BD76AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD76AF on black background.


Color preview on white background

This text has color #BD76AF on white background.



Black color preview on #BD76AF background

This text has black color on #BD76AF background.


White color preview on #BD76AF background

This text has white color on #BD76AF background.