COLOR #B407BB

HEX: #B407BB
RGB: (180,7,187)

Color info

#B407BB contains mainly red and blue colors. Web safe color of #B407BB is #CC00CC (or #C0C).

RGB color model

#B407BB color RGB value is (180,7,187).

  • red value is 180;
  • green value is 7;
  • blue value is 187.
RGB:
(180,7,187)
(71%,3%,73%)

RGB channels and saturation

R 180 of 255 = 71%
G 7 of 255 = 3%
B 187 of 255 = 73%

180
7
187

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

Portions of RGB colors in percentages

R + G + B =
180 + 7 + 187 = 374 (100%)
R 180 of 374 ~ 48.13%
G 7 of 374 ~ 1.87%
B 187 of 374 ~ 50%

%48.13
%50

CMYK color model

#B407BB color CMYK value is (4,96,0,27).

  • cyan value is 3.74%
  • magenta value is 96.26%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(4,96,0,27)
C4M96Y0K27 
(4%,96%,0%,27%)
(0.04/0.96/0.00/0.27)	

CMYK percentages

%3.74
%96.26
%0
%26.67

Codes

Color #B407BB in popluar color models

B407BB
RGB1807187
HSL298°92.78%38.04%
HSB/HSV298°96.26%73.33%
CMYK3.74%96.26%0.00%
26.67%

Color #B407BB in popluar number systems.

HEXB407BB
Decimal1807187
Binary1011010011110111011
Octal2647273

Shades and tints

Shades of #B407BB

#B407BB
(180,7,187)
#A407AA
(164,7,170)
#940799
(148,7,153)
#840788
(132,7,136)
#740777
(116,7,119)
#640766
(100,7,102)
#540755
(84,7,85)
#440744
(68,7,68)
#340733
(52,7,51)
#240722
(36,7,34)
#140711
(20,7,17)
#000000
(0,0,0)

Tints of #B407BB

#B407BB
(180,7,187)
#BA1DC1
(186,29,193)
#C033C7
(192,51,199)
#C649CD
(198,73,205)
#CC5FD3
(204,95,211)
#D275D9
(210,117,217)
#D88BDF
(216,139,223)
#DEA1E5
(222,161,229)
#E4B7EB
(228,183,235)
#EACDF1
(234,205,241)
#F0E3F7
(240,227,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B407BB color. Also use rgb(180,7,187) instead hex code.

Text Font Color

.myTextColor { color: #B407BB; }

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

This text font color is #B407BB.


Background Color

.myBgColor { background-color: #B407BB; }

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

This div background color is #B407BB.


Border color

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

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

This div border color is #B407BB.


Opacity

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

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

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

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

This text has shadow with #B407BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B407BB on black background.


Color preview on white background

This text has color #B407BB on white background.



Black color preview on #B407BB background

This text has black color on #B407BB background.


White color preview on #B407BB background

This text has white color on #B407BB background.