#BC41B4

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

Shades of Fuchsia #BC41B4

Tints of Fuchsia #BC41B4

Color information

#BC41B4 (or 0xBC41B4) is unknown color: approx Fuchsia. HEX triplet: BC, 41 and B4. RGB value is (188,65,180). Sum of RGB (Red+Green+Blue) = 188+65+180=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC41B4 is #43BE4B. Grayscale: #727272. Windows color (decimal): -4439628 or 11813308. OLE color: 11813308.

HSL color Cylindrical-coordinate representation of color #BC41B4: hue angle of 303.9º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC41B4 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18865180-
CMYK00.650.040.26
HSL303.9º48.62%49.61%-
HSV(B)303.9º65.43%73.73%-
XYZ30.8717.7744.98-
YUV114.89164.75180.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 65 (25.78% from 255) = 15.01%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=43.42%
G=15.01%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886518000.650.040.26303.948.6249.61
HexBC41B404141A1303132
Octal27410126401014324606162
Binary101111001000001101101000100000110011010100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC41B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC41B4; }

 p { color: rgb(188,65,180); }

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

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

 a { background-color: rgb(188,65,180); }

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

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

 span { border-color: rgb(188,65,180); }

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