#BA41BF

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

Shades of Fuchsia #BA41BF

Tints of Fuchsia #BA41BF

Color information

#BA41BF (or 0xBA41BF) is unknown color: approx Fuchsia. HEX triplet: BA, 41 and BF. RGB value is (186,65,191). Sum of RGB (Red+Green+Blue) = 186+65+191=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA41BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41BF is #45BE40. Grayscale: #737373. Windows color (decimal): -4570689 or 12534202. OLE color: 12534202.

HSL color Cylindrical-coordinate representation of color #BA41BF: hue angle of 297.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA41BF is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18665191-
CMYK0.030.6600.25
HSL297.62º49.61%50.2%-
HSV(B)297.62º65.97%74.9%-
XYZ31.5417.9851.1-
YUV115.54170.59178.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 65 (25.78% from 255) = 14.71%
BLUE value IS 191 (75% from 255) = 43.21%
R=42.08%
G=14.71%
B=43.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186651910.030.6600.25297.6249.6150.2
HexBA41BF34201912a3232
Octal27210127731020314526262
Binary10111010100000110111111111000010011001100101010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41BF; }

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

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

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

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

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

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

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

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