#bc60a7

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

Shades of Fuchsia #BC60A7

Tints of Fuchsia #BC60A7

Color information

#BC60A7 (or 0xBC60A7) is unknown color: approx Fuchsia. HEX triplet: BC, 60 and A7. RGB value is (188,96,167). Sum of RGB (Red+Green+Blue) = 188+96+167=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 167 (65.62% from 255 or 37.03% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A7 is #439F58. Grayscale: #838383. Windows color (decimal): -4431705 or 10969276. OLE color: 10969276.

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

Color convert

RGB18896167-
CMYK00.490.110.26
HSL313.7º40.71%55.69%-
HSV(B)313.7º48.94%73.73%-
XYZ31.921.8539.09-
YUV131.6147.98168.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 167 (65.62% from 255) = 37.03%
R=41.69%
G=21.29%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889616700.490.110.26313.740.7155.69
HexBC60A7031B1A13a2938
Octal27414024706113324725170
Binary101111001100000101001110110001101111010100111010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc60a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc60a7; }

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

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

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

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

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

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

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

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