#BC59BD

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

Shades of Fuchsia #BC59BD

Tints of Fuchsia #BC59BD

Color information

#BC59BD (or 0xBC59BD) is unknown color: approx Fuchsia. HEX triplet: BC, 59 and BD. RGB value is (188,89,189). Sum of RGB (Red+Green+Blue) = 188+89+189=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC59BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59BD is #43A642. Grayscale: #818181. Windows color (decimal): -4433475 or 12409276. OLE color: 12409276.

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

Color convert

RGB18889189-
CMYK0.010.5300.26
HSL299.4º43.1%54.51%-
HSV(B)299.4º52.91%74.12%-
XYZ33.521.5150.53-
YUV130161.3169.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 89 (35.16% from 255) = 19.10%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=40.34%
G=19.10%
B=40.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188891890.010.5300.26299.443.154.51
HexBC59BD13501A12b2b37
Octal2741312751650324535367
Binary101111001011001101111011110101011010100101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59BD; }

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

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

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

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

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

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

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

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