Color Hex Logo

#bc20bd Color Hex

#BC20BD
(188,32,189)
0 Favorites   0 Comments

Color spaces of #bc20bd

RGB 18832189
HSL0.830.710.43
HSV300°83°74°
CMYK 0.010.830.00   0.26
XYZ30.440915.398549.5119
Yxy15.39850.31920.1615
Hunter Lab39.240969.7986-47.3400
CIE-Lab46.175274.0954-46.5978

#bc20bd color RGB value is (188,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00100000 10111101
Octal 274 40 275
Decimal 188 32 189
Hex BC 20 BD

RGB Percentages of Color #bc20bd

%45.97
%7.82
%46.21

CMYK Percentages of Color #bc20bd

%1
%83
%0
%26

Triadic Colors of #bc20bd

#bc20bd #bdbc20 #20bdbc

Analogous Colors of #bc20bd

#bc20bd #bd2070 #6e20bd

Monochromatic Colors of #bc20bd

#bc20bd

Complementary Color

#bc20bd #21bd20

#bc20bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc20bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc20bd Color CSS Codes

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

#bc20bd Text Font Color

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

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


#bc20bd Background Color

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

This div background color is #bc20bd


#bc20bd Border Color

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

This div border color is #bc20bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc20bd


Comments

No comments written yet.

Please login to write comment.