#ba41a5

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

Shades of Fuchsia #BA41A5

Tints of Fuchsia #BA41A5

Color information

#BA41A5 (or 0xBA41A5) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and A5. RGB value is (186,65,165). Sum of RGB (Red+Green+Blue) = 186+65+165=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41A5 is #45BE5A. Grayscale: #707070. Windows color (decimal): -4570715 or 10830266. OLE color: 10830266.

HSL color Cylindrical-coordinate representation of color #BA41A5: hue angle of 310.41º 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 #BA41A5 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18665165-
CMYK00.650.110.27
HSL310.41º48.21%49.22%-
HSV(B)310.41º65.05%72.94%-
XYZ28.9316.9437.34-
YUV112.58157.59180.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 65 (25.78% from 255) = 15.62%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=44.71%
G=15.62%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866516500.650.110.27310.4148.2149.22
HexBA41A5041B1B1363031
Octal272101245010113334666061
Binary1011101010000011010010101000001101111011100110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba41a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba41a5; }

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

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

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

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

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

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

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

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