#BC47B6

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

Shades of Fuchsia #BC47B6

Tints of Fuchsia #BC47B6

Color information

#BC47B6 (or 0xBC47B6) is unknown color: approx Fuchsia. HEX triplet: BC, 47 and B6. RGB value is (188,71,182). Sum of RGB (Red+Green+Blue) = 188+71+182=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC47B6 is #43B849. Grayscale: #767676. Windows color (decimal): -4438090 or 11945916. OLE color: 11945916.

HSL color Cylindrical-coordinate representation of color #BC47B6: hue angle of 303.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC47B6 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18871182-
CMYK00.620.030.26
HSL303.08º46.61%50.78%-
HSV(B)303.08º62.23%73.73%-
XYZ31.4418.5846.18-
YUV118.64163.76177.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 71 (28.12% from 255) = 16.10%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=42.63%
G=16.10%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887118200.620.030.26303.0846.6150.78
HexBC47B603E31A12f2f33
Octal2741072660763324575763
Binary1011110010001111011011001111101111010100101111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47B6; }

 p { color: rgb(188,71,182); }

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

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

 a { background-color: rgb(188,71,182); }

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

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

 span { border-color: rgb(188,71,182); }

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