Color Hex Logo

#bc619b Color Hex

#BC619B
(188,97,155)
0 Favorites   0 Comments

Color spaces of #bc619b

RGB 18897155
HSL0.890.400.56
HSV322°48°74°
CMYK 0.000.480.18   0.26
XYZ30.930121.607333.5508
Yxy21.60730.35930.2510
Hunter Lab46.483737.4270-10.2556
CIE-Lab53.607843.8811-15.0727

#bc619b color RGB value is (188,97,155).

#bc619b hex color red value is 188, green value is 97 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bc619b hue: 0.89 , saturation: 0.40 and the lightness value of bc619b is 0.56.

The process color (four color CMYK) of #bc619b color hex is 0.00, 0.48, 0.18, 0.26. Web safe color of #bc619b is #cc6699. Color #bc619b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100001 10011011
Octal 274 141 233
Decimal 188 97 155
Hex BC 61 9B

RGB Percentages of Color #bc619b

%42.73
%22.05
%35.23

CMYK Percentages of Color #bc619b

%0
%48
%18
%26

Triadic Colors of #bc619b

#bc619b #9bbc61 #619bbc

Analogous Colors of #bc619b

#bc619b #bc616e #b061bc

Monochromatic Colors of #bc619b

#bc619b

Complementary Color

#bc619b #61bc82

#bc619b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc619b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc619b Color CSS Codes

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

#bc619b Text Font Color

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

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


#bc619b Background Color

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

This div background color is #bc619b


#bc619b Border Color

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

This div border color is #bc619b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc619b


Comments

No comments written yet.

Please login to write comment.