#BC73B6

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

Shades of Fuchsia #BC73B6

Tints of Fuchsia #BC73B6

Color information

#BC73B6 (or 0xBC73B6) is unknown color: approx Fuchsia. HEX triplet: BC, 73 and B6. RGB value is (188,115,182). Sum of RGB (Red+Green+Blue) = 188+115+182=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BC73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73B6 is #438C49. Grayscale: #909090. Windows color (decimal): -4426826 or 11957180. OLE color: 11957180.

HSL color Cylindrical-coordinate representation of color #BC73B6: hue angle of 304.93º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC73B6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB188115182-
CMYK00.390.030.26
HSL304.93º35.27%59.41%-
HSV(B)304.93º38.83%73.73%-
XYZ35.3126.3347.48-
YUV144.46149.18159.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 115 (45.31% from 255) = 23.71%
BLUE value IS 182 (71.48% from 255) = 37.53%
R=38.76%
G=23.71%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811518200.390.030.26304.9335.2759.41
HexBC73B602731A131233b
Octal2741632660473324614373
Binary1011110011100111011011001001111111010100110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC73B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC73B6; }

 p { color: rgb(188,115,182); }

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

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

 a { background-color: rgb(188,115,182); }

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

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

 span { border-color: rgb(188,115,182); }

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