#BA3BAB

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

Shades of Fuchsia #BA3BAB

Tints of Fuchsia #BA3BAB

Color information

#BA3BAB (or 0xBA3BAB) is unknown color: approx Fuchsia. HEX triplet: BA, 3B and AB. RGB value is (186,59,171). Sum of RGB (Red+Green+Blue) = 186+59+171=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BAB is #45C454. Grayscale: #6D6D6D. Windows color (decimal): -4572245 or 11221946. OLE color: 11221946.

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

Color convert

RGB18659171-
CMYK00.680.080.27
HSL307.09º51.84%48.04%-
HSV(B)307.09º68.28%72.94%-
XYZ29.1616.5140.18-
YUV109.74162.58182.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 59 (23.44% from 255) = 14.18%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=44.71%
G=14.18%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1865917100.680.080.27307.0951.8448.04
HexBA3BAB04481B1333430
Octal27273253010410334636460
Binary101110101110111010101101000100100011011100110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3BAB; }

 p { color: rgb(186,59,171); }

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

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

 a { background-color: rgb(186,59,171); }

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

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

 span { border-color: rgb(186,59,171); }

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