#BA41B4

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

Shades of Fuchsia #BA41B4

Tints of Fuchsia #BA41B4

Color information

#BA41B4 (or 0xBA41B4) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and B4. RGB value is (186,65,180). Sum of RGB (Red+Green+Blue) = 186+65+180=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41B4 is #45BE4B. Grayscale: #717171. Windows color (decimal): -4570700 or 11813306. OLE color: 11813306.

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

Color convert

RGB18665180-
CMYK00.650.030.27
HSL302.98º48.21%49.22%-
HSV(B)302.98º65.05%72.94%-
XYZ30.3817.5144.96-
YUV114.29165.09179.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.16%
GREEN value IS 65 (25.78% from 255) = 15.08%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=43.16%
G=15.08%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866518000.650.030.27302.9848.2149.22
HexBA41B404131B12f3031
Octal27210126401013334576061
Binary10111010100000110110100010000011111011100101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41B4; }

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

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

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

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

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

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

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

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