#BC59A5

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

Shades of Fuchsia #BC59A5

Tints of Fuchsia #BC59A5

Color information

#BC59A5 (or 0xBC59A5) is unknown color: approx Fuchsia. HEX triplet: BC, 59 and A5. RGB value is (188,89,165). Sum of RGB (Red+Green+Blue) = 188+89+165=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A5 is #43A65A. Grayscale: #7F7F7F. Windows color (decimal): -4433499 or 10836412. OLE color: 10836412.

HSL color Cylindrical-coordinate representation of color #BC59A5: hue angle of 313.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC59A5 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18889165-
CMYK00.530.120.26
HSL313.94º42.49%54.31%-
HSV(B)313.94º52.66%73.73%-
XYZ31.120.5537.93-
YUV127.26149.3171.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 165 (64.84% from 255) = 37.33%
R=42.53%
G=20.14%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888916500.530.120.26313.9442.4954.31
HexBC59A5035C1A13a2a36
Octal27413124506514324725266
Binary101111001011001101001010110101110011010100111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59A5; }

 p { color: rgb(188,89,165); }

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

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

 a { background-color: rgb(188,89,165); }

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

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

 span { border-color: rgb(188,89,165); }

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