COLOR #B750C4

HEX: #B750C4
RGB: (183,80,196)

Color info

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

RGB color model

#B750C4 color RGB value is (183,80,196).

  • red value is 183;
  • green value is 80;
  • blue value is 196.
RGB:
(183,80,196)
(72%,31%,77%)

RGB channels and saturation

R 183 of 255 = 72%
G 80 of 255 = 31%
B 196 of 255 = 77%

183
80
196

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

Portions of RGB colors in percentages

R + G + B =
183 + 80 + 196 = 459 (100%)
R 183 of 459 ~ 39.87%
G 80 of 459 ~ 17.43%
B 196 of 459 ~ 42.7%

%39.87
%17.43
%42.7

CMYK color model

#B750C4 color CMYK value is (7,59,0,23).

  • cyan value is 6.63%
  • magenta value is 59.18%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(7,59,0,23)
C7M59Y0K23 
(7%,59%,0%,23%)
(0.07/0.59/0.00/0.23)	

CMYK percentages

%6.63
%59.18
%0
%23.14

Codes

Color #B750C4 in popluar color models

B750C4
RGB18380196
HSL293°49.57%54.12%
HSB/HSV293°59.18%76.86%
CMYK6.63%59.18%0.00%
23.14%

Color #B750C4 in popluar number systems.

HEXB750C4
Decimal18380196
Binary10110111101000011000100
Octal267120304

Shades and tints

Shades of #B750C4

#B750C4
(183,80,196)
#A749B3
(167,73,179)
#9742A2
(151,66,162)
#873B91
(135,59,145)
#773480
(119,52,128)
#672D6F
(103,45,111)
#57265E
(87,38,94)
#471F4D
(71,31,77)
#37183C
(55,24,60)
#27112B
(39,17,43)
#170A1A
(23,10,26)
#000000
(0,0,0)

Tints of #B750C4

#B750C4
(183,80,196)
#BD5FC9
(189,95,201)
#C36ECE
(195,110,206)
#C97DD3
(201,125,211)
#CF8CD8
(207,140,216)
#D59BDD
(213,155,221)
#DBAAE2
(219,170,226)
#E1B9E7
(225,185,231)
#E7C8EC
(231,200,236)
#EDD7F1
(237,215,241)
#F3E6F6
(243,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B750C4 color. Also use rgb(183,80,196) instead hex code.

Text Font Color

.myTextColor { color: #B750C4; }

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

This text font color is #B750C4.


Background Color

.myBgColor { background-color: #B750C4; }

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

This div background color is #B750C4.


Border color

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

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

This div border color is #B750C4.


Opacity

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

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

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

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

This text has shadow with #B750C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B750C4 on black background.


Color preview on white background

This text has color #B750C4 on white background.



Black color preview on #B750C4 background

This text has black color on #B750C4 background.


White color preview on #B750C4 background

This text has white color on #B750C4 background.