Color Hex Logo

#bc46bd Color Hex

#BC46BD
(188,70,189)
0 Favorites   0 Comments

Color spaces of #bc46bd

RGB 18870189
HSL0.830.470.51
HSV299°63°74°
CMYK 0.010.630.00   0.26
XYZ32.114518.745850.0698
Yxy18.74580.31820.1857
Hunter Lab43.296456.6311-38.2580
CIE-Lab50.388562.0926-39.9091

#bc46bd color RGB value is (188,70,189).

#bc46bd hex color red value is 188, green value is 70 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc46bd hue: 0.83 , saturation: 0.47 and the lightness value of bc46bd is 0.51.

The process color (four color CMYK) of #bc46bd color hex is 0.01, 0.63, 0.00, 0.26. Web safe color of #bc46bd is #cc33cc. Color #bc46bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000110 10111101
Octal 274 106 275
Decimal 188 70 189
Hex BC 46 BD

RGB Percentages of Color #bc46bd

%42.06
%15.66
%42.28

CMYK Percentages of Color #bc46bd

%1
%63
%0
%26

Triadic Colors of #bc46bd

#bc46bd #bdbc46 #46bdbc

Analogous Colors of #bc46bd

#bc46bd #bd4683 #8146bd

Monochromatic Colors of #bc46bd

#bc46bd

Complementary Color

#bc46bd #47bd46

#bc46bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc46bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc46bd Color CSS Codes

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

#bc46bd Text Font Color

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

This sample text font color is #bc46bd
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.


#bc46bd Background Color

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

This div background color is #bc46bd


#bc46bd Border Color

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

This div border color is #bc46bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc46bd


Comments

No comments written yet.

Please login to write comment.