#BA4ABF

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

Shades of Fuchsia #BA4ABF

Tints of Fuchsia #BA4ABF

Color information

#BA4ABF (or 0xBA4ABF) is unknown color: approx Fuchsia. HEX triplet: BA, 4A and BF. RGB value is (186,74,191). Sum of RGB (Red+Green+Blue) = 186+74+191=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA4ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ABF is #45B540. Grayscale: #787878. Windows color (decimal): -4568385 or 12536506. OLE color: 12536506.

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

Color convert

RGB18674191-
CMYK0.030.6100.25
HSL297.44º47.76%51.96%-
HSV(B)297.44º61.26%74.9%-
XYZ32.119.151.28-
YUV120.83167.61174.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 74 (29.30% from 255) = 16.41%
BLUE value IS 191 (75% from 255) = 42.35%
R=41.24%
G=16.41%
B=42.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186741910.030.6100.25297.4447.7651.96
HexBA4ABF33D0191293034
Octal2721122773750314516064
Binary1011101010010101011111111111101011001100101001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4ABF; }

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

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

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

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

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

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

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

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