#BC59BB

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

Shades of Fuchsia #BC59BB

Tints of Fuchsia #BC59BB

Color information

#BC59BB (or 0xBC59BB) is unknown color: approx Fuchsia. HEX triplet: BC, 59 and BB. RGB value is (188,89,187). Sum of RGB (Red+Green+Blue) = 188+89+187=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BB is #43A644. Grayscale: #818181. Windows color (decimal): -4433477 or 12278204. OLE color: 12278204.

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

Color convert

RGB18889187-
CMYK00.530.010.26
HSL300.61º42.49%54.31%-
HSV(B)300.61º52.66%73.73%-
XYZ33.2821.4249.39-
YUV129.77160.3169.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 89 (35.16% from 255) = 19.18%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=40.52%
G=19.18%
B=40.30%

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
Decimal1888918700.530.010.26300.6142.4954.31
HexBC59BB03511A12d2a36
Octal2741312730651324555266
Binary101111001011001101110110110101111010100101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59BB; }

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

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

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

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

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

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

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

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