#BA3AB3

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

Shades of Fuchsia #BA3AB3

Tints of Fuchsia #BA3AB3

Color information

#BA3AB3 (or 0xBA3AB3) is unknown color: approx Fuchsia. HEX triplet: BA, 3A and B3. RGB value is (186,58,179). Sum of RGB (Red+Green+Blue) = 186+58+179=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3AB3 is #45C54C. Grayscale: #6D6D6D. Windows color (decimal): -4572493 or 11745978. OLE color: 11745978.

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

Color convert

RGB18658179-
CMYK00.690.040.27
HSL303.28º52.46%47.84%-
HSV(B)303.28º68.82%72.94%-
XYZ29.916.7244.3-
YUV110.07166.91182.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 58 (23.05% from 255) = 13.71%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=43.97%
G=13.71%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865817900.690.040.27303.2852.4647.84
HexBA3AB304541B12f3430
Octal2727226301054334576460
Binary10111010111010101100110100010110011011100101111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3AB3; }

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

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

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

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

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

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

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

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