Color Hex Logo

#bc6fbc Color Hex

#BC6FBC
(188,111,188)
0 Favorites   0 Comments

Color spaces of #bc6fbc

RGB 188111188
HSL0.830.360.59
HSV300°41°74°
CMYK 0.000.410.00   0.26
XYZ35.500625.691150.6647
Yxy25.69110.31740.2297
Hunter Lab50.686436.3197-23.7842
CIE-Lab57.742742.2265-27.8385

#bc6fbc color RGB value is (188,111,188).

#bc6fbc hex color red value is 188, green value is 111 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc6fbc hue: 0.83 , saturation: 0.36 and the lightness value of bc6fbc is 0.59.

The process color (four color CMYK) of #bc6fbc color hex is 0.00, 0.41, 0.00, 0.26. Web safe color of #bc6fbc is #cc66cc. Color #bc6fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101111 10111100
Octal 274 157 274
Decimal 188 111 188
Hex BC 6F BC

RGB Percentages of Color #bc6fbc

%38.60
%22.79
%38.60

CMYK Percentages of Color #bc6fbc

%0
%41
%0
%26

Triadic Colors of #bc6fbc

#bc6fbc #bcbc6f #6fbcbc

Analogous Colors of #bc6fbc

#bc6fbc #bc6f96 #966fbc

Monochromatic Colors of #bc6fbc

#bc6fbc

Complementary Color

#bc6fbc #6fbc6f

#bc6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6fbc Color CSS Codes

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

#bc6fbc Text Font Color

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

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


#bc6fbc Background Color

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

This div background color is #bc6fbc


#bc6fbc Border Color

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

This div border color is #bc6fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6fbc


Comments

No comments written yet.

Please login to write comment.