#BC47A7

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

Shades of Fuchsia #BC47A7

Tints of Fuchsia #BC47A7

Color information

#BC47A7 (or 0xBC47A7) is unknown color: approx Fuchsia. HEX triplet: BC, 47 and A7. RGB value is (188,71,167). Sum of RGB (Red+Green+Blue) = 188+71+167=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC47A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC47A7 is #43B858. Grayscale: #747474. Windows color (decimal): -4438105 or 10962876. OLE color: 10962876.

HSL color Cylindrical-coordinate representation of color #BC47A7: hue angle of 310.77º 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 #BC47A7 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18871167-
CMYK00.620.110.26
HSL310.77º46.61%50.78%-
HSV(B)310.77º62.23%73.73%-
XYZ29.9717.9938.45-
YUV116.93156.26178.69-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 71 (28.12% from 255) = 16.67%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=44.13%
G=16.67%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887116700.620.110.26310.7746.6150.78
HexBC47A703EB1A1372f33
Octal27410724707613324675763
Binary101111001000111101001110111110101111010100110111101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC47A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC47A7; }

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

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

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

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

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

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

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

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