COLOR #BD34B0

HEX: #BD34B0
RGB: (189,52,176)

Color info

#BD34B0 contains mainly red and blue colors. Web safe color of #BD34B0 is #CC3399 (or #C39).

RGB color model

#BD34B0 color RGB value is (189,52,176).

  • red value is 189;
  • green value is 52;
  • blue value is 176.
RGB:
(189,52,176)
(74%,20%,69%)

RGB channels and saturation

R 189 of 255 = 74%
G 52 of 255 = 20%
B 176 of 255 = 69%

189
52
176

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

Portions of RGB colors in percentages

R + G + B =
189 + 52 + 176 = 417 (100%)
R 189 of 417 ~ 45.32%
G 52 of 417 ~ 12.47%
B 176 of 417 ~ 42.21%

%45.32
%12.47
%42.21

CMYK color model

#BD34B0 color CMYK value is (0,72,7,26).

  • cyan value is 0.00%
  • magenta value is 72.49%
  • yellow value is 6.88%
  • key color value is 25.88%
CMYK:
(0,72,7,26)
C0M72Y7K26 
(0%,72%,7%,26%)
(0.00/0.72/0.07/0.26)	

CMYK percentages

%0
%72.49
%6.88
%25.88

Codes

Color #BD34B0 in popluar color models

BD34B0
RGB18952176
HSL306°56.85%47.25%
HSB/HSV306°72.49%74.12%
CMYK0.00%72.49%6.88%
25.88%

Color #BD34B0 in popluar number systems.

HEXBD34B0
Decimal18952176
Binary1011110111010010110000
Octal27564260

Shades and tints

Shades of #BD34B0

#BD34B0
(189,52,176)
#AC30A0
(172,48,160)
#9B2C90
(155,44,144)
#8A2880
(138,40,128)
#792470
(121,36,112)
#682060
(104,32,96)
#571C50
(87,28,80)
#461840
(70,24,64)
#351430
(53,20,48)
#241020
(36,16,32)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #BD34B0

#BD34B0
(189,52,176)
#C346B7
(195,70,183)
#C958BE
(201,88,190)
#CF6AC5
(207,106,197)
#D57CCC
(213,124,204)
#DB8ED3
(219,142,211)
#E1A0DA
(225,160,218)
#E7B2E1
(231,178,225)
#EDC4E8
(237,196,232)
#F3D6EF
(243,214,239)
#F9E8F6
(249,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD34B0 color. Also use rgb(189,52,176) instead hex code.

Text Font Color

.myTextColor { color: #BD34B0; }

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

This text font color is #BD34B0.


Background Color

.myBgColor { background-color: #BD34B0; }

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

This div background color is #BD34B0.


Border color

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

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

This div border color is #BD34B0.


Opacity

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

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

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

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

This text has shadow with #BD34B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD34B0 on black background.


Color preview on white background

This text has color #BD34B0 on white background.



Black color preview on #BD34B0 background

This text has black color on #BD34B0 background.


White color preview on #BD34B0 background

This text has white color on #BD34B0 background.