#BC6FB1

Color #BC6FB1 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BC6FB1

Tints of Fuchsia #BC6FB1

Color information

#BC6FB1 (or 0xBC6FB1) is unknown color: approx Fuchsia. HEX triplet: BC, 6F and B1. RGB value is (188,111,177). Sum of RGB (Red+Green+Blue) = 188+111+177=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6FB1 is #43904E. Grayscale: #8D8D8D. Windows color (decimal): -4427855 or 11628476. OLE color: 11628476.

HSL color Cylindrical-coordinate representation of color #BC6FB1: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC6FB1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188111177-
CMYK00.410.060.26
HSL308.57º36.49%58.63%-
HSV(B)308.57º40.96%73.73%-
XYZ34.3625.2344.65-
YUV141.55148.01161.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 111 (43.75% from 255) = 23.32%
BLUE value IS 177 (69.53% from 255) = 37.18%
R=39.50%
G=23.32%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811117700.410.060.26308.5736.4958.63
HexBC6FB102961A135243b
Octal2741572610516324654473
Binary10111100110111110110001010100111011010100110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FB1; }

 p { color: rgb(188,111,177); }

 H1.HeaderClassName
 {
   color: #BC6FB1;
 }
 .AnyTagClassName
 {
   color: #BC6FB1;
 }
</style>
background-color css

<style>
 a { background-color: #BC6FB1; }

 a { background-color: rgb(188,111,177); }

 div.DivClassName
 {
   background-color: #BC6FB1;
 }
 .BgClassName
 {
   background-color: #BC6FB1;
 }
</style>
border-color css

<style>
 span { border-color: #BC6FB1; }

 span { border-color: rgb(188,111,177); }

 td.TdClassName
 {
   border-color: #BC6FB1;
 }
 .TagClassName
 {
   border-color: #BC6FB1;
 }
</style>