#BA2EB5

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

Shades of Fuchsia #BA2EB5

Tints of Fuchsia #BA2EB5

Color information

#BA2EB5 (or 0xBA2EB5) is unknown color: approx Fuchsia. HEX triplet: BA, 2E and B5. RGB value is (186,46,181). Sum of RGB (Red+Green+Blue) = 186+46+181=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB5 is #45D14A. Grayscale: #666666. Windows color (decimal): -4575563 or 11873978. OLE color: 11873978.

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

Color convert

RGB18646181-
CMYK00.750.030.27
HSL302.14º60.34%45.49%-
HSV(B)302.14º75.27%72.94%-
XYZ29.5715.7345.19-
YUV103.25171.88187.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 181 (71.09% from 255) = 43.83%
R=45.04%
G=11.14%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864618100.750.030.27302.1460.3445.49
HexBA2EB504B31B12e3c2d
Octal2725626501133334567455
Binary1011101010111010110101010010111111011100101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EB5; }

 p { color: rgb(186,46,181); }

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

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

 a { background-color: rgb(186,46,181); }

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

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

 span { border-color: rgb(186,46,181); }

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