COLOR #BD75AC

HEX: #BD75AC
RGB: (189,117,172)

Color info

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

RGB color model

#BD75AC color RGB value is (189,117,172).

  • red value is 189;
  • green value is 117;
  • blue value is 172.
RGB:
(189,117,172)
(74%,46%,67%)

RGB channels and saturation

R 189 of 255 = 74%
G 117 of 255 = 46%
B 172 of 255 = 67%

189
117
172

R + G + B ~ 62%. #BD75AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 117 + 172 = 478 (100%)
R 189 of 478 ~ 39.54%
G 117 of 478 ~ 24.48%
B 172 of 478 ~ 35.98%

%39.54
%24.48
%35.98

CMYK color model

#BD75AC color CMYK value is (0,38,9,26).

  • cyan value is 0.00%
  • magenta value is 38.10%
  • yellow value is 8.99%
  • key color value is 25.88%
CMYK:
(0,38,9,26)
C0M38Y9K26 
(0%,38%,9%,26%)
(0.00/0.38/0.09/0.26)	

CMYK percentages

%0
%38.1
%8.99
%25.88

Codes

Color #BD75AC in popluar color models

BD75AC
RGB189117172
HSL314°35.29%60.00%
HSB/HSV314°38.10%74.12%
CMYK0.00%38.10%8.99%
25.88%

Color #BD75AC in popluar number systems.

HEXBD75AC
Decimal189117172
Binary10111101111010110101100
Octal275165254

Shades and tints

Shades of #BD75AC

#BD75AC
(189,117,172)
#AC6B9D
(172,107,157)
#9B618E
(155,97,142)
#8A577F
(138,87,127)
#794D70
(121,77,112)
#684361
(104,67,97)
#573952
(87,57,82)
#462F43
(70,47,67)
#352534
(53,37,52)
#241B25
(36,27,37)
#131116
(19,17,22)
#000000
(0,0,0)

Tints of #BD75AC

#BD75AC
(189,117,172)
#C381B3
(195,129,179)
#C98DBA
(201,141,186)
#CF99C1
(207,153,193)
#D5A5C8
(213,165,200)
#DBB1CF
(219,177,207)
#E1BDD6
(225,189,214)
#E7C9DD
(231,201,221)
#EDD5E4
(237,213,228)
#F3E1EB
(243,225,235)
#F9EDF2
(249,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD75AC color. Also use rgb(189,117,172) instead hex code.

Text Font Color

.myTextColor { color: #BD75AC; }

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

This text font color is #BD75AC.


Background Color

.myBgColor { background-color: #BD75AC; }

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

This div background color is #BD75AC.


Border color

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

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

This div border color is #BD75AC.


Opacity

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

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

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

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

This text has shadow with #BD75AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD75AC on black background.


Color preview on white background

This text has color #BD75AC on white background.



Black color preview on #BD75AC background

This text has black color on #BD75AC background.


White color preview on #BD75AC background

This text has white color on #BD75AC background.