#BC61A9

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

Shades of Fuchsia #BC61A9

Tints of Fuchsia #BC61A9

Color information

#BC61A9 (or 0xBC61A9) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and A9. RGB value is (188,97,169). Sum of RGB (Red+Green+Blue) = 188+97+169=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61A9 is #439E56. Grayscale: #848484. Windows color (decimal): -4431447 or 11100604. OLE color: 11100604.

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

Color convert

RGB18897169-
CMYK00.480.100.26
HSL312.53º40.44%55.88%-
HSV(B)312.53º48.4%73.73%-
XYZ32.1822.1140.11-
YUV132.42148.65167.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=41.41%
G=21.37%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889716900.480.100.26312.5340.4455.88
HexBC61A9030A1A1392838
Octal27414125106012324715070
Binary101111001100001101010010110000101011010100111001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61A9; }

 p { color: rgb(188,97,169); }

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

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

 a { background-color: rgb(188,97,169); }

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

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

 span { border-color: rgb(188,97,169); }

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