#BC58C7

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

Shades of Fuchsia #BC58C7

Tints of Fuchsia #BC58C7

Color information

#BC58C7 (or 0xBC58C7) is unknown color: approx Fuchsia. HEX triplet: BC, 58 and C7. RGB value is (188,88,199). Sum of RGB (Red+Green+Blue) = 188+88+199=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 199 (78.12% from 255 or 41.89% from 475); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC58C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC58C7 is #43A738. Grayscale: #828282. Windows color (decimal): -4433721 or 13064380. OLE color: 13064380.

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

Color convert

RGB18888199-
CMYK0.060.5600.22
HSL294.05º49.78%56.27%-
HSV(B)294.05º55.78%78.04%-
XYZ34.5421.7956.42-
YUV130.55166.63168.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 88 (34.77% from 255) = 18.53%
BLUE value IS 199 (78.12% from 255) = 41.89%
R=39.58%
G=18.53%
B=41.89%

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
Decimal188881990.060.5600.22294.0549.7856.27
HexBC58C76380161263238
Octal2741303076700264466270
Binary10111100101100011000111110111000010110100100110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58C7; }

 p { color: rgb(188,88,199); }

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

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

 a { background-color: rgb(188,88,199); }

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

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

 span { border-color: rgb(188,88,199); }

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