#BC40A7

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

Shades of Fuchsia #BC40A7

Tints of Fuchsia #BC40A7

Color information

#BC40A7 (or 0xBC40A7) is unknown color: approx Fuchsia. HEX triplet: BC, 40 and A7. RGB value is (188,64,167). Sum of RGB (Red+Green+Blue) = 188+64+167=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A7 is #43BF58. Grayscale: #707070. Windows color (decimal): -4439897 or 10961084. OLE color: 10961084.

HSL color Cylindrical-coordinate representation of color #BC40A7: hue angle of 310.16º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40A7 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18864167-
CMYK00.660.110.26
HSL310.16º49.21%49.41%-
HSV(B)310.16º65.96%73.73%-
XYZ29.5517.1538.31-
YUV112.82158.58181.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 64 (25.39% from 255) = 15.27%
BLUE value IS 167 (65.62% from 255) = 39.86%
R=44.87%
G=15.27%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886416700.660.110.26310.1649.2149.41
HexBC40A7042B1A1363131
Octal274100247010213324666161
Binary1011110010000001010011101000010101111010100110110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC40A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC40A7; }

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

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

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

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

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

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

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

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