COLOR #B461CF

HEX: #B461CF RGB: (180,97,207)

Color info

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

RGB color model

#B461CF color RGB value is (180,97,207).

RGB: (180,97,207) (71%, 38%, 81%)

RGB channels and saturation

R 180 of 255 = 71%
G 97 of 255 = 38%
B 207 of 255 = 81%

180
97
207

R + G + B ~ 63%. #B461CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 97 + 207 = 484 (100%)
R 180 of 484 ~ 37.19%
G 97 of 484 ~ 20.04%
B 207 of 484 ~ 42.77'%

%37.19
%20.04
%42.77

CMYK color model

#B461CF color CMYK value is (13,53,0,19).

  • cyan value is 13.04%
  • magenta value is 53.14%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (13,53,0,19)
C13M53Y0K19 (13%, 53%, 0%, 19%)
(0.13 / 0.53 / 0.00 / 0.19)

CMYK percentages

%13.04
%53.14
%0
%18.82

Codes

Color #B461CF in popluar color models

B4 61 CF
RGB 180 97 207
HSL 285° 53.40% 59.61%
HSB/HSV 285° 53.14% 81.18%
CMYK 13.04% 53.14% 0.00%
18.82%

Color #B461CF in popluar number systems.

HEX B4 61 CF
Decimal 180 97 207
Binary 10110100 1100001 11001111
Octal 264 141 317

Shades and tints

Shades of #B461CF

#B461CF
(180,97,207)
#A459BD
(164,89,189)
#9451AB
(148,81,171)
#844999
(132,73,153)
#744187
(116,65,135)
#643975
(100,57,117)
#543163
(84,49,99)
#442951
(68,41,81)
#34213F
(52,33,63)
#24192D
(36,25,45)
#14111B
(20,17,27)
#000000
(0,0,0)

Tints of #B461CF

#B461CF
(180,97,207)
#BA6FD3
(186,111,211)
#C07DD7
(192,125,215)
#C68BDB
(198,139,219)
#CC99DF
(204,153,223)
#D2A7E3
(210,167,227)
#D8B5E7
(216,181,231)
#DEC3EB
(222,195,235)
#E4D1EF
(228,209,239)
#EADFF3
(234,223,243)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B461CF color. Also use rgb(180,97,207) instead hex code.

Text Font Color

.myTextColor { color: #B461CF; }

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

This text font color is #B461CF.

Background Color

.myBgColor { background-color: #B461CF; }

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

This div background color is #B461CF.

Border color

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

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

This div border color is #B461CF.

Opacity

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

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

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

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

This text has shadow with #B461CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B461CF.

Preview

Color preview on black background

This text has color #B461CF on black background.


Color preview on white background

This text has color #B461CF on white background.


Black color preview on #B461CF background

This text has black color on #B461CF background.


White color preview on #B461CF background

This text has white color on #B461CF background.


Related colors

Complementary color

Complementary color for #hex is #4B9E30.


I love getcolorcode.com

Triadic colors

1 #CFB461 and #61CFB4 with #B461CF are triadic colors.

2 #CF61B4 and #61B4CF with #B461CF are triadic colors.