COLOR #BF13A5

HEX: #BF13A5 RGB: (191,19,165)

Color info

#BF13A5 contains mainly red and blue colors. Web safe color of #BF13A5 is #CC0099 (or #C09).

RGB color model

#BF13A5 color RGB value is (191,19,165).

RGB: (191,19,165) (75%, 7%, 65%)

RGB channels and saturation

R 191 of 255 = 75%
G 19 of 255 = 7%
B 165 of 255 = 65%

191
19
165

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

Portions of RGB colors in percentages

R + G + B = 191 + 19 + 165 = 375 (100%)
R 191 of 375 ~ 50.93%
G 19 of 375 ~ 5.07%
B 165 of 375 ~ 44'%

%50.93
%44

CMYK color model

#BF13A5 color CMYK value is (0,90,14,25).

  • cyan value is 0.00%
  • magenta value is 90.05%
  • yellow value is 13.61%
  • key color value is 25.10%
CMYK: (0,90,14,25) C0M90Y14K25 (0%,90%,14%,25%) (0.00/0.90/0.14/0.25) 

CMYK percentages

%0
%90.05
%13.61
%25.1

Codes

Color #BF13A5 in popluar color models

BF 13 A5
RGB 191 19 165
HSL 309° 81.90% 41.18%
HSB/HSV 309° 90.05% 74.90%
CMYK 0.00% 90.05% 13.61%
25.10%

Color #BF13A5 in popluar number systems.

HEX BF 13 A5
Decimal 191 19 165
Binary 10111111 10011 10100101
Octal 277 23 245

Shades and tints

Shades of #BF13A5

#BF13A5
(191,19,165)
#AE1296
(174,18,150)
#9D1187
(157,17,135)
#8C1078
(140,16,120)
#7B0F69
(123,15,105)
#6A0E5A
(106,14,90)
#590D4B
(89,13,75)
#480C3C
(72,12,60)
#370B2D
(55,11,45)
#260A1E
(38,10,30)
#15090F
(21,9,15)
#000000
(0,0,0)

Tints of #BF13A5

#BF13A5
(191,19,165)
#C428AD
(196,40,173)
#C93DB5
(201,61,181)
#CE52BD
(206,82,189)
#D367C5
(211,103,197)
#D87CCD
(216,124,205)
#DD91D5
(221,145,213)
#E2A6DD
(226,166,221)
#E7BBE5
(231,187,229)
#ECD0ED
(236,208,237)
#F1E5F5
(241,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF13A5 color. Also use rgb(191,19,165) instead hex code.

Text Font Color

.myTextColor { color: #BF13A5; }

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

This text font color is #BF13A5.

Background Color

.myBgColor { background-color: #BF13A5; }

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

This div background color is #BF13A5.

Border color

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

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

This div border color is #BF13A5.

Opacity

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

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

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

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

This text has shadow with #BF13A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF13A5.

Preview

Color preview on black background

This text has color #BF13A5 on black background.


Color preview on white background

This text has color #BF13A5 on white background.


Black color preview on #BF13A5 background

This text has black color on #BF13A5 background.


White color preview on #BF13A5 background

This text has white color on #BF13A5 background.


Related colors

Complementary color

Complementary color for #hex is #40EC5A.


I love getcolorcode.com

Triadic colors

1 #A5BF13 and #13A5BF with #BF13A5 are triadic colors.

2 #A513BF and #13BFA5 with #BF13A5 are triadic colors.