#BA33AC

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

Shades of Fuchsia #BA33AC

Tints of Fuchsia #BA33AC

Color information

#BA33AC (or 0xBA33AC) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and AC. RGB value is (186,51,172). Sum of RGB (Red+Green+Blue) = 186+51+172=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AC is #45CC53. Grayscale: #686868. Windows color (decimal): -4574292 or 11285434. OLE color: 11285434.

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

Color convert

RGB18651172-
CMYK00.730.080.27
HSL306.22º56.96%46.47%-
HSV(B)306.22º72.58%72.94%-
XYZ28.8815.7940.55-
YUV105.16165.73185.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=45.48%
G=12.47%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865117200.730.080.27306.2256.9646.47
HexBA33AC04981B132392e
Octal27263254011110334627156
Binary101110101100111010110001001001100011011100110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33AC; }

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

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

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

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

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

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

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

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