#BC59BA

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

Shades of Fuchsia #BC59BA

Tints of Fuchsia #BC59BA

Color information

#BC59BA (or 0xBC59BA) is unknown color: approx Fuchsia. HEX triplet: BC, 59 and BA. RGB value is (188,89,186). Sum of RGB (Red+Green+Blue) = 188+89+186=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BA is #43A645. Grayscale: #818181. Windows color (decimal): -4433478 or 12212668. OLE color: 12212668.

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

Color convert

RGB18889186-
CMYK00.530.010.26
HSL301.21º42.49%54.31%-
HSV(B)301.21º52.66%73.73%-
XYZ33.1721.3848.83-
YUV129.66159.8169.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=40.60%
G=19.22%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888918600.530.010.26301.2142.4954.31
HexBC59BA03511A12d2a36
Octal2741312720651324555266
Binary101111001011001101110100110101111010100101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59BA; }

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

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

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

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

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

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

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

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