#BC49B1

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

Shades of Fuchsia #BC49B1

Tints of Fuchsia #BC49B1

Color information

#BC49B1 (or 0xBC49B1) is unknown color: approx Fuchsia. HEX triplet: BC, 49 and B1. RGB value is (188,73,177). Sum of RGB (Red+Green+Blue) = 188+73+177=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC49B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC49B1 is #43B64E. Grayscale: #767676. Windows color (decimal): -4437583 or 11618748. OLE color: 11618748.

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

Color convert

RGB18873177-
CMYK00.610.060.26
HSL305.74º46.18%51.18%-
HSV(B)305.74º61.17%73.73%-
XYZ31.0618.6343.55-
YUV119.24160.6177.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 177 (69.53% from 255) = 40.41%
R=42.92%
G=16.67%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1887317700.610.060.26305.7446.1851.18
HexBC49B103D61A1322e33
Octal2741112610756324625663
Binary10111100100100110110001011110111011010100110010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC49B1; }

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

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

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

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

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

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

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

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