COLOR #BD1A9E

HEX: #BD1A9E
RGB: (189,26,158)

Color info

#BD1A9E contains mainly red and blue colors. Web safe color of #BD1A9E is #CC0099 (or #C09).

RGB color model

#BD1A9E color RGB value is (189,26,158).

  • red value is 189;
  • green value is 26;
  • blue value is 158.
RGB:
(189,26,158)
(74%,10%,62%)

RGB channels and saturation

R 189 of 255 = 74%
G 26 of 255 = 10%
B 158 of 255 = 62%

189
26
158

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

Portions of RGB colors in percentages

R + G + B =
189 + 26 + 158 = 373 (100%)
R 189 of 373 ~ 50.67%
G 26 of 373 ~ 6.97%
B 158 of 373 ~ 42.36%

%50.67
%42.36

CMYK color model

#BD1A9E color CMYK value is (0,86,16,26).

  • cyan value is 0.00%
  • magenta value is 86.24%
  • yellow value is 16.40%
  • key color value is 25.88%
CMYK:
(0,86,16,26)
C0M86Y16K26 
(0%,86%,16%,26%)
(0.00/0.86/0.16/0.26)	

CMYK percentages

%0
%86.24
%16.4
%25.88

Codes

Color #BD1A9E in popluar color models

BD1A9E
RGB18926158
HSL311°75.81%42.16%
HSB/HSV311°86.24%74.12%
CMYK0.00%86.24%16.40%
25.88%

Color #BD1A9E in popluar number systems.

HEXBD1A9E
Decimal18926158
Binary101111011101010011110
Octal27532236

Shades and tints

Shades of #BD1A9E

#BD1A9E
(189,26,158)
#AC1890
(172,24,144)
#9B1682
(155,22,130)
#8A1474
(138,20,116)
#791266
(121,18,102)
#681058
(104,16,88)
#570E4A
(87,14,74)
#460C3C
(70,12,60)
#350A2E
(53,10,46)
#240820
(36,8,32)
#130612
(19,6,18)
#000000
(0,0,0)

Tints of #BD1A9E

#BD1A9E
(189,26,158)
#C32EA6
(195,46,166)
#C942AE
(201,66,174)
#CF56B6
(207,86,182)
#D56ABE
(213,106,190)
#DB7EC6
(219,126,198)
#E192CE
(225,146,206)
#E7A6D6
(231,166,214)
#EDBADE
(237,186,222)
#F3CEE6
(243,206,230)
#F9E2EE
(249,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD1A9E color. Also use rgb(189,26,158) instead hex code.

Text Font Color

.myTextColor { color: #BD1A9E; }

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

This text font color is #BD1A9E.


Background Color

.myBgColor { background-color: #BD1A9E; }

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

This div background color is #BD1A9E.


Border color

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

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

This div border color is #BD1A9E.


Opacity

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

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

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

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

This text has shadow with #BD1A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD1A9E on black background.


Color preview on white background

This text has color #BD1A9E on white background.



Black color preview on #BD1A9E background

This text has black color on #BD1A9E background.


White color preview on #BD1A9E background

This text has white color on #BD1A9E background.