COLOR #BD1993

HEX: #BD1993
RGB: (189,25,147)

Color info

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

RGB color model

#BD1993 color RGB value is (189,25,147).

  • red value is 189;
  • green value is 25;
  • blue value is 147.
RGB:
(189,25,147)
(74%,10%,58%)

RGB channels and saturation

R 189 of 255 = 74%
G 25 of 255 = 10%
B 147 of 255 = 58%

189
25
147

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

Portions of RGB colors in percentages

R + G + B =
189 + 25 + 147 = 361 (100%)
R 189 of 361 ~ 52.35%
G 25 of 361 ~ 6.93%
B 147 of 361 ~ 40.72%

%52.35
%40.72

CMYK color model

#BD1993 color CMYK value is (0,87,22,26).

  • cyan value is 0.00%
  • magenta value is 86.77%
  • yellow value is 22.22%
  • key color value is 25.88%
CMYK:
(0,87,22,26)
C0M87Y22K26 
(0%,87%,22%,26%)
(0.00/0.87/0.22/0.26)	

CMYK percentages

%0
%86.77
%22.22
%25.88

Codes

Color #BD1993 in popluar color models

BD1993
RGB18925147
HSL315°76.64%41.96%
HSB/HSV315°86.77%74.12%
CMYK0.00%86.77%22.22%
25.88%

Color #BD1993 in popluar number systems.

HEXBD1993
Decimal18925147
Binary101111011100110010011
Octal27531223

Shades and tints

Shades of #BD1993

#BD1993
(189,25,147)
#AC1786
(172,23,134)
#9B1579
(155,21,121)
#8A136C
(138,19,108)
#79115F
(121,17,95)
#680F52
(104,15,82)
#570D45
(87,13,69)
#460B38
(70,11,56)
#35092B
(53,9,43)
#24071E
(36,7,30)
#130511
(19,5,17)
#000000
(0,0,0)

Tints of #BD1993

#BD1993
(189,25,147)
#C32D9C
(195,45,156)
#C941A5
(201,65,165)
#CF55AE
(207,85,174)
#D569B7
(213,105,183)
#DB7DC0
(219,125,192)
#E191C9
(225,145,201)
#E7A5D2
(231,165,210)
#EDB9DB
(237,185,219)
#F3CDE4
(243,205,228)
#F9E1ED
(249,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD1993 color. Also use rgb(189,25,147) instead hex code.

Text Font Color

.myTextColor { color: #BD1993; }

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

This text font color is #BD1993.


Background Color

.myBgColor { background-color: #BD1993; }

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

This div background color is #BD1993.


Border color

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

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

This div border color is #BD1993.


Opacity

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

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

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

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

This text has shadow with #BD1993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD1993 on black background.


Color preview on white background

This text has color #BD1993 on white background.



Black color preview on #BD1993 background

This text has black color on #BD1993 background.


White color preview on #BD1993 background

This text has white color on #BD1993 background.