#BA4BAC

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

Shades of Fuchsia #BA4BAC

Tints of Fuchsia #BA4BAC

Color information

#BA4BAC (or 0xBA4BAC) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and AC. RGB value is (186,75,172). Sum of RGB (Red+Green+Blue) = 186+75+172=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4BAC is #45B453. Grayscale: #767676. Windows color (decimal): -4568148 or 11291578. OLE color: 11291578.

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

Color convert

RGB18675172-
CMYK00.600.080.27
HSL307.57º44.58%51.18%-
HSV(B)307.57º59.68%72.94%-
XYZ30.2118.4541-
YUV119.25157.77175.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 172 (67.58% from 255) = 39.72%
R=42.96%
G=17.32%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867517200.600.080.27307.5744.5851.18
HexBA4BAC03C81B1342d33
Octal27211325407410334645563
Binary101110101001011101011000111100100011011100110100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BAC; }

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

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

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

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

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

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

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

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