Color Hex Logo

#bc6bff Color Hex

#BC6BFF
(188,107,255)
0 Favorites   0 Comments

Color spaces of #bc6bff

RGB 188107255
HSL0.761.000.71
HSV273°58°100°
CMYK 0.260.580.00   0.00
XYZ44.046728.426897.7731
Yxy28.42680.25870.1670
Hunter Lab53.316854.1602-71.4051
CIE-Lab60.272458.1661-61.4481

#bc6bff color RGB value is (188,107,255).

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

The process color (four color CMYK) of #bc6bff color hex is 0.26, 0.58, 0.00, 0.00. Web safe color of #bc6bff is #cc66ff. Color #bc6bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 11111111
Octal 274 153 377
Decimal 188 107 255
Hex BC 6B FF

RGB Percentages of Color #bc6bff

%34.18
%19.45
%46.36

CMYK Percentages of Color #bc6bff

%26
%58
%0
%0

Triadic Colors of #bc6bff

#bc6bff #ffbc6b #6bffbc

Analogous Colors of #bc6bff

#bc6bff #ff6bf8 #726bff

Monochromatic Colors of #bc6bff

#bc6bff

Complementary Color

#bc6bff #aeff6b

#bc6bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6bff Color CSS Codes

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

#bc6bff Text Font Color

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

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


#bc6bff Background Color

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

This div background color is #bc6bff


#bc6bff Border Color

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

This div border color is #bc6bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6bff


Comments

No comments written yet.

Please login to write comment.