#BA51AC

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

Shades of Fuchsia #BA51AC

Tints of Fuchsia #BA51AC

Color information

#BA51AC (or 0xBA51AC) is unknown color: approx Fuchsia. HEX triplet: BA, 51 and AC. RGB value is (186,81,172). Sum of RGB (Red+Green+Blue) = 186+81+172=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA51AC is #45AE53. Grayscale: #7A7A7A. Windows color (decimal): -4566612 or 11293114. OLE color: 11293114.

HSL color Cylindrical-coordinate representation of color #BA51AC: hue angle of 308º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA51AC is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18681172-
CMYK00.560.080.27
HSL308º43.21%52.35%-
HSV(B)308º56.45%72.94%-
XYZ30.6419.341.14-
YUV122.77155.79173.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 172 (67.58% from 255) = 39.18%
R=42.37%
G=18.45%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1868117200.560.080.2730843.2152.35
HexBA51AC03881B1342b34
Octal27212125407010334645364
Binary101110101010001101011000111000100011011100110100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51AC; }

 p { color: rgb(186,81,172); }

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

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

 a { background-color: rgb(186,81,172); }

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

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

 span { border-color: rgb(186,81,172); }

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