Color Hex Logo

#bc63bd Color Hex

#BC63BD
(188,99,189)
0 Favorites   0 Comments

Color spaces of #bc63bd

RGB 18899189
HSL0.830.410.56
HSV299°48°74°
CMYK 0.010.480.00   0.26
XYZ34.386223.289250.8270
Yxy23.28920.31690.2146
Hunter Lab48.258942.7347-28.6639
CIE-Lab55.369048.6500-32.0963

#bc63bd color RGB value is (188,99,189).

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

The process color (four color CMYK) of #bc63bd color hex is 0.01, 0.48, 0.00, 0.26. Web safe color of #bc63bd is #cc66cc. Color #bc63bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 10111101
Octal 274 143 275
Decimal 188 99 189
Hex BC 63 BD

RGB Percentages of Color #bc63bd

%39.50
%20.80
%39.71

CMYK Percentages of Color #bc63bd

%1
%48
%0
%26

Triadic Colors of #bc63bd

#bc63bd #bdbc63 #63bdbc

Analogous Colors of #bc63bd

#bc63bd #bd6391 #8f63bd

Monochromatic Colors of #bc63bd

#bc63bd

Complementary Color

#bc63bd #64bd63

#bc63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc63bd Color CSS Codes

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

#bc63bd Text Font Color

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

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


#bc63bd Background Color

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

This div background color is #bc63bd


#bc63bd Border Color

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

This div border color is #bc63bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,99,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 #bc63bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc63bd


Comments

No comments written yet.

Please login to write comment.