COLOR #BD50A8

HEX: #BD50A8
RGB: (189,80,168)

Color info

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

RGB color model

#BD50A8 color RGB value is (189,80,168).

  • red value is 189;
  • green value is 80;
  • blue value is 168.
RGB:
(189,80,168)
(74%,31%,66%)

RGB channels and saturation

R 189 of 255 = 74%
G 80 of 255 = 31%
B 168 of 255 = 66%

189
80
168

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

Portions of RGB colors in percentages

R + G + B =
189 + 80 + 168 = 437 (100%)
R 189 of 437 ~ 43.25%
G 80 of 437 ~ 18.31%
B 168 of 437 ~ 38.44%

%43.25
%18.31
%38.44

CMYK color model

#BD50A8 color CMYK value is (0,58,11,26).

  • cyan value is 0.00%
  • magenta value is 57.67%
  • yellow value is 11.11%
  • key color value is 25.88%
CMYK:
(0,58,11,26)
C0M58Y11K26 
(0%,58%,11%,26%)
(0.00/0.58/0.11/0.26)	

CMYK percentages

%0
%57.67
%11.11
%25.88

Codes

Color #BD50A8 in popluar color models

BD50A8
RGB18980168
HSL312°45.23%52.75%
HSB/HSV312°57.67%74.12%
CMYK0.00%57.67%11.11%
25.88%

Color #BD50A8 in popluar number systems.

HEXBD50A8
Decimal18980168
Binary10111101101000010101000
Octal275120250

Shades and tints

Shades of #BD50A8

#BD50A8
(189,80,168)
#AC4999
(172,73,153)
#9B428A
(155,66,138)
#8A3B7B
(138,59,123)
#79346C
(121,52,108)
#682D5D
(104,45,93)
#57264E
(87,38,78)
#461F3F
(70,31,63)
#351830
(53,24,48)
#241121
(36,17,33)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #BD50A8

#BD50A8
(189,80,168)
#C35FAF
(195,95,175)
#C96EB6
(201,110,182)
#CF7DBD
(207,125,189)
#D58CC4
(213,140,196)
#DB9BCB
(219,155,203)
#E1AAD2
(225,170,210)
#E7B9D9
(231,185,217)
#EDC8E0
(237,200,224)
#F3D7E7
(243,215,231)
#F9E6EE
(249,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD50A8 color. Also use rgb(189,80,168) instead hex code.

Text Font Color

.myTextColor { color: #BD50A8; }

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

This text font color is #BD50A8.


Background Color

.myBgColor { background-color: #BD50A8; }

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

This div background color is #BD50A8.


Border color

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

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

This div border color is #BD50A8.


Opacity

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

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

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

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

This text has shadow with #BD50A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD50A8 on black background.


Color preview on white background

This text has color #BD50A8 on white background.



Black color preview on #BD50A8 background

This text has black color on #BD50A8 background.


White color preview on #BD50A8 background

This text has white color on #BD50A8 background.