#BA4FAD

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

Shades of Fuchsia #BA4FAD

Tints of Fuchsia #BA4FAD

Color information

#BA4FAD (or 0xBA4FAD) is unknown color: approx Fuchsia. HEX triplet: BA, 4F and AD. RGB value is (186,79,173). Sum of RGB (Red+Green+Blue) = 186+79+173=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4FAD is #45B052. Grayscale: #797979. Windows color (decimal): -4567123 or 11358138. OLE color: 11358138.

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

Color convert

RGB18679173-
CMYK00.580.070.27
HSL307.29º43.67%51.96%-
HSV(B)307.29º57.53%72.94%-
XYZ30.5919.0541.6-
YUV121.71156.95173.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.47%
GREEN value IS 79 (31.25% from 255) = 18.04%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=42.47%
G=18.04%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1867917300.580.070.27307.2943.6751.96
HexBA4FAD03A71B1332c34
Octal2721172550727334635464
Binary10111010100111110101101011101011111011100110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FAD; }

 p { color: rgb(186,79,173); }

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

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

 a { background-color: rgb(186,79,173); }

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

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

 span { border-color: rgb(186,79,173); }

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