COLOR #BD62B5

HEX: #BD62B5 RGB: (189,98,181)

Color info

#BD62B5 contains mainly red and blue colors. Web safe color of #BD62B5 is #CC66CC (or #C6C).

RGB color model

#BD62B5 color RGB value is (189,98,181).

RGB: (189,98,181) (74%, 38%, 71%)

RGB channels and saturation

R 189 of 255 = 74%
G 98 of 255 = 38%
B 181 of 255 = 71%

189
98
181

R + G + B ~ 61%. #BD62B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 98 + 181 = 468 (100%)
R 189 of 468 ~ 40.38%
G 98 of 468 ~ 20.94%
B 181 of 468 ~ 38.68'%

%40.38
%20.94
%38.68

CMYK color model

#BD62B5 color CMYK value is (0,48,4,26).

  • cyan value is 0.00%
  • magenta value is 48.15%
  • yellow value is 4.23%
  • key color value is 25.88%

CMYK: (0,48,4,26)
C0M48Y4K26 (0%, 48%, 4%, 26%)
(0.00 / 0.48 / 0.04 / 0.26)

CMYK percentages

%0
%48.15
%4.23
%25.88

Codes

Color #BD62B5 in popluar color models

BD 62 B5
RGB 189 98 181
HSL 305° 40.81% 56.27%
HSB/HSV 305° 48.15% 74.12%
CMYK 0.00% 48.15% 4.23%
25.88%

Color #BD62B5 in popluar number systems.

HEX BD 62 B5
Decimal 189 98 181
Binary 10111101 1100010 10110101
Octal 275 142 265

Shades and tints

Shades of #BD62B5

#BD62B5
(189,98,181)
#AC5AA5
(172,90,165)
#9B5295
(155,82,149)
#8A4A85
(138,74,133)
#794275
(121,66,117)
#683A65
(104,58,101)
#573255
(87,50,85)
#462A45
(70,42,69)
#352235
(53,34,53)
#241A25
(36,26,37)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #BD62B5

#BD62B5
(189,98,181)
#C370BB
(195,112,187)
#C97EC1
(201,126,193)
#CF8CC7
(207,140,199)
#D59ACD
(213,154,205)
#DBA8D3
(219,168,211)
#E1B6D9
(225,182,217)
#E7C4DF
(231,196,223)
#EDD2E5
(237,210,229)
#F3E0EB
(243,224,235)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD62B5 color. Also use rgb(189,98,181) instead hex code.

Text Font Color

.myTextColor { color: #BD62B5; }

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

This text font color is #BD62B5.

Background Color

.myBgColor { background-color: #BD62B5; }

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

This div background color is #BD62B5.

Border color

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

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

This div border color is #BD62B5.

Opacity

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

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

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

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

This text has shadow with #BD62B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD62B5.

Preview

Color preview on black background

This text has color #BD62B5 on black background.


Color preview on white background

This text has color #BD62B5 on white background.


Black color preview on #BD62B5 background

This text has black color on #BD62B5 background.


White color preview on #BD62B5 background

This text has white color on #BD62B5 background.


Related colors

Complementary color

Complementary color for #hex is #429D4A.


I love getcolorcode.com

Triadic colors

1 #B5BD62 and #62B5BD with #BD62B5 are triadic colors.

2 #B562BD and #62BDB5 with #BD62B5 are triadic colors.