#BC58B2

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

Shades of Fuchsia #BC58B2

Tints of Fuchsia #BC58B2

Color information

#BC58B2 (or 0xBC58B2) is unknown color: approx Fuchsia. HEX triplet: BC, 58 and B2. RGB value is (188,88,178). Sum of RGB (Red+Green+Blue) = 188+88+178=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58B2 is #43A74D. Grayscale: #7F7F7F. Windows color (decimal): -4433742 or 11688124. OLE color: 11688124.

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

Color convert

RGB18888178-
CMYK00.530.050.26
HSL306º42.74%54.12%-
HSV(B)306º53.19%73.73%-
XYZ32.2620.8944.45-
YUV128.16156.13170.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.41%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=41.41%
G=19.38%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888817800.530.050.2630642.7454.12
HexBC58B203551A1322b36
Octal2741302620655324625366
Binary10111100101100010110010011010110111010100110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC58B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC58B2; }

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

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

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

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

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

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

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

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