#BC58B1

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

Shades of Fuchsia #BC58B1

Tints of Fuchsia #BC58B1

Color information

#BC58B1 (or 0xBC58B1) is unknown color: approx Fuchsia. HEX triplet: BC, 58 and B1. RGB value is (188,88,177). Sum of RGB (Red+Green+Blue) = 188+88+177=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58B1 is #43A74E. Grayscale: #7F7F7F. Windows color (decimal): -4433743 or 11622588. OLE color: 11622588.

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

Color convert

RGB18888177-
CMYK00.530.060.26
HSL306.6º42.74%54.12%-
HSV(B)306.6º53.19%73.73%-
XYZ32.1620.8543.92-
YUV128.05155.63170.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 88 (34.77% from 255) = 19.43%
BLUE value IS 177 (69.53% from 255) = 39.07%
R=41.50%
G=19.43%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888817700.530.060.26306.642.7454.12
HexBC58B103561A1332b36
Octal2741302610656324635366
Binary10111100101100010110001011010111011010100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58B1; }

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

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

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

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

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

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

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

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