#BA41C3

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

Shades of Fuchsia #BA41C3

Tints of Fuchsia #BA41C3

Color information

#BA41C3 (or 0xBA41C3) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and C3. RGB value is (186,65,195). Sum of RGB (Red+Green+Blue) = 186+65+195=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA41C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41C3 is #45BE3C. Grayscale: #737373. Windows color (decimal): -4570685 or 12796346. OLE color: 12796346.

HSL color Cylindrical-coordinate representation of color #BA41C3: hue angle of 295.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA41C3 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18665195-
CMYK0.050.6700.24
HSL295.85º52%50.98%-
HSV(B)295.85º66.67%76.47%-
XYZ31.9918.1653.45-
YUV116172.59177.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.70%
GREEN value IS 65 (25.78% from 255) = 14.57%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=41.70%
G=14.57%
B=43.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186651950.050.6700.24295.855250.98
HexBA41C35430181283433
Octal27210130351030304506463
Binary101110101000001110000111011000011011000100101000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41C3; }

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

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

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

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

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

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

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

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