#BA2FAD

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

Shades of Fuchsia #BA2FAD

Tints of Fuchsia #BA2FAD

Color information

#BA2FAD (or 0xBA2FAD) is unknown color: approx Fuchsia. HEX triplet: BA, 2F and AD. RGB value is (186,47,173). Sum of RGB (Red+Green+Blue) = 186+47+173=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FAD is #45D052. Grayscale: #666666. Windows color (decimal): -4575315 or 11349946. OLE color: 11349946.

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

Color convert

RGB18647173-
CMYK00.750.070.27
HSL305.61º59.66%45.69%-
HSV(B)305.61º74.73%72.94%-
XYZ28.8115.4941.01-
YUV102.93167.55187.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 47 (18.75% from 255) = 11.58%
BLUE value IS 173 (67.97% from 255) = 42.61%
R=45.81%
G=11.58%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864717300.750.070.27305.6159.6645.69
HexBA2FAD04B71B1323c2e
Octal2725725501137334627456
Binary10111010101111101011010100101111111011100110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2FAD; }

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

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

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

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

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

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

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

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