COLOR #BF6498

HEX: #BF6498 RGB: (191,100,152)

Color info

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

RGB color model

#BF6498 color RGB value is (191,100,152).

RGB: (191,100,152) (75%, 39%, 60%)

RGB channels and saturation

R 191 of 255 = 75%
G 100 of 255 = 39%
B 152 of 255 = 60%

191
100
152

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

Portions of RGB colors in percentages

R + G + B = 191 + 100 + 152 = 443 (100%)
R 191 of 443 ~ 43.12%
G 100 of 443 ~ 22.57%
B 152 of 443 ~ 34.31'%

%43.12
%22.57
%34.31

CMYK color model

#BF6498 color CMYK value is (0,48,20,25).

  • cyan value is 0.00%
  • magenta value is 47.64%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK: (0,48,20,25) C0M48Y20K25 (0%,48%,20%,25%) (0.00/0.48/0.20/0.25) 

CMYK percentages

%0
%47.64
%20.42
%25.1

Codes

Color #BF6498 in popluar color models

BF 64 98
RGB 191 100 152
HSL 326° 41.55% 57.06%
HSB/HSV 326° 47.64% 74.90%
CMYK 0.00% 47.64% 20.42%
25.10%

Color #BF6498 in popluar number systems.

HEX BF 64 98
Decimal 191 100 152
Binary 10111111 1100100 10011000
Octal 277 144 230

Shades and tints

Shades of #BF6498

#BF6498
(191,100,152)
#AE5B8B
(174,91,139)
#9D527E
(157,82,126)
#8C4971
(140,73,113)
#7B4064
(123,64,100)
#6A3757
(106,55,87)
#592E4A
(89,46,74)
#48253D
(72,37,61)
#371C30
(55,28,48)
#261323
(38,19,35)
#150A16
(21,10,22)
#000000
(0,0,0)

Tints of #BF6498

#BF6498
(191,100,152)
#C472A1
(196,114,161)
#C980AA
(201,128,170)
#CE8EB3
(206,142,179)
#D39CBC
(211,156,188)
#D8AAC5
(216,170,197)
#DDB8CE
(221,184,206)
#E2C6D7
(226,198,215)
#E7D4E0
(231,212,224)
#ECE2E9
(236,226,233)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6498 color. Also use rgb(191,100,152) instead hex code.

Text Font Color

.myTextColor { color: #BF6498; }

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

This text font color is #BF6498.

Background Color

.myBgColor { background-color: #BF6498; }

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

This div background color is #BF6498.

Border color

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

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

This div border color is #BF6498.

Opacity

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

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

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

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

This text has shadow with #BF6498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF6498.

Preview

Color preview on black background

This text has color #BF6498 on black background.


Color preview on white background

This text has color #BF6498 on white background.


Black color preview on #BF6498 background

This text has black color on #BF6498 background.


White color preview on #BF6498 background

This text has white color on #BF6498 background.


Related colors

Complementary color

Complementary color for #hex is #409B67.


I love getcolorcode.com

Triadic colors

1 #98BF64 and #6498BF with #BF6498 are triadic colors.

2 #9864BF and #64BF98 with #BF6498 are triadic colors.