#BA2AC1

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

Shades of Fuchsia #BA2AC1

Tints of Fuchsia #BA2AC1

Color information

#BA2AC1 (or 0xBA2AC1) is unknown color: approx Fuchsia. HEX triplet: BA, 2A and C1. RGB value is (186,42,193). Sum of RGB (Red+Green+Blue) = 186+42+193=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA2AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AC1 is #45D53E. Grayscale: #656565. Windows color (decimal): -4576575 or 12659386. OLE color: 12659386.

HSL color Cylindrical-coordinate representation of color #BA2AC1: hue angle of 297.22º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2AC1 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18642193-
CMYK0.040.7800.24
HSL297.22º64.26%46.08%-
HSV(B)297.22º78.24%75.69%-
XYZ30.715.9551.91-
YUV102.27179.21187.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 42 (16.80% from 255) = 9.98%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=44.18%
G=9.98%
B=45.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186421930.040.7800.24297.2264.2646.08
HexBA2AC144E018129402e
Octal27252301411603045110056
Binary101110101010101100000110010011100110001001010011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2AC1; }

 p { color: rgb(186,42,193); }

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

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

 a { background-color: rgb(186,42,193); }

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

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

 span { border-color: rgb(186,42,193); }

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