#BC49B3

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

Shades of Fuchsia #BC49B3

Tints of Fuchsia #BC49B3

Color information

#BC49B3 (or 0xBC49B3) is unknown color: approx Fuchsia. HEX triplet: BC, 49 and B3. RGB value is (188,73,179). Sum of RGB (Red+Green+Blue) = 188+73+179=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 179 (70.31% from 255 or 40.68% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC49B3 is #43B64C. Grayscale: #777777. Windows color (decimal): -4437581 or 11749820. OLE color: 11749820.

HSL color Cylindrical-coordinate representation of color #BC49B3: hue angle of 304.7º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC49B3 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18873179-
CMYK00.610.050.26
HSL304.7º46.18%51.18%-
HSV(B)304.7º61.17%73.73%-
XYZ31.2618.7144.61-
YUV119.47161.6176.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 179 (70.31% from 255) = 40.68%
R=42.73%
G=16.59%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887317900.610.050.26304.746.1851.18
HexBC49B303D51A1312e33
Octal2741112630755324615663
Binary10111100100100110110011011110110111010100110001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC49B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC49B3; }

 p { color: rgb(188,73,179); }

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

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

 a { background-color: rgb(188,73,179); }

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

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

 span { border-color: rgb(188,73,179); }

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