#BA2EC3

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

Shades of Fuchsia #BA2EC3

Tints of Fuchsia #BA2EC3

Color information

#BA2EC3 (or 0xBA2EC3) is unknown color: approx Fuchsia. HEX triplet: BA, 2E and C3. RGB value is (186,46,195). Sum of RGB (Red+Green+Blue) = 186+46+195=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA2EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EC3 is #45D13C. Grayscale: #686868. Windows color (decimal): -4575549 or 12791482. OLE color: 12791482.

HSL color Cylindrical-coordinate representation of color #BA2EC3: hue angle of 296.38º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA2EC3 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18646195-
CMYK0.050.7600.24
HSL296.38º61.83%47.25%-
HSV(B)296.38º76.41%76.47%-
XYZ31.0816.3353.14-
YUV104.85178.88185.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 195 (76.56% from 255) = 45.67%
R=43.56%
G=10.77%
B=45.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186461950.050.7600.24296.3861.8347.25
HexBA2EC354C0181283e2f
Octal2725630351140304507657
Binary10111010101110110000111011001100011000100101000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2EC3; }

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

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

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

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

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

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

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

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