#BA3EB3

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

Shades of Fuchsia #BA3EB3

Tints of Fuchsia #BA3EB3

Color information

#BA3EB3 (or 0xBA3EB3) is unknown color: approx Fuchsia. HEX triplet: BA, 3E and B3. RGB value is (186,62,179). Sum of RGB (Red+Green+Blue) = 186+62+179=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3EB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3EB3 is #45C14C. Grayscale: #707070. Windows color (decimal): -4571469 or 11747002. OLE color: 11747002.

HSL color Cylindrical-coordinate representation of color #BA3EB3: hue angle of 303.39º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3EB3 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18662179-
CMYK00.670.040.27
HSL303.39º50%48.63%-
HSV(B)303.39º66.67%72.94%-
XYZ30.1117.1444.37-
YUV112.41165.58180.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.56%
GREEN value IS 62 (24.61% from 255) = 14.52%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=43.56%
G=14.52%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1866217900.670.040.27303.395048.63
HexBA3EB304341B12f3231
Octal2727626301034334576261
Binary10111010111110101100110100001110011011100101111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3EB3; }

 p { color: rgb(186,62,179); }

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

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

 a { background-color: rgb(186,62,179); }

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

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

 span { border-color: rgb(186,62,179); }

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