#BA41B0

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

Shades of Fuchsia #BA41B0

Tints of Fuchsia #BA41B0

Color information

#BA41B0 (or 0xBA41B0) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and B0. RGB value is (186,65,176). Sum of RGB (Red+Green+Blue) = 186+65+176=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 176 (69.14% from 255 or 41.22% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41B0 is #45BE4F. Grayscale: #717171. Windows color (decimal): -4570704 or 11551162. OLE color: 11551162.

HSL color Cylindrical-coordinate representation of color #BA41B0: hue angle of 304.96º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA41B0 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB18665176-
CMYK00.650.050.27
HSL304.96º48.21%49.22%-
HSV(B)304.96º65.05%72.94%-
XYZ29.9817.3542.84-
YUV113.83163.09179.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 176 (69.14% from 255) = 41.22%
R=43.56%
G=15.22%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866517600.650.050.27304.9648.2149.22
HexBA41B004151B1313031
Octal27210126001015334616061
Binary101110101000001101100000100000110111011100110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41B0; }

 p { color: rgb(186,65,176); }

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

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

 a { background-color: rgb(186,65,176); }

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

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

 span { border-color: rgb(186,65,176); }

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