color codes Logo

#bc73fb color codes

#BC73FB
(188,115,251)
0 Favorites   0 Comments

Color spaces of #bc73fb

RGB 188115251
HSL0.760.940.72
HSV272°54°98°
CMYK 0.250.540.00   0.02
XYZ44.282429.917994.7076
Yxy29.91790.26220.1771
Hunter Lab54.697348.7918-64.3718
CIE-Lab61.583353.2044-57.1499

#bc73fb color RGB value is (188,115,251).

#bc73fb hex color red value is 188, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bc73fb hue: 0.76 , saturation: 0.94 and the lightness value of bc73fb is 0.72.

The process color (four color CMYK) of #bc73fb color code is 0.25, 0.54, 0.00, 0.02. Web safe color of #bc73fb is #cc66ff. Color #bc73fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110011 11111011
Octal 274 163 373
Decimal 188 115 251
Hex BC 73 FB

RGB Percentages of Color #bc73fb

%33.94
%20.76
%45.31

CMYK Percentages of Color #bc73fb

%25
%54
%0
%2

Triadic Colors of #bc73fb

#bc73fb #fbbc73 #73fbbc

Analogous Colors of #bc73fb

#bc73fb #fb73f6 #7873fb

Monochromatic Colors of #bc73fb

#bc73fb

Complementary Color

#bc73fb #b2fb73

#bc73fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc73fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc73fb Color CSS Codes

.mybgcolor {background-color:#bc73fb; } 
.myforecolor {color:#bc73fb; }
.mybordercolor {border:3px solid #bc73fb; }

#bc73fb Text Font Color

<p style="color:#bc73fb">Text here</p>

This sample text font color is #bc73fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc73fb Background Color

<div style="background-color:#bc73fb">
Div content here</div>

This div background color is #bc73fb


#bc73fb Border Color

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

This div border color is #bc73fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,115,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc73fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc73fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bc73fb;
  box-shadow:         1px 1px 3px 2px #bc73fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,115,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc73fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc73fb;
  -webkit-box-shadow: 1px 1px 3px 2px #bc73fb;
  box-shadow:         1px 1px 3px 2px #bc73fb;">
Div content here</div>

This div box has shadow with color #bc73fb

Related Colors


Comments

No comments written yet.

Please login to write comment.