Color Hex Logo

#bc3bbc Color Hex

#BC3BBC
(188,59,188)
0 Favorites   0 Comments

Color spaces of #bc3bbc

RGB 18859188
HSL0.830.520.48
HSV300°69°74°
CMYK 0.000.690.00   0.26
XYZ31.380117.450149.2913
Yxy17.45010.31980.1778
Hunter Lab41.773360.9858-40.7192
CIE-Lab48.822266.1686-41.8053

#bc3bbc color RGB value is (188,59,188).

#bc3bbc hex color red value is 188, green value is 59 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bc3bbc hue: 0.83 , saturation: 0.52 and the lightness value of bc3bbc is 0.48.

The process color (four color CMYK) of #bc3bbc color hex is 0.00, 0.69, 0.00, 0.26. Web safe color of #bc3bbc is #cc33cc. Color #bc3bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111011 10111100
Octal 274 73 274
Decimal 188 59 188
Hex BC 3B BC

RGB Percentages of Color #bc3bbc

%43.22
%13.56
%43.22

CMYK Percentages of Color #bc3bbc

%0
%69
%0
%26

Triadic Colors of #bc3bbc

#bc3bbc #bcbc3b #3bbcbc

Analogous Colors of #bc3bbc

#bc3bbc #bc3b7c #7c3bbc

Monochromatic Colors of #bc3bbc

#bc3bbc

Complementary Color

#bc3bbc #3bbc3b

#bc3bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3bbc Color CSS Codes

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

#bc3bbc Text Font Color

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

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


#bc3bbc Background Color

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

This div background color is #bc3bbc


#bc3bbc Border Color

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

This div border color is #bc3bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3bbc


Comments

No comments written yet.

Please login to write comment.