#BA2EB6

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

Shades of Fuchsia #BA2EB6

Tints of Fuchsia #BA2EB6

Color information

#BA2EB6 (or 0xBA2EB6) is unknown color: approx Fuchsia. HEX triplet: BA, 2E and B6. RGB value is (186,46,182). Sum of RGB (Red+Green+Blue) = 186+46+182=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB6 is #45D149. Grayscale: #666666. Windows color (decimal): -4575562 or 11939514. OLE color: 11939514.

HSL color Cylindrical-coordinate representation of color #BA2EB6: hue angle of 301.71º 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 #BA2EB6 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18646182-
CMYK00.750.020.27
HSL301.71º60.34%45.49%-
HSV(B)301.71º75.27%72.94%-
XYZ29.6715.7745.74-
YUV103.36172.38186.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.93%
GREEN value IS 46 (18.36% from 255) = 11.11%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=44.93%
G=11.11%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1864618200.750.020.27301.7160.3445.49
HexBA2EB604B21B12e3c2d
Octal2725626601132334567455
Binary1011101010111010110110010010111011011100101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EB6; }

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

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

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

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

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

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

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

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