COLOR #BD61F9

HEX: #BD61F9 RGB: (189,97,249)

Color info

#BD61F9 contains mainly blue color. Web safe color of #BD61F9 is #CC66FF (or #C6F).

RGB color model

#BD61F9 color RGB value is (189,97,249).

RGB: (189,97,249) (74%, 38%, 98%)

RGB channels and saturation

R 189 of 255 = 74%
G 97 of 255 = 38%
B 249 of 255 = 98%

189
97
249

R + G + B ~ 70%. #BD61F9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 189 + 97 + 249 = 535 (100%)
R 189 of 535 ~ 35.33%
G 97 of 535 ~ 18.13%
B 249 of 535 ~ 46.54'%

%35.33
%18.13
%46.54

CMYK color model

#BD61F9 color CMYK value is (24,61,0,2).

  • cyan value is 24.10%
  • magenta value is 61.04%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (24,61,0,2)
C24M61Y0K2 (24%, 61%, 0%, 2%)
(0.24 / 0.61 / 0.00 / 0.02)

CMYK percentages

%24.1
%61.04
%0
%2.35

Codes

Color #BD61F9 in popluar color models

BD 61 F9
RGB 189 97 249
HSL 276° 92.68% 67.84%
HSB/HSV 276° 61.04% 97.65%
CMYK 24.10% 61.04% 0.00%
2.35%

Color #BD61F9 in popluar number systems.

HEX BD 61 F9
Decimal 189 97 249
Binary 10111101 1100001 11111001
Octal 275 141 371

Shades and tints

Shades of #BD61F9

#BD61F9
(189,97,249)
#AC59E3
(172,89,227)
#9B51CD
(155,81,205)
#8A49B7
(138,73,183)
#7941A1
(121,65,161)
#68398B
(104,57,139)
#573175
(87,49,117)
#46295F
(70,41,95)
#352149
(53,33,73)
#241933
(36,25,51)
#13111D
(19,17,29)
#000000
(0,0,0)

Tints of #BD61F9

#BD61F9
(189,97,249)
#C36FF9
(195,111,249)
#C97DF9
(201,125,249)
#CF8BF9
(207,139,249)
#D599F9
(213,153,249)
#DBA7F9
(219,167,249)
#E1B5F9
(225,181,249)
#E7C3F9
(231,195,249)
#EDD1F9
(237,209,249)
#F3DFF9
(243,223,249)
#F9EDF9
(249,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD61F9 color. Also use rgb(189,97,249) instead hex code.

Text Font Color

.myTextColor { color: #BD61F9; }

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

This text font color is #BD61F9.

Background Color

.myBgColor { background-color: #BD61F9; }

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

This div background color is #BD61F9.

Border color

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

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

This div border color is #BD61F9.

Opacity

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

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

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

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

This text has shadow with #BD61F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BD61F9.

Preview

Color preview on black background

This text has color #BD61F9 on black background.


Color preview on white background

This text has color #BD61F9 on white background.


Black color preview on #BD61F9 background

This text has black color on #BD61F9 background.


White color preview on #BD61F9 background

This text has white color on #BD61F9 background.


Related colors

Complementary color

Complementary color for #hex is #429E06.


I love getcolorcode.com

Triadic colors

1 #F9BD61 and #61F9BD with #BD61F9 are triadic colors.

2 #F961BD and #61BDF9 with #BD61F9 are triadic colors.