#BA3AB5

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

Shades of Fuchsia #BA3AB5

Tints of Fuchsia #BA3AB5

Color information

#BA3AB5 (or 0xBA3AB5) is unknown color: approx Fuchsia. HEX triplet: BA, 3A and B5. RGB value is (186,58,181). Sum of RGB (Red+Green+Blue) = 186+58+181=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3AB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AB5 is #45C54A. Grayscale: #6D6D6D. Windows color (decimal): -4572491 or 11877050. OLE color: 11877050.

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

Color convert

RGB18658181-
CMYK00.690.030.27
HSL302.34º52.46%47.84%-
HSV(B)302.34º68.82%72.94%-
XYZ30.116.845.37-
YUV110.29167.91182-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.76%
GREEN value IS 58 (23.05% from 255) = 13.65%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=43.76%
G=13.65%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865818100.690.030.27302.3452.4647.84
HexBA3AB504531B12e3430
Octal2727226501053334566460
Binary1011101011101010110101010001011111011100101110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3AB5; }

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

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

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

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

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

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

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

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