Color Hex Logo

#bc4cff Color Hex

#BC4CFF
(188,76,255)
0 Favorites   0 Comments

Color spaces of #bc4cff

RGB 18876255
HSL0.771.000.65
HSV278°70°100°
CMYK 0.260.700.00   0.00
XYZ41.373523.080296.8821
Yxy23.08020.25640.1431
Hunter Lab48.041969.6504-85.9360
CIE-Lab55.154972.2330-69.6835

#bc4cff color RGB value is (188,76,255).

#bc4cff hex color red value is 188, green value is 76 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bc4cff hue: 0.77 , saturation: 1.00 and the lightness value of bc4cff is 0.65.

The process color (four color CMYK) of #bc4cff color hex is 0.26, 0.70, 0.00, 0.00. Web safe color of #bc4cff is #cc33ff. Color #bc4cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001100 11111111
Octal 274 114 377
Decimal 188 76 255
Hex BC 4C FF

RGB Percentages of Color #bc4cff

%36.22
%14.64
%49.13

CMYK Percentages of Color #bc4cff

%26
%70
%0
%0

Triadic Colors of #bc4cff

#bc4cff #ffbc4c #4cffbc

Analogous Colors of #bc4cff

#bc4cff #ff4ce9 #624cff

Monochromatic Colors of #bc4cff

#bc4cff

Complementary Color

#bc4cff #8fff4c

#bc4cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4cff Color CSS Codes

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

#bc4cff Text Font Color

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

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


#bc4cff Background Color

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

This div background color is #bc4cff


#bc4cff Border Color

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

This div border color is #bc4cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4cff

Related Colors


Comments

No comments written yet.

Please login to write comment.