Color Hex Logo

#bc639b Color Hex

#BC639B
(188,99,155)
0 Favorites   0 Comments

Color spaces of #bc639b

RGB 18899155
HSL0.900.400.56
HSV322°47°74°
CMYK 0.000.470.18   0.26
XYZ31.117321.981633.6132
Yxy21.98160.35890.2535
Hunter Lab46.884536.4226-9.6879
CIE-Lab54.007542.8510-14.4673

#bc639b color RGB value is (188,99,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01100011 10011011
Octal 274 143 233
Decimal 188 99 155
Hex BC 63 9B

RGB Percentages of Color #bc639b

%42.53
%22.40
%35.07

CMYK Percentages of Color #bc639b

%0
%47
%18
%26

Triadic Colors of #bc639b

#bc639b #9bbc63 #639bbc

Analogous Colors of #bc639b

#bc639b #bc636f #b163bc

Monochromatic Colors of #bc639b

#bc639b

Complementary Color

#bc639b #63bc84

#bc639b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc639b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc639b Color CSS Codes

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

#bc639b Text Font Color

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

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


#bc639b Background Color

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

This div background color is #bc639b


#bc639b Border Color

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

This div border color is #bc639b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc639b


Comments

No comments written yet.

Please login to write comment.