Color Hex Logo

#bc4bff Color Hex

#BC4BFF
(188,75,255)
0 Favorites   0 Comments

Color spaces of #bc4bff

RGB 18875255
HSL0.771.000.65
HSV278°71°100°
CMYK 0.260.710.00   0.00
XYZ41.305122.943596.8593
Yxy22.94350.25640.1424
Hunter Lab47.899470.1021-86.3632
CIE-Lab55.014172.6307-69.9111

#bc4bff color RGB value is (188,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001011 11111111
Octal 274 113 377
Decimal 188 75 255
Hex BC 4B FF

RGB Percentages of Color #bc4bff

%36.29
%14.48
%49.23

CMYK Percentages of Color #bc4bff

%26
%71
%0
%0

Triadic Colors of #bc4bff

#bc4bff #ffbc4b #4bffbc

Analogous Colors of #bc4bff

#bc4bff #ff4be8 #624bff

Monochromatic Colors of #bc4bff

#bc4bff

Complementary Color

#bc4bff #8eff4b

#bc4bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4bff Color CSS Codes

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

#bc4bff Text Font Color

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

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


#bc4bff Background Color

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

This div background color is #bc4bff


#bc4bff Border Color

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

This div border color is #bc4bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4bff

Related Colors


Comments

No comments written yet.

Please login to write comment.