#BC59C8

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

Shades of Fuchsia #BC59C8

Tints of Fuchsia #BC59C8

Color information

#BC59C8 (or 0xBC59C8) is unknown color: approx Fuchsia. HEX triplet: BC, 59 and C8. RGB value is (188,89,200). Sum of RGB (Red+Green+Blue) = 188+89+200=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC59C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC59C8 is #43A637. Grayscale: #828282. Windows color (decimal): -4433464 or 13130172. OLE color: 13130172.

HSL color Cylindrical-coordinate representation of color #BC59C8: hue angle of 293.51º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC59C8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18889200-
CMYK0.060.5600.22
HSL293.51º50.23%56.67%-
HSV(B)293.51º55.5%78.43%-
XYZ34.7422.0157.06-
YUV131.26166.8168.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=39.41%
G=18.66%
B=41.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188892000.060.5600.22293.5150.2356.67
HexBC59C86380161263239
Octal2741313106700264466271
Binary10111100101100111001000110111000010110100100110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC59C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC59C8; }

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

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

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

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

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

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

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

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